Home
last modified time | relevance | path

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

12

/linux/fs/
H 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()
H A Dpnode.c24 return hlist_entry(p->mnt_slave_list.first, struct mount, mnt_slave); in first_slave()
29 return hlist_entry(p->mnt_slave.next, struct mount, mnt_slave); in next_slave()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c91 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()
H A Dttm_object.c265 base = hlist_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup()
310 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add()
374 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_base_unref()
/linux/scripts/include/
H A Dlist.h398 #define hlist_entry(ptr, type, member) container_of(ptr, type, member) macro
402 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/linux/kernel/irq/
H A Dresend.c37 desc = hlist_entry(irq_resend_list.first, struct irq_desc, resend_node); in resend_irqs()
/linux/fs/9p/
H A Dvfs_dentry.c61 p9_fid_put(hlist_entry(p, struct p9_fid, dlist)); in v9fs_dentry_release()
/linux/lib/
H A Ddebugobjects.c161 obj = hlist_entry(first_batch, typeof(*obj), node); in pool_move_batch()
190 obj = hlist_entry(head->first, typeof(*obj), node); in pool_push_batch()
209 obj = hlist_entry(head->first, typeof(*obj), node); in pool_pop_batch()
231 obj = hlist_entry(list->first, typeof(*obj), node); in __alloc_object()
300 first = hlist_entry(pcp->objects.first, typeof(*first), node); in pcpu_free()
/linux/Documentation/RCU/
H A Drculist_nulls.rst68 ({ obj = hlist_entry(pos, typeof(*obj), obj_node); 1; });
80 ({ obj = hlist_entry(pos, typeof(*obj), obj_node); 1; });
/linux/tools/include/linux/
H A Dlist.h715 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
726 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/linux/mm/
H A Dcma_debug.c82 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
/linux/fs/nfs/
H A Dpnfs_dev.c348 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode); in _deviceid_purge_client()
/linux/block/
H A Dblk-ioc.c112 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
/linux/net/batman-adv/
H A Dfragmentation.c258 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list); in batadv_frag_merge_packets()
H A Dhard-interface.c424 hardif_neigh = hlist_entry(first, struct batadv_hardif_neigh_node, in batadv_hardif_no_broadcast()
/linux/net/rxrpc/
H A Dlocal_object.c262 local = hlist_entry(cursor, struct rxrpc_local, link); in rxrpc_lookup_local()
H A Dpeer_event.c225 call = hlist_entry(error_targets.first, in rxrpc_distribute_error()
H A Dproc.c417 local = hlist_entry(v, struct rxrpc_local, link); in rxrpc_local_seq_show()
/linux/kernel/
H A Dwatch_queue.c618 watch = hlist_entry(wqueue->watches.first, struct watch, queue_node); in watch_queue_clear()
/linux/include/net/
H A Dip_fib.h308 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
/linux/fs/proc/
H A Dinode.c115 struct proc_inode *ei = hlist_entry(node, struct proc_inode, sibling_inodes); in proc_invalidate_siblings_dcache()
/linux/net/sunrpc/
H A Dauth.c391 cred = hlist_entry(head->first, struct rpc_cred, cr_hash); in rpcauth_clear_credcache()
/linux/fs/afs/
H A Dproc.c269 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
H A Dcell.c734 pcell = hlist_entry(*p, struct afs_cell, proc_link); in afs_activate_cell()
/linux/net/netfilter/
H A Dnf_conntrack_expect.c659 expect = hlist_entry(n, struct nf_conntrack_expect, hnode); in exp_seq_show()

12