Function report |
Source Code:include\linux\list.h |
Create Date:2022-07-28 05:34:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hlist_del_init
Proto:static inline void hlist_del_init(struct hlist_node *n)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct hlist_node * | n |
776 | If Not hlist_unhashed(n) Then |
777 | __hlist_del(n) |
778 | INIT_HLIST_NODE(n) |
Name | Describe |
---|---|
lc_del | lc_del - removes an element from the cache*@lc: The lru_cache object*@e: The element to remove*@e must be unused (refcnt == 0). Moves @e from "lru" to "free" list,* sets @e->enr to %LC_FREE. |
lc_set | lc_set - associate index with label*@lc: the lru cache to operate on*@enr: the label to set*@index: the element index to associate label with.* Used to initialize the active set to some previously recorded state. |
clear_irq_vector | |
apf_task_wake_one | |
copy_process | Create a new process |
uid_hash_remove | |
put_ucounts | |
cma_get_entry_from_list | |
ioc_destroy_icq | Release an icq. Called with ioc locked for blk-mq, and with both ioc* and queue locked for legacy. |
bfq_reset_burst_list | Empty burst list and add just bfqq (see comments on bfq_handle_burst) |
bfq_add_to_burst | Add bfqq to the list of queues in current burst (see bfq_handle_burst) |
bfq_bfqq_handle_idle_busy_switch | |
bfq_add_request | |
bfq_put_queue | Task holds one reference to the queue, dropped when task exits. Each rq* in-flight on this queue also holds a reference, dropped when rq is freed.* Scheduler lock must be held here. Recall not to use bfqq after calling* this function on it. |
generic_shutdown_super | common helper for ->kill_sb |
dentry_unlink_inode | Release the dentry's inode, using the filesystem* d_iput() operation if defined. |
__remove_inode_hash | __remove_inode_hash - remove an inode from the hash*@inode: inode to unhash* Remove an inode from the superblock. |
unhash_mnt | vfsmount lock must be held for write |
mnt_change_mountpoint | |
attach_recursive_mnt | @source_mnt : mount tree to be attached*@nd : place the mount tree @source_mnt is attached*@parent_nd : if non-null, detach the source_mnt from its parent and* store the parent mount and mountpoint dentry |
pin_remove | |
locks_delete_global_locks | Must be called with the flc_lock held! |
remove_dquot_hash |
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 |