/linux-6.3-rc2/fs/ |
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()
|
/linux-6.3-rc2/drivers/block/zram/ |
A D | zcomp.c | 153 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-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
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()
|
A D | ttm_object.c | 268 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()
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_event_perf.c | 373 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-6.3-rc2/fs/9p/ |
A D | vfs_dentry.c | 56 p9_fid_put(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
|
/linux-6.3-rc2/net/ax25/ |
A D | ax25_uid.c | 173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
|
/linux-6.3-rc2/Documentation/RCU/ |
A D | rculist_nulls.rst | 57 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); 69 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_hashtab.c | 175 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
|
/linux-6.3-rc2/lib/ |
A D | debugobjects.c | 151 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() 1347 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
|
/linux-6.3-rc2/mm/ |
A D | cma_debug.c | 84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
|
A D | zswap.c | 462 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-6.3-rc2/tools/include/linux/ |
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-6.3-rc2/arch/x86/kernel/ |
A D | kvm.c | 102 hlist_entry(p, typeof(*n), link); in _find_apf_task() 182 n = hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
|
/linux-6.3-rc2/include/linux/ |
A D | list.h | 1033 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro 1044 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
|
/linux-6.3-rc2/fs/nfs/ |
A D | pnfs_dev.c | 351 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
|
/linux-6.3-rc2/net/rxrpc/ |
A D | peer_event.c | 212 call = hlist_entry(error_targets.first, in rxrpc_distribute_error()
|
A D | local_object.c | 254 local = hlist_entry(cursor, struct rxrpc_local, link); in rxrpc_lookup_local()
|
A D | proc.c | 342 local = hlist_entry(v, struct rxrpc_local, link); in rxrpc_local_seq_show()
|
/linux-6.3-rc2/block/ |
A D | blk-ioc.c | 115 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
|
/linux-6.3-rc2/net/netrom/ |
A D | nr_route.c | 871 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-6.3-rc2/net/batman-adv/ |
A D | fragmentation.c | 259 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list); in batadv_frag_merge_packets()
|
/linux-6.3-rc2/kernel/ |
A D | pid.c | 404 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()
|
/linux-6.3-rc2/include/net/ |
A D | ip_fib.h | 301 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
|
/linux-6.3-rc2/kernel/time/ |
A D | timer.c | 1731 timer = hlist_entry(head->first, struct timer_list, entry); in expire_timers() 2223 timer = hlist_entry(head->first, struct timer_list, entry); in migrate_timer_list()
|