Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhashtable.h160 #define hash_for_each_possible(name, obj, member, key) \ macro
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_mn.c192 hash_for_each_possible(rdev->mn_hash, rmn, node, (unsigned long)mm) in radeon_mn_get()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_userptr.c413 hash_for_each_possible(dev_priv->mm_structs, mm, node, (unsigned long)real) in __i915_mm_struct_find()
Di915_cmd_parser.c763 hash_for_each_possible(ring->cmd_hash, desc_node, node, in find_cmd_in_table()
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c2301 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/
Dworkqueue.c1017 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()
Dcgroup.c691 hash_for_each_possible(css_set_table, cset, hlist, key) { in find_existing_css_set()
/linux-4.1.27/drivers/of/
Dunittest.c256 hash_for_each_possible(phandle_ht, nh, node, np->phandle) { in of_unittest_check_phandles()
/linux-4.1.27/mm/
Dksm.c325 hash_for_each_possible(mm_slots_hash, slot, link, (unsigned long)mm) in get_mm_slot()
Dhuge_memory.c2002 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/
Dhtt_rx.c42 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/
Dlocks.c827 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/
Dauth_gss.c1133 hash_for_each_possible(gss_auth_hash_table, in gss_auth_find_or_add_hashed()