/kernel/linux/linux-5.10/fs/ |
H A D | fs_pin.c | 81 pin_kill(hlist_entry(p, struct fs_pin, m_list)); in mnt_pin_kill() 95 pin_kill(hlist_entry(q, struct fs_pin, s_list)); in group_pin_kill()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_pin.c | 81 pin_kill(hlist_entry(p, struct fs_pin, m_list)); in mnt_pin_kill() 95 pin_kill(hlist_entry(q, struct fs_pin, s_list)); in group_pin_kill()
|
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zcomp.c | 151 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() 166 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead()
|
/kernel/linux/linux-6.6/drivers/block/zram/ |
H A D | zcomp.c | 153 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() 168 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf_res.c | 91 return hlist_entry(hash, struct vmw_cmdbuf_res, hash)->res; in vmw_cmdbuf_res_lookup() 246 entry = hlist_entry(hash, struct vmw_cmdbuf_res, hash); in vmw_cmdbuf_res_remove()
|
H A D | ttm_object.c | 268 base = hlist_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup() 313 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add() 377 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_base_unref()
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_dentry.c | 58 p9_client_clunk(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_dentry.c | 55 p9_fid_put(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_event_perf.c | 376 hlist_add_head_rcu(&p_event->hlist_entry, list); in perf_trace_add() 392 hlist_del_rcu(&p_event->hlist_entry); in perf_trace_del() 454 head.first = &event->hlist_entry; in perf_ftrace_function_call()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_event_perf.c | 373 hlist_add_head_rcu(&p_event->hlist_entry, list); in perf_trace_add() 389 hlist_del_rcu(&p_event->hlist_entry); in perf_trace_del() 457 head.first = &event->hlist_entry; in perf_ftrace_function_call()
|
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | page.c | 243 object = hlist_entry(cookie->backing_objects.first, in __fscache_attr_changed() 472 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_page() 601 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_pages() 713 object = hlist_entry(cookie->backing_objects.first, in __fscache_alloc_page() 1004 object = hlist_entry(cookie->backing_objects.first, in __fscache_write_page() 1133 object = hlist_entry(cookie->backing_objects.first, in __fscache_uncache_page()
|
H A D | cookie.c | 46 prefix, hlist_entry(object, struct fscache_object, cookie_link)); in fscache_print_cookie() 430 object = hlist_entry(cookie->backing_objects.first, in fscache_acquire_non_index_cookie() 629 object = hlist_entry(cookie->backing_objects.first, in __fscache_invalidate() 911 object = hlist_entry(cookie->backing_objects.first, in __fscache_check_consistency()
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | resend.c | 37 desc = hlist_entry(irq_resend_list.first, struct irq_desc, in resend_irqs()
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_uid.c | 173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_hashtab.c | 178 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_hashtab.c | 175 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | ax25_uid.c | 173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | list.h | 694 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro 705 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | list.h | 705 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro 716 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
|
/kernel/linux/linux-5.10/mm/ |
H A D | cma_debug.c | 84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
|
/kernel/linux/linux-6.6/mm/ |
H A D | cma_debug.c | 84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
|
/kernel/linux/linux-5.10/lib/ |
H A D | debugobjects.c | 154 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in fill_pool() 215 obj = hlist_entry(list->first, typeof(*obj), node); in __alloc_object() 310 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in free_obj_work() 1331 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
|
/kernel/linux/linux-6.6/lib/ |
H A D | debugobjects.c | 151 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in fill_pool() 212 obj = hlist_entry(list->first, typeof(*obj), node); in __alloc_object() 307 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in free_obj_work() 1339 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kvm.c | 99 hlist_entry(p, typeof(*n), link); in _find_apf_task() 179 n = hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | list.h | 972 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro 983 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
|