Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name: deletes entry from list

Proto:static inline void __list_del_entry(struct list_head *entry)

Type:void

Parameter:

TypeParameterName
struct list_head *entry
131  If Not __list_del_entry_valid(entry) Then Return
134  deletes entry from list
Caller
NameDescribe
gcov_info_unlinkgcov_info_unlink - unlink/remove profiling data set from the list*@prev: previous profiling data set*@info: profiling data set
tomoyo_try_to_gcmoyo_try_to_gc - Try to kfree() an entry.*@type: One of values in "enum tomoyo_policy_id".*@element: Pointer to "struct list_head".* Returns nothing.* Caller holds tomoyo_policy_lock mutex.
dentry_unlist
list_del deletes entry from list
list_del_initlist_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
list_movelist_move - delete from one list and add as another's head*@list: the entry to move*@head: the head that will precede our entry
list_move_taillist_move_tail - delete from one list and add as another's tail*@list: the entry to move*@head: the head that will follow our entry