Home
last modified time | relevance | path

Searched refs:hlist_for_each (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/net/batman-adv/
Dhash.h136 hlist_for_each(node, head) { in batadv_hash_add()
174 hlist_for_each(node, head) { in batadv_hash_remove()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_cq.c80 hlist_for_each(iter, &cq->qp_hashtab[key]) { in ehca_cq_unassign_qp()
106 hlist_for_each(iter, &cq->qp_hashtab[key]) { in ehca_cq_get_qp()
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
Dlustre_compat25.h146 #define ll_d_hlist_for_each(tmp, i_dentry) hlist_for_each(tmp, i_dentry)
/linux-4.1.27/fs/
Dseq_file.c800 hlist_for_each(node, head) in seq_hlist_start()
930 hlist_for_each(node, per_cpu_ptr(head, *cpu)) { in seq_hlist_start_percpu()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c631 hlist_for_each(ehnode, hhead) { in cfs_hash_bd_lookup_intent()
1706 hlist_for_each(hnode, hhead) { in cfs_hash_hlist_for_each()
1738 hlist_for_each(hnode, hlist) { in cfs_hash_for_each_key()
/linux-4.1.27/arch/x86/kernel/
Dkvm.c110 hlist_for_each(p, &b->list) { in _find_apf_task()
/linux-4.1.27/include/linux/
Dlist.h690 #define hlist_for_each(pos, head) \ macro
/linux-4.1.27/drivers/md/bcache/
Dsysfs.c494 hlist_for_each(p, h) in bch_cache_max_chain()
/linux-4.1.27/net/bridge/
Dbr_fdb.c200 hlist_for_each(h, &br->hash[i]) { in br_fdb_changeaddr()
/linux-4.1.27/net/mac80211/
Dmesh_pathtbl.c174 hlist_for_each(p, &oldhash[i]) in mesh_table_grow()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c199 hlist_for_each(node, head) { in eb_get_vma()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c1793 hlist_for_each(n, h) { in serial_link_irq_chain()
1846 hlist_for_each(n, h) { in serial_unlink_irq_chain()
/linux-4.1.27/fs/quota/
Ddquot.c284 hlist_for_each (node, dquot_hash+hashent) { in find_dquot()