Home
last modified time | relevance | path

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

123

/Linux-v4.19/fs/
Dfs_pin.c87 pin_kill(hlist_entry(p, struct fs_pin, m_list)); in mnt_pin_kill()
101 pin_kill(hlist_entry(q, struct fs_pin, s_list)); in group_pin_kill()
/Linux-v4.19/drivers/block/zram/
Dzcomp.c163 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare()
180 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead()
/Linux-v4.19/kernel/trace/
Dtrace_event_perf.c368 hlist_add_head_rcu(&p_event->hlist_entry, list); in perf_trace_add()
384 hlist_del_rcu(&p_event->hlist_entry); in perf_trace_del()
447 head.first = &event->hlist_entry; in perf_ftrace_function_call()
/Linux-v4.19/fs/9p/
Dvfs_dentry.c73 p9_client_clunk(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
/Linux-v4.19/fs/fscache/
Dpage.c247 object = hlist_entry(cookie->backing_objects.first, in __fscache_attr_changed()
476 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_page()
605 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_pages()
717 object = hlist_entry(cookie->backing_objects.first, in __fscache_alloc_page()
1008 object = hlist_entry(cookie->backing_objects.first, in __fscache_write_page()
1137 object = hlist_entry(cookie->backing_objects.first, in __fscache_uncache_page()
Dcookie.c50 prefix, hlist_entry(object, struct fscache_object, cookie_link)); in fscache_print_cookie()
446 object = hlist_entry(cookie->backing_objects.first, in fscache_acquire_non_index_cookie()
645 object = hlist_entry(cookie->backing_objects.first, in __fscache_invalidate()
927 object = hlist_entry(cookie->backing_objects.first, in __fscache_check_consistency()
Dcache.c114 object = hlist_entry(cookie->backing_objects.first, in fscache_select_cache_for_object()
/Linux-v4.19/lib/
Ddebugobjects.c120 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in fill_pool()
177 obj = hlist_entry(obj_pool.first, typeof(*obj), node); in alloc_object()
222 obj = hlist_entry(obj_to_free.first, typeof(*obj), node); in free_obj_work()
1153 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
/Linux-v4.19/net/ax25/
Dax25_uid.c176 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
/Linux-v4.19/Documentation/RCU/
Drculist_nulls.txt41 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
52 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
/Linux-v4.19/drivers/gpu/drm/
Ddrm_hashtab.c174 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
/Linux-v4.19/mm/
Dcma_debug.c86 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
Dmmu_notifier.c79 mn = hlist_entry(mm->mmu_notifier_mm->list.first, in __mmu_notifier_release()
Dzswap.c409 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_prepare()
427 struct zswap_pool *pool = hlist_entry(node, struct zswap_pool, node); in zswap_cpu_comp_dead()
/Linux-v4.19/arch/x86/kernel/
Dkvm.c103 hlist_entry(p, typeof(*n), link); in _find_apf_task()
195 hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
/Linux-v4.19/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-v4.19/include/linux/
Dlist.h764 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
775 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/Linux-v4.19/fs/afs/
Dcallback.c57 vi = hlist_entry(*pp, struct afs_vol_interest, srv_link); in afs_create_interest()
/Linux-v4.19/fs/nfs/
Dpnfs_dev.c331 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
/Linux-v4.19/net/l2tp/
Dl2tp_debugfs.c138 session = hlist_entry(walk, struct l2tp_session, hlist); in l2tp_dfs_seq_tunnel_show()
/Linux-v4.19/block/
Dblk-ioc.c112 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
/Linux-v4.19/kernel/
Dpid.c332 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()
/Linux-v4.19/net/netrom/
Dnr_route.c868 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-v4.19/include/net/
Dip_fib.h254 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
/Linux-v4.19/net/batman-adv/
Dfragmentation.c272 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list); in batadv_frag_merge_packets()

123