Home
last modified time | relevance | path

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

123

/Linux-v6.1/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-v6.1/drivers/block/zram/
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()
/Linux-v6.1/kernel/trace/
Dtrace_event_perf.c377 hlist_add_head_rcu(&p_event->hlist_entry, list); in perf_trace_add()
393 hlist_del_rcu(&p_event->hlist_entry); in perf_trace_del()
461 head.first = &event->hlist_entry; in perf_ftrace_function_call()
/Linux-v6.1/fs/9p/
Dvfs_dentry.c57 p9_fid_put(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
/Linux-v6.1/net/ax25/
Dax25_uid.c173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
/Linux-v6.1/Documentation/RCU/
Drculist_nulls.rst56 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
68 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
/Linux-v6.1/lib/
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()
311 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in free_obj_work()
1338 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_hashtab.c175 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_hashtab.c171 *item = hlist_entry(list, struct vmwgfx_hash_item, head); in vmwgfx_ht_find_item()
/Linux-v6.1/mm/
Dcma_debug.c84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
Dzswap.c462 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare()
501 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
/Linux-v6.1/tools/include/linux/
Dlist.h705 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
716 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/Linux-v6.1/arch/x86/kernel/
Dkvm.c102 hlist_entry(p, typeof(*n), link); in _find_apf_task()
182 n = hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
/Linux-v6.1/include/linux/
Dlist.h1018 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
1029 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/Linux-v6.1/net/rxrpc/
Dproc.c347 local = hlist_entry(v, struct rxrpc_local, link); in rxrpc_local_seq_show()
Dlocal_object.c195 local = hlist_entry(cursor, struct rxrpc_local, link); in rxrpc_lookup_local()
/Linux-v6.1/fs/nfs/
Dpnfs_dev.c351 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
/Linux-v6.1/block/
Dblk-ioc.c115 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
/Linux-v6.1/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-v6.1/net/batman-adv/
Dfragmentation.c259 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list); in batadv_frag_merge_packets()
Dhard-interface.c422 hardif_neigh = hlist_entry(first, struct batadv_hardif_neigh_node, in batadv_hardif_no_broadcast()
/Linux-v6.1/kernel/time/
Dtimer.c1505 timer = hlist_entry(head->first, struct timer_list, entry); in expire_timers()
1991 timer = hlist_entry(head->first, struct timer_list, entry); in migrate_timer_list()
/Linux-v6.1/include/net/
Dip_fib.h301 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
/Linux-v6.1/kernel/
Dpid.c404 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()
/Linux-v6.1/net/hsr/
Dhsr_framereg.c44 return hlist_entry(first, struct hsr_node, mac_list); in hsr_node_get_first()

123