/linux/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/drivers/block/zram/ |
A D | zcomp.c | 159 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/kernel/trace/ |
A D | trace_event_perf.c | 376 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() 460 head.first = &event->hlist_entry; in perf_ftrace_function_call()
|
/linux/fs/fscache/ |
A D | page.c | 243 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()
|
A D | cookie.c | 54 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()
|
A D | io.c | 62 object = hlist_entry(cookie->backing_objects.first, in __fscache_begin_read_operation()
|
A D | cache.c | 110 object = hlist_entry(cookie->backing_objects.first, in fscache_select_cache_for_object()
|
/linux/fs/9p/ |
A D | vfs_dentry.c | 57 p9_client_clunk(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
|
/linux/lib/ |
A D | debugobjects.c | 154 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/net/ax25/ |
A D | ax25_uid.c | 173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
|
/linux/Documentation/RCU/ |
A D | rculist_nulls.rst | 56 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); 68 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
|
/linux/drivers/gpu/drm/ |
A D | drm_hashtab.c | 178 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
|
/linux/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 | 447 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/tools/include/linux/ |
A D | list.h | 694 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro 705 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
|
/linux/include/linux/ |
A D | list.h | 974 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro 985 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
|
/linux/arch/x86/kernel/ |
A D | kvm.c | 101 hlist_entry(p, typeof(*n), link); in _find_apf_task() 181 n = hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
|
/linux/block/ |
A D | blk-ioc.c | 102 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
|
/linux/fs/nfs/ |
A D | pnfs_dev.c | 351 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
|
/linux/net/l2tp/ |
A D | l2tp_debugfs.c | 133 session = hlist_entry(walk, struct l2tp_session, hlist); in l2tp_dfs_seq_tunnel_show()
|
/linux/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/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/kernel/time/ |
A D | timer.c | 1452 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/kernel/ |
A D | pid.c | 404 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()
|
/linux/include/net/ |
A D | ip_fib.h | 298 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
|