RADIX_TREE_GANG_LOOKUP

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

radix_tree_gang_lookup - perform multiple lookup on a radix tree  

SYNOPSIS

"SYNOPSIS"

unsigned int radix_tree_gang_lookup (struct radix_tree_root * root, void ** results, unsigned long first_index, unsigned int max_items);  

ARGUMENTS

root
radix tree root
results
where the results of the lookup are placed
first_index
start the lookup from this key
max_items
place up to this many items at *results
 

DESCRIPTION

Performs an index-ascending scan of the tree for present items. Places them at *results and returns the number of items which were placed at *results.

The implementation is naive.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:52 GMT, October 06, 2005