Home
last modified time | relevance | path

Searched refs:hlist_entry (Results 1 - 25 of 121) sorted by relevance

12345

/kernel/linux/linux-5.10/fs/
H A Dfs_pin.c81 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 Dfs_pin.c81 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 Dzcomp.c151 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 Dzcomp.c153 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 Dvmwgfx_cmdbuf_res.c91 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 Dttm_object.c268 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 Dvfs_dentry.c58 p9_client_clunk(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_dentry.c55 p9_fid_put(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_event_perf.c376 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 Dtrace_event_perf.c373 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 Dpage.c243 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 Dcookie.c46 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 Dresend.c37 desc = hlist_entry(irq_resend_list.first, struct irq_desc, in resend_irqs()
/kernel/linux/linux-5.10/net/ax25/
H A Dax25_uid.c173 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 Ddrm_hashtab.c178 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_hashtab.c175 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
/kernel/linux/linux-6.6/net/ax25/
H A Dax25_uid.c173 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 Dlist.h694 #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 Dlist.h705 #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 Dcma_debug.c84 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 Dcma_debug.c84 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 Ddebugobjects.c154 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 Ddebugobjects.c151 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 Dkvm.c99 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 Dlist.h972 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
983 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \

Completed in 17 milliseconds

12345