Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\list.h Create Date:2022-07-28 05:34:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:list_is_last - tests whether @list is the last entry in list @head*@list: the entry to test*@head: the head of the list

Proto:static inline int list_is_last(const struct list_head *list, const struct list_head *head)

Type:int

Parameter:

TypeParameterName
const struct list_head *list
const struct list_head *head
259  Return next == head
Caller
NameDescribe
kunit_resource_test_alloc_resource
ddebug_iter_nextAdvance the iterator to point to the next _ddebug* object from the one the iterator currently points at,* and returns a pointer to the new _ddebug. Returns* NULL if the iterator has seen all the _ddebugs.
list_test_list_is_last
rtree_next_noderee_next_node - Jump to the next leaf node.* Set the position to the beginning of the next node in the* memory bitmap. This is either the next node in the current* zone's radix tree or the first node in the radix tree of the* next zone.
gcov_info_nextgcov_info_next - return next profiling data set*@info: profiling data set* Returns next gcov_info following @info or first gcov_info in the chain if*@info is %NULL.
gcov_info_is_compatiblegcov_info_is_compatible - check if profiling data can be added*@info1: first profiling data set*@info2: second profiling data set* Returns non-zero if profiling data can be added, zero otherwise.
send_cpu_listenersSend taskstats data in @skb to listeners registered for @cpu's exit data
s_show
smk_net4addr_insertsmk_net4addr_insert*@new : netlabel to insert* This helper insert netlabel in the smack_net4addrs list* sorted by netmask length (longest to smallest)* locked by &smk_net4addr_lock in smk_write_net4addr
smk_net6addr_insertsmk_net6addr_insert*@new : entry to insert* This inserts an entry in the smack_net6addrs list* sorted by netmask length (longest to smallest)* locked by &smk_net6addr_lock in smk_write_net6addr