.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "RADIX_TREE_LOOKUP" "" "06 October 2005" "" "" .SH NAME radix_tree_lookup \- perform lookup operation on a radix tree .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void * radix_tree_lookup (struct radix_tree_root * \fIroot\fB, unsigned long \fIindex\fB); \fR .SH "ARGUMENTS" .TP \fB\fIroot\fB\fR radix tree root .TP \fB\fIindex\fB\fR index key .SH "DESCRIPTION" .PP Lookup them item at the position \fIindex\fR in the radix tree \fIroot\fR\&.