Home
last modified time | relevance | path

Searched refs:hlist_entry (Results 1 – 25 of 57) sorted by relevance

123

/Linux-v5.15/fs/
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()
/Linux-v5.15/drivers/block/zram/
Dzcomp.c159 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare()
174 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead()
/Linux-v5.15/kernel/trace/
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()
459 head.first = &event->hlist_entry; in perf_ftrace_function_call()
/Linux-v5.15/fs/9p/
Dvfs_dentry.c58 p9_client_clunk(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
/Linux-v5.15/fs/fscache/
Dpage.c243 object = hlist_entry(cookie->backing_objects.first, in __fscache_attr_changed()
466 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_page()
595 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_pages()
707 object = hlist_entry(cookie->backing_objects.first, in __fscache_alloc_page()
998 object = hlist_entry(cookie->backing_objects.first, in __fscache_write_page()
1127 object = hlist_entry(cookie->backing_objects.first, in __fscache_uncache_page()
Dio.c62 object = hlist_entry(cookie->backing_objects.first, in __fscache_begin_read_operation()
Dcookie.c54 object = hlist_entry(o, struct fscache_object, cookie_link); in fscache_print_cookie()
451 object = hlist_entry(cookie->backing_objects.first, in fscache_acquire_non_index_cookie()
646 object = hlist_entry(cookie->backing_objects.first, in __fscache_invalidate()
940 object = hlist_entry(cookie->backing_objects.first, in __fscache_check_consistency()
Dcache.c110 object = hlist_entry(cookie->backing_objects.first, in fscache_select_cache_for_object()
/Linux-v5.15/net/ax25/
Dax25_uid.c173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
/Linux-v5.15/Documentation/RCU/
Drculist_nulls.rst56 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
68 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
/Linux-v5.15/lib/
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()
314 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in free_obj_work()
1341 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_hashtab.c178 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
/Linux-v5.15/mm/
Dcma_debug.c84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
Dzswap.c447 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare()
486 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
/Linux-v5.15/tools/include/linux/
Dlist.h694 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
705 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/Linux-v5.15/arch/x86/kernel/
Dkvm.c98 hlist_entry(p, typeof(*n), link); in _find_apf_task()
178 n = hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
/Linux-v5.15/include/linux/
Dlist.h972 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
983 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/Linux-v5.15/block/
Dblk-ioc.c102 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
/Linux-v5.15/fs/nfs/
Dpnfs_dev.c351 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
/Linux-v5.15/net/l2tp/
Dl2tp_debugfs.c133 session = hlist_entry(walk, struct l2tp_session, hlist); in l2tp_dfs_seq_tunnel_show()
/Linux-v5.15/net/netrom/
Dnr_route.c871 struct nr_node *nr_node = hlist_entry(v, struct nr_node, in nr_node_show()
929 nr_neigh = hlist_entry(v, struct nr_neigh, neigh_node); in nr_neigh_show()
/Linux-v5.15/net/batman-adv/
Dfragmentation.c259 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list); in batadv_frag_merge_packets()
/Linux-v5.15/kernel/time/
Dtimer.c1452 timer = hlist_entry(head->first, struct timer_list, entry); in expire_timers()
1937 timer = hlist_entry(head->first, struct timer_list, entry); in migrate_timer_list()
/Linux-v5.15/include/net/
Dip_fib.h298 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
/Linux-v5.15/kernel/
Dpid.c404 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()

123