函数逻辑报告 |
Source Code:include\linux\list.h |
Create Date:2022-07-27 06:38:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:hlist_unhashed
函数原型:static inline int hlist_unhashed(const struct hlist_node *h)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct hlist_node * | h |
749 | 返回:非pprev |
名称 | 描述 |
---|---|
lc_prepare_for_change | |
assign_vector_locked | |
kvm_async_pf_task_wait | @interrupt_kernel: Is this called from a routine which interrupts the kernel* (other than user space)? |
trace_kprobe_is_registered | |
bpf_trampoline_link_prog | |
mmu_notifier_unregister | This releases the mm_count pin automatically and frees the mm* structure if it was the last user of it. It serializes against* running mmu notifiers with SRCU and against mmu_notifier_unregister* with the unregister lock + SRCU |
blkg_destroy | |
bfq_handle_burst | If many queues belonging to the same group happen to be created* shortly after each other, then the processes associated with these* queues have typically a common goal |
bfq_add_request | |
bfq_bfqq_save_state | |
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. |
trylock_super | rylock_super - try to grab ->s_umount shared*@sb: reference we are trying to grab* Try to prevent fs shutdown. This is used in places where we* cannot take an active reference but we need to ensure that the |
__iterate_supers | |
iterate_supers | rate_supers - call function for all active superblocks*@f: function to call*@arg: argument to pass to it* Scans the superblock list and calls given function, passing it* locked superblock and given argument. |
__get_super | |
get_active_super | get_active_super - get an active reference to the superblock of a device*@bdev: device to get the superblock for* Scans the superblock list and finds the superblock of the file system* mounted on the device given. Returns the superblock with an active |
user_get_super | |
dentry_free | |
d_instantiate | 为目录项建立索引 |
d_instantiate_new | This should be equivalent to d_instantiate() + unlock_new_inode(),* with lockdep-related part of unlock_new_inode() done before* anything else. Use that instead of open-coding d_instantiate()/* unlock_new_inode() combinations. |
d_tmpfile | |
locks_release_private | |
locks_delete_global_locks | Must be called with the flc_lock held! |
hlist_del_init | |
hlist_del_init_rcu | hlist_del_init_rcu - deletes entry from hash list with re-initialization*@n: the element to delete from the hash list.* Note: list_unhashed() on the node return true after this. It is* useful for RCU based read lockfree traversal if the writer side |
inode_unhashed | |
hash_hashed | 检查一个对象在哈希表中 |
sk_unhashed |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |