Function report |
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 activity | Download SCCT | Chinese |
Name: deletes entry from list
Proto:static inline void __list_del_entry(struct list_head *entry)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct list_head * | entry |
131 | If Not __list_del_entry_valid(entry) Then Return |
Name | Describe |
---|---|
gcov_info_unlink | gcov_info_unlink - unlink/remove profiling data set from the list*@prev: previous profiling data set*@info: profiling data set |
tomoyo_try_to_gc | moyo_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_init | list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list. |
list_move | list_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_tail | list_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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |