Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\rbtree.c Create Date:2022-07-28 06:12:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rb_next

Proto:struct rb_node *rb_next(const struct rb_node *node)

Type:struct rb_node

Parameter:

TypeParameterName
const struct rb_node *node
496  If 'empty' nodes are nodes that are known not to be inserted in an rbtree (node) Then Return NULL
503  If rb_right Then
504  node = rb_right
505  When rb_left cycle
506  node = rb_left
507  Return node
517  When (parent = rb_parent(node)) && node == rb_right cycle
518  node = parent
520  Return parent
Caller
NameDescribe
timerqueue_iterate_nextmerqueue_iterate_next - Returns the timer after the provided timer*@node: Pointer to a timer.* Provides the timer that is after the given node. This is used, when* necessary, to iterate through the list of timers in a timer list
check
check_augmented
rbtree_test_init
pm_show_wakelocks
stat_seq_start
stat_seq_next
perf_event_groups_nextLike rb_entry_next_safe() for the @cpu subtree.
build_probe_listFor a given range in vma, build a list of probes that need to be inserted.
next_se
shared_policy_replaceReplace a policy range.
mpol_free_shared_policyFree a backing policy store on inode delete.
deadline_latter_requestget the request after `rq' in sector-sorted order
bfq_find_next_rq
bfqq_find_close
bfq_idle_extractq_idle_extract - extract an entity from the idle tree.*@st: the service tree of the owning @entity.*@entity: the entity being removed.
bfq_find_deepestq_find_deepest - find the deepest node that an extraction can modify.*@node: the node being removed.* Do the first step of an extraction in an rb tree, looking for the* node that will replace @node, and returning the deepest node that
key_alloc_serialAllocate a serial number for a key. These are assigned randomly to avoid* security issues through covert channel problems.
key_serial_nextImplement "/proc/keys" to provide a list of the keys on the system that* grant View permission to the caller.
find_ge_key
__key_user_next
key_user_next
ep_show_fdinfo
ep_loop_check_procp_loop_check_proc - Callback function to be passed to the @ep_call_nested()* API, to verify that adding an epoll file inside another* epoll structure, does not violate the constraints, in* terms of closed loops, or too deep chains (which can