RADIX_TREE_TAG_SET

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

 

NAME

radix_tree_tag_set - set a tag on a radix tree node  

SYNOPSIS

"SYNOPSIS"

void * radix_tree_tag_set (struct radix_tree_root * root, unsigned long index, int tag);  

ARGUMENTS

root
radix tree root
index
index key
tag
tag index
 

DESCRIPTION

Set the search tag corresponging to index in the radix tree. From the root all the way down to the leaf node.

Returns the address of the tagged item. Setting a tag on a not-present item is a bug.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:42 GMT, October 09, 2005