Home
last modified time | relevance | path

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

123

/linux/fs/
A 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/drivers/block/zram/
A Dzcomp.c159 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 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()
460 head.first = &event->hlist_entry; in perf_ftrace_function_call()
/linux/fs/fscache/
A Dpage.c243 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 Dcookie.c54 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 Dio.c62 object = hlist_entry(cookie->backing_objects.first, in __fscache_begin_read_operation()
A Dcache.c110 object = hlist_entry(cookie->backing_objects.first, in fscache_select_cache_for_object()
/linux/fs/9p/
A Dvfs_dentry.c57 p9_client_clunk(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
/linux/lib/
A 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()
1341 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
/linux/net/ax25/
A Dax25_uid.c173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
/linux/Documentation/RCU/
A Drculist_nulls.rst56 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
68 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
/linux/drivers/gpu/drm/
A Ddrm_hashtab.c178 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
/linux/mm/
A Dcma_debug.c84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
A Dzswap.c447 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 Dlist.h694 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
705 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/linux/include/linux/
A Dlist.h974 #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 Dkvm.c101 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 Dblk-ioc.c102 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
/linux/fs/nfs/
A Dpnfs_dev.c351 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
/linux/net/l2tp/
A Dl2tp_debugfs.c133 session = hlist_entry(walk, struct l2tp_session, hlist); in l2tp_dfs_seq_tunnel_show()
/linux/net/netrom/
A Dnr_route.c871 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 Dfragmentation.c259 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list); in batadv_frag_merge_packets()
/linux/kernel/time/
A Dtimer.c1452 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 Dpid.c404 result = hlist_entry(first, struct task_struct, pid_links[(type)]); in pid_task()
/linux/include/net/
A Dip_fib.h298 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()

Completed in 57 milliseconds

123