RADIX_TREE_GANG_LOOKUP_TAG
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
radix_tree_gang_lookup_tag - perform multiple lookup on a radix tree
SYNOPSIS
"SYNOPSIS"
unsigned int radix_tree_gang_lookup_tag (struct radix_tree_root * root, void ** results, unsigned long first_index, unsigned int max_items, int tag);
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
- tag
-
the tag index
DESCRIPTION
Performs an index-ascending scan of the tree for present items which
have the tag indexed by tag set. Places the items at *results and
returns the number of items which were placed at *results.
DESCRIPTION
Performs an index-ascending scan of the tree for present items which
have the tag indexed by tag set. Places the items at *results and
returns the number of items which were placed at *results.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:42 GMT, October 09, 2005