Searched refs:hash_for_each_possible (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/ |
D | hashtable.h | 160 #define hash_for_each_possible(name, obj, member, key) \ macro
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_mn.c | 192 hash_for_each_possible(rdev->mn_hash, rmn, node, (unsigned long)mm) in radeon_mn_get()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_userptr.c | 413 hash_for_each_possible(dev_priv->mm_structs, mm, node, (unsigned long)real) in __i915_mm_struct_find()
|
D | i915_cmd_parser.c | 763 hash_for_each_possible(ring->cmd_hash, desc_node, node, in find_cmd_in_table()
|
/linux-4.1.27/drivers/net/ethernet/rocker/ |
D | rocker.c | 2301 hash_for_each_possible(rocker->flow_tbl, found, in rocker_flow_tbl_find() 2614 hash_for_each_possible(rocker->group_tbl, found, in rocker_group_tbl_find() 2788 hash_for_each_possible(rocker->neigh_tbl, found, in rocker_neigh_tbl_find() 3450 hash_for_each_possible(rocker->fdb_tbl, found, entry, match->key_crc32) in rocker_fdb_tbl_find() 3685 hash_for_each_possible(rocker->internal_vlan_tbl, found, in rocker_internal_vlan_tbl_find()
|
/linux-4.1.27/kernel/ |
D | workqueue.c | 1017 hash_for_each_possible(pool->busy_hash, worker, hentry, in find_worker_executing_work() 3282 hash_for_each_possible(unbound_pool_hash, pool, hash_node, hash) { in get_unbound_pool()
|
D | cgroup.c | 691 hash_for_each_possible(css_set_table, cset, hlist, key) { in find_existing_css_set()
|
/linux-4.1.27/drivers/of/ |
D | unittest.c | 256 hash_for_each_possible(phandle_ht, nh, node, np->phandle) { in of_unittest_check_phandles()
|
/linux-4.1.27/mm/ |
D | ksm.c | 325 hash_for_each_possible(mm_slots_hash, slot, link, (unsigned long)mm) in get_mm_slot()
|
D | huge_memory.c | 2002 hash_for_each_possible(mm_slots_hash, mm_slot, hash, (unsigned long)mm) in get_mm_slot()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 42 hash_for_each_possible(ar->htt.rx_ring.skb_table, rxcb, hlist, paddr) in ath10k_htt_rx_find_skb_paddr()
|
/linux-4.1.27/fs/ |
D | locks.c | 827 hash_for_each_possible(blocked_hash, fl, fl_link, posix_owner_key(block_fl)) { in what_owner_is_waiting_for()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1133 hash_for_each_possible(gss_auth_hash_table, in gss_auth_find_or_add_hashed()
|