函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\radix-tree.c Create Date:2022-07-27 07:10:20
Last Modify:2022-05-21 10:04:37 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:adix_tree_lookup - perform lookup operation on a radix tree*@root: radix tree root*@index: index key* Lookup the item at the position @index in the radix tree @root.* This function can be called under rcu_read_lock, however the caller

函数原型:void *radix_tree_lookup(const struct xarray *root, unsigned long index)

返回类型:void

参数:

类型参数名称
const struct xarray *root
unsigned longindex
829  返回:__radix_tree_lookup - lookup an item in a radix tree*@root: radix tree root*@index: index key*@nodep: returns node*@slotp: returns slot* Lookup and return the item at position @index in the radix* tree @root
调用者
名称描述
idr_finddr_find() - Return pointer for given ID
blkg_lookup_slowpath
irq_find_mappingq_find_mapping() - Find a linux irq from a hw irq number.*@domain: domain owning this hardware interrupt*@hwirq: hardware irq number in that domain space
vb_free
ioc_lookup_icq_lookup_icq - lookup io_cq from ioc*@ioc: the associated io_context*@q: the associated request_queue* Look up io_cq associated with @ioc - @q pair from @ioc. Must be called* with @q->queue_lock held.