Home
last modified time | relevance | path

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

123

/linux/net/netfilter/
H A Dnf_flow_table_xdp.c65 hash_for_each_possible(nf_xdp_hashtable, iter, hnode, key) { in nf_flowtable_by_dev_insert()
102 hash_for_each_possible(nf_xdp_hashtable, iter, hnode, key) { in nf_flowtable_by_dev_remove()
/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c116 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_add_cb_for_notify_event()
174 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend()
451 hash_for_each_possible(reg_driver_map, eve_data, hentry, cb_type) { in xlnx_call_suspend_cb_handler()
473 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_call_notify_cb_handler()
/linux/mm/
H A Dmm_slot.h40 hash_for_each_possible(_hashtable, tmp_slot, hash, (unsigned long)_mm) \
/linux/scripts/gendwarfksyms/
H A Dcache.c28 hash_for_each_possible(cache->cache, ci, hash, hash_32(key)) { in cache_get()
H A Ddie.c48 hash_for_each_possible(die_map, cd, hash, die_hash(addr, state)) { in __die_map_get()
H A Dkabi.c268 hash_for_each_possible(rules, rule, hash, in find_rule()
/linux/security/safesetid/
H A Dlsm.c40 hash_for_each_possible(policy->rules, rule, next, __kuid_val(src.uid)) { in _setid_policy_lookup()
48 hash_for_each_possible(policy->rules, rule, next, __kgid_val(src.gid)) { in _setid_policy_lookup()
/linux/scripts/include/
H A Dhashtable.h83 #define hash_for_each_possible(table, obj, member, key) \ macro
/linux/scripts/kconfig/
H A Dutil.c31 hash_for_each_possible(file_hashtable, file, node, hash) in file_lookup()
/linux/drivers/accel/habanalabs/common/
H A Dstate_dump.c187 hash_for_each_possible(sds->so_id_to_str_tb, entry, in hl_state_dump_get_sync_name()
211 hash_for_each_possible(sds->monitor_id_to_str_tb, in hl_state_dump_get_monitor_name()
252 hash_for_each_possible(map->tb, entry, node, sync_id) in hl_state_dump_get_sync_to_engine()
/linux/tools/include/linux/
H A Dhashtable.h132 #define hash_for_each_possible(name, obj, member, key) \ macro
/linux/net/9p/
H A Derror.c210 hash_for_each_possible(hash_errmap, c, list, hash) { in p9_errstr2errno()
/linux/kernel/livepatch/
H A Dshadow.c261 hash_for_each_possible(klp_shadow_hash, shadow, node, in klp_shadow_free()
/linux/include/linux/
H A Dhashtable.h165 #define hash_for_each_possible(name, obj, member, key) \ macro
/linux/drivers/platform/x86/intel/
H A Dtpmi_power_domains.c107 hash_for_each_possible(tpmi_cpu_hash, info, hnode, punit_core_id) { in tpmi_get_linux_cpu_number()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c60 hash_for_each_possible(tbl->hlist, mh, mod_hdr_hlist, hash_key) { in mod_hdr_get()
/linux/fs/smb/server/mgmt/
H A Dshare_config.c82 hash_for_each_possible(shares_table, share, hlist, key) { in __share_lookup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c181 hash_for_each_possible(tc_psample->hashtbl, sampler, hlist, hash_key) in sampler_get()
272 hash_for_each_possible(tc_psample->restore_hashtbl, restore, hlist, obj_id) in sample_restore_get()
/linux/fs/crypto/
H A Dkeysetup_v1.c189 hash_for_each_possible(fscrypt_direct_keys, dk, dk_node, hash_key) { in find_or_insert_direct_key()
/linux/scripts/genksyms/
H A Dgenksyms.c157 hash_for_each_possible(symbol_hashtable, sym, hnode, crc32(name)) { in find_symbol()
242 hash_for_each_possible(symbol_hashtable, sym, hnode, h) { in __add_symbol()
/linux/drivers/firmware/arm_scmi/
H A Dcommon.h135 hash_for_each_possible((__ht), xfer_, node, k_) \
/linux/drivers/tty/serial/8250/
H A D8250_core.c139 hash_for_each_possible(irq_lists, i, node, up->port.irq) in serial_get_or_create_irq_info()
187 hash_for_each_possible(irq_lists, i, node, up->port.irq) in serial_unlink_irq_chain()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c124 hash_for_each_possible(esw->offloads.termtbl_tbl, tt, in mlx5_eswitch_termtbl_get_create()
/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2_hr.c17 hash_for_each_possible(ctx->hr_mmu_phys_hash, pgt_info, node, in hl_mmu_v2_hr_get_pgt_info()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dindir_table.c316 hash_for_each_possible(esw->fdb_table.offloads.indir->table, e, hlist, key) in mlx5_esw_indir_table_entry_lookup()

123