Home
last modified time | relevance | path

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

123

/Linux-v5.10/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-v5.10/drivers/block/zram/
Dzcomp.c157 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare()
172 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead()
/Linux-v5.10/kernel/trace/
Dtrace_event_perf.c376 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()
454 head.first = &event->hlist_entry; in perf_ftrace_function_call()
/Linux-v5.10/fs/9p/
Dvfs_dentry.c58 p9_client_clunk(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
/Linux-v5.10/fs/fscache/
Dpage.c243 object = hlist_entry(cookie->backing_objects.first, in __fscache_attr_changed()
472 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_page()
601 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_pages()
713 object = hlist_entry(cookie->backing_objects.first, in __fscache_alloc_page()
1004 object = hlist_entry(cookie->backing_objects.first, in __fscache_write_page()
1133 object = hlist_entry(cookie->backing_objects.first, in __fscache_uncache_page()
Dcookie.c46 prefix, hlist_entry(object, struct fscache_object, cookie_link)); in fscache_print_cookie()
442 object = hlist_entry(cookie->backing_objects.first, in fscache_acquire_non_index_cookie()
641 object = hlist_entry(cookie->backing_objects.first, in __fscache_invalidate()
923 object = hlist_entry(cookie->backing_objects.first, in __fscache_check_consistency()
Dcache.c110 object = hlist_entry(cookie->backing_objects.first, in fscache_select_cache_for_object()
/Linux-v5.10/net/ax25/
Dax25_uid.c173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
/Linux-v5.10/Documentation/RCU/
Drculist_nulls.rst56 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
68 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
/Linux-v5.10/lib/
Ddebugobjects.c154 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()
1336 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_hashtab.c178 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
/Linux-v5.10/mm/
Dcma_debug.c84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
Dzswap.c417 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare()
435 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
/Linux-v5.10/tools/include/linux/
Dlist.h694 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
705 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/Linux-v5.10/arch/x86/kernel/
Dkvm.c96 hlist_entry(p, typeof(*n), link); in _find_apf_task()
176 n = hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
/Linux-v5.10/include/linux/
Dlist.h972 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
983 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/Linux-v5.10/block/
Dblk-ioc.c102 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
/Linux-v5.10/net/l2tp/
Dl2tp_debugfs.c133 session = hlist_entry(walk, struct l2tp_session, hlist); in l2tp_dfs_seq_tunnel_show()
/Linux-v5.10/fs/nfs/
Dpnfs_dev.c344 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
/Linux-v5.10/net/netrom/
Dnr_route.c868 struct nr_node *nr_node = hlist_entry(v, struct nr_node, in nr_node_show()
926 nr_neigh = hlist_entry(v, struct nr_neigh, neigh_node); in nr_neigh_show()
/Linux-v5.10/net/batman-adv/
Dfragmentation.c260 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list); in batadv_frag_merge_packets()
/Linux-v5.10/drivers/tty/serial/8250/
D8250_core.c184 i = hlist_entry(n, struct irq_info, node); in serial_link_irq_chain()
236 i = hlist_entry(n, struct irq_info, node); in serial_unlink_irq_chain()
/Linux-v5.10/kernel/time/
Dtimer.c1441 timer = hlist_entry(head->first, struct timer_list, entry); in expire_timers()
1927 timer = hlist_entry(head->first, struct timer_list, entry); in migrate_timer_list()
/Linux-v5.10/include/net/
Dip_fib.h297 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
/Linux-v5.10/kernel/
Dpid.c404 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()

123