Searched refs:hlist_for_each (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/net/batman-adv/ |
D | hash.h | 136 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/ |
D | ehca_cq.c | 80 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/ |
D | lustre_compat25.h | 146 #define ll_d_hlist_for_each(tmp, i_dentry) hlist_for_each(tmp, i_dentry)
|
/linux-4.1.27/fs/ |
D | seq_file.c | 800 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/ |
D | hash.c | 631 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/ |
D | kvm.c | 110 hlist_for_each(p, &b->list) { in _find_apf_task()
|
/linux-4.1.27/include/linux/ |
D | list.h | 690 #define hlist_for_each(pos, head) \ macro
|
/linux-4.1.27/drivers/md/bcache/ |
D | sysfs.c | 494 hlist_for_each(p, h) in bch_cache_max_chain()
|
/linux-4.1.27/net/bridge/ |
D | br_fdb.c | 200 hlist_for_each(h, &br->hash[i]) { in br_fdb_changeaddr()
|
/linux-4.1.27/net/mac80211/ |
D | mesh_pathtbl.c | 174 hlist_for_each(p, &oldhash[i]) in mesh_table_grow()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_execbuffer.c | 199 hlist_for_each(node, head) { in eb_get_vma()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_core.c | 1793 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/ |
D | dquot.c | 284 hlist_for_each (node, dquot_hash+hashent) { in find_dquot()
|