| /linux/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()
|
| H A D | pnode.c | 24 return hlist_entry(p->mnt_slave_list.first, struct mount, mnt_slave); in first_slave() 29 return hlist_entry(p->mnt_slave.next, struct mount, mnt_slave); in next_slave()
|
| /linux/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 | 265 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/drivers/block/zram/ |
| H A D | zcomp.c | 171 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() 183 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead()
|
| /linux/kernel/trace/ |
| H A D | trace_event_perf.c | 379 hlist_add_head_rcu(&p_event->hlist_entry, list); in perf_trace_add() 395 hlist_del_rcu(&p_event->hlist_entry); in perf_trace_del() 463 head.first = &event->hlist_entry; in perf_ftrace_function_call()
|
| /linux/scripts/include/ |
| H A D | list.h | 398 #define hlist_entry(ptr, type, member) container_of(ptr, type, member) macro 402 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
|
| /linux/kernel/irq/ |
| H A D | resend.c | 37 desc = hlist_entry(irq_resend_list.first, struct irq_desc, resend_node); in resend_irqs()
|
| /linux/fs/9p/ |
| H A D | vfs_dentry.c | 61 p9_fid_put(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
|
| /linux/lib/ |
| H A D | debugobjects.c | 161 obj = hlist_entry(first_batch, typeof(*obj), node); in pool_move_batch() 190 obj = hlist_entry(head->first, typeof(*obj), node); in pool_push_batch() 209 obj = hlist_entry(head->first, typeof(*obj), node); in pool_pop_batch() 231 obj = hlist_entry(list->first, typeof(*obj), node); in __alloc_object() 300 first = hlist_entry(pcp->objects.first, typeof(*first), node); in pcpu_free()
|
| /linux/net/ax25/ |
| H A D | ax25_uid.c | 173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
|
| /linux/Documentation/RCU/ |
| H A D | rculist_nulls.rst | 68 ({ obj = hlist_entry(pos, typeof(*obj), obj_node); 1; }); 80 ({ obj = hlist_entry(pos, typeof(*obj), obj_node); 1; });
|
| /linux/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; \
|
| /linux/mm/ |
| H A D | cma_debug.c | 82 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
|
| H A D | zswap.c | 737 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare() 798 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
|
| /linux/arch/x86/kernel/ |
| H A D | kvm.c | 105 hlist_entry(p, typeof(*n), link); in _find_apf_task() 185 n = hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
|
| /linux/include/linux/ |
| H A D | list.h | 1146 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro 1157 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
|
| /linux/fs/nfs/ |
| H A D | pnfs_dev.c | 348 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
|
| /linux/net/netrom/ |
| H A D | nr_route.c | 872 struct nr_node *nr_node = hlist_entry(v, struct nr_node, in nr_node_show() 930 nr_neigh = hlist_entry(v, struct nr_neigh, neigh_node); in nr_neigh_show()
|
| /linux/block/ |
| H A D | blk-ioc.c | 112 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
|
| /linux/net/batman-adv/ |
| H A D | fragmentation.c | 258 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list); in batadv_frag_merge_packets()
|
| /linux/net/rxrpc/ |
| H A D | local_object.c | 262 local = hlist_entry(cursor, struct rxrpc_local, link); in rxrpc_lookup_local()
|
| H A D | peer_event.c | 225 call = hlist_entry(error_targets.first, in rxrpc_distribute_error()
|
| H A D | proc.c | 413 local = hlist_entry(v, struct rxrpc_local, link); in rxrpc_local_seq_show()
|
| /linux/kernel/time/ |
| H A D | timer.c | 1778 timer = hlist_entry(head->first, struct timer_list, entry); in expire_timers() 2490 timer = hlist_entry(head->first, struct timer_list, entry); in migrate_timer_list()
|