Searched refs:hlist_entry (Results 1 - 25 of 63) sorted by relevance

123

/linux-master/fs/
H A Dfs_pin.c81 pin_kill(hlist_entry(p, struct fs_pin, m_list));
95 pin_kill(hlist_entry(q, struct fs_pin, s_list));
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c91 return hlist_entry(hash, struct vmw_cmdbuf_res, hash)->res;
246 entry = hlist_entry(hash, struct vmw_cmdbuf_res, hash);
H A Dttm_object.c268 base = hlist_entry(hash, struct ttm_ref_object, hash)->obj;
313 ref = hlist_entry(hash, struct ttm_ref_object, hash);
377 ref = hlist_entry(hash, struct ttm_ref_object, hash);
/linux-master/drivers/block/zram/
H A Dzcomp.c154 struct zcomp *comp = hlist_entry(node, struct zcomp, node);
169 struct zcomp *comp = hlist_entry(node, struct zcomp, node);
/linux-master/scripts/kconfig/
H A Dlist.h238 #define hlist_entry(ptr, type, member) container_of(ptr, type, member) macro
242 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/linux-master/fs/9p/
H A Dvfs_dentry.c55 p9_fid_put(hlist_entry(p, struct p9_fid, dlist));
/linux-master/kernel/irq/
H A Dresend.c37 desc = hlist_entry(irq_resend_list.first, struct irq_desc,
/linux-master/kernel/trace/
H A Dtrace_event_perf.c373 hlist_add_head_rcu(&p_event->hlist_entry, list);
389 hlist_del_rcu(&p_event->hlist_entry);
457 head.first = &event->hlist_entry;
/linux-master/net/ax25/
H A Dax25_uid.c173 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node);
/linux-master/mm/
H A Dcma_debug.c84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node);
H A Dmmu_notifier.c323 subscription = hlist_entry(subscriptions->list.first,
/linux-master/lib/
H A Ddebugobjects.c151 obj = hlist_entry(obj_to_free.first, typeof(*obj), node);
212 obj = hlist_entry(list->first, typeof(*obj), node);
307 obj = hlist_entry(obj_to_free.first, typeof(*obj), node);
1339 new = hlist_entry(obj_pool.first, typeof(*obj), node);
/linux-master/tools/include/linux/
H A Dlist.h705 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
716 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/linux-master/net/rxrpc/
H A Dpeer_event.c212 call = hlist_entry(error_targets.first,
H A Dlocal_object.c265 local = hlist_entry(cursor, struct rxrpc_local, link);
/linux-master/block/
H A Dblk-ioc.c119 struct io_cq *icq = hlist_entry(ioc->icq_list.first,
/linux-master/fs/nfs/
H A Dpnfs_dev.c351 d = hlist_entry(tmp.first, struct nfs4_deviceid_node, tmpnode);
/linux-master/net/batman-adv/
H A Dfragmentation.c258 entry = hlist_entry(chain->first, struct batadv_frag_list_entry, list);
H A Dhard-interface.c423 hardif_neigh = hlist_entry(first, struct batadv_hardif_neigh_node,
/linux-master/net/netrom/
H A Dnr_route.c871 struct nr_node *nr_node = hlist_entry(v, struct nr_node,
929 nr_neigh = hlist_entry(v, struct nr_neigh, neigh_node);
/linux-master/include/linux/
H A Dlist.h1142 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro
1153 ____ptr ? hlist_entry(____ptr, type, member) : NULL; \
/linux-master/arch/x86/kernel/
H A Dkvm.c103 hlist_entry(p, typeof(*n), link);
183 n = hlist_entry(p, typeof(*n), link);
/linux-master/net/sunrpc/
H A Dauth.c391 cred = hlist_entry(head->first, struct rpc_cred, cr_hash);
/linux-master/kernel/
H A Dwatch_queue.c610 watch = hlist_entry(wqueue->watches.first, struct watch, queue_node);
/linux-master/fs/afs/
H A Dproc.c261 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link);

Completed in 986 milliseconds

123