Home
last modified time | relevance | path

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

123

/linux/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()
/linux/scripts/kconfig/
H A Dlist.h238 #define hlist_entry(ptr, type, member) container_of(ptr, type, member) macro
242 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/linux/drivers/block/zram/
H A Dzcomp.c154 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare()
169 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead()
/linux/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.c265 base = hlist_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup()
310 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add()
374 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_base_unref()
/linux/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()
/linux/fs/9p/
H A Dvfs_dentry.c61 p9_fid_put(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
/linux/kernel/irq/
H A Dresend.c37 desc = hlist_entry(irq_resend_list.first, struct irq_desc, in resend_irqs()
/linux/net/ax25/
H A Dax25_uid.c173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
/linux/Documentation/RCU/
H A Drculist_nulls.rst68 ({ obj = hlist_entry(pos, typeof(*obj), obj_node); 1; });
80 ({ obj = hlist_entry(pos, typeof(*obj), obj_node); 1; });
/linux/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()
/linux/mm/
H A Dcma_debug.c84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
H A Dzswap.c837 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_rb_insert()
888 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_find_zpool()
/linux/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; \
/linux/arch/x86/kernel/
H A Dkvm.c103 hlist_entry(p, typeof(*n), link); in _find_apf_task()
183 n = hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
/linux/include/linux/
H A Dlist.h1142 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
1153 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/linux/fs/nfs/
H A Dpnfs_dev.c351 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
/linux/net/rxrpc/
H A Dpeer_event.c212 call = hlist_entry(error_targets.first, in rxrpc_distribute_error()
H A Dlocal_object.c265 local = hlist_entry(cursor, struct rxrpc_local, link); in rxrpc_lookup_local()
H A Dproc.c416 local = hlist_entry(v, struct rxrpc_local, link); in rxrpc_local_seq_show()
/linux/net/netrom/
H A Dnr_route.c866 struct nr_node *nr_node = hlist_entry(v, struct nr_node, in nr_node_show()
924 nr_neigh = hlist_entry(v, struct nr_neigh, neigh_node); in nr_neigh_show()
/linux/block/
H A Dblk-ioc.c119 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
/linux/net/batman-adv/
H A Dfragmentation.c258 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list); in batadv_frag_merge_packets()
/linux/kernel/
H A Dpid.c417 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()
/linux/include/net/
H A Dip_fib.h303 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()

123