Home
last modified time | relevance | path

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

123

/openbmc/linux/mm/
H A Dmm_slot.h40 hash_for_each_possible(_hashtable, tmp_slot, hash, (unsigned long)_mm) \
/openbmc/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c102 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_add_cb_for_notify_event()
160 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend()
435 hash_for_each_possible(reg_driver_map, eve_data, hentry, cb_type) { in xlnx_call_suspend_cb_handler()
457 hash_for_each_possible(reg_driver_map, eve_data, hentry, key) { in xlnx_call_notify_cb_handler()
/openbmc/linux/security/safesetid/
H A Dlsm.c39 hash_for_each_possible(policy->rules, rule, next, __kuid_val(src.uid)) { in _setid_policy_lookup()
47 hash_for_each_possible(policy->rules, rule, next, __kgid_val(src.gid)) { in _setid_policy_lookup()
/openbmc/linux/tools/include/linux/
H A Dhashtable.h132 #define hash_for_each_possible(name, obj, member, key) \ macro
/openbmc/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()
/openbmc/linux/lib/
H A Dhashtable_test.c109 hash_for_each_possible(hash, x, node, b.key) { in hashtable_test_hash_del()
208 hash_for_each_possible(hash, x, node, 0) { in hashtable_test_hash_for_each_possible()
/openbmc/linux/include/linux/
H A Dhashtable.h165 #define hash_for_each_possible(name, obj, member, key) \ macro
/openbmc/linux/kernel/livepatch/
H A Dshadow.c261 hash_for_each_possible(klp_shadow_hash, shadow, node, in klp_shadow_free()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c95 hash_for_each_possible(vxlan->htable, vxlanp, hlist, port) in vxlan_lookup_port()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dvporttbl.c73 hash_for_each_possible(esw->fdb_table.offloads.vports.table, e, hlist, key) in esw_vport_tbl_lookup()
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()
/openbmc/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()
H A Dmapping.c52 hash_for_each_possible(ctx->ht, mi, node, hash_key) { in mapping_add()
/openbmc/linux/fs/smb/server/mgmt/
H A Dshare_config.c81 hash_for_each_possible(shares_table, share, hlist, key) { in __share_lookup()
H A Duser_session.c163 hash_for_each_possible(sessions_table, sess, hlist, id) { in __session_lookup()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dcommon.h133 hash_for_each_possible((__ht), xfer_, node, k_) \
/openbmc/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c143 hash_for_each_possible(isst_hash, sst_cmd, hnode, full_cmd) { in isst_store_cmd()
211 hash_for_each_possible(isst_hash, sst_cmd, hnode, in isst_restore_msr_local()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c137 hash_for_each_possible(sync->fences, e, node, f->context) { in amdgpu_sync_add_later()
/openbmc/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()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_vmid.c52 hash_for_each_possible(vport->hash_table, vmp, hnode, hash) { in lpfc_get_vmid_from_hashtable()
/openbmc/linux/fs/crypto/
H A Dkeysetup_v1.c197 hash_for_each_possible(fscrypt_direct_keys, dk, dk_node, hash_key) { in find_or_insert_direct_key()
/openbmc/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()
/openbmc/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()
/openbmc/linux/arch/x86/kvm/svm/
H A Davic.c155 hash_for_each_possible(svm_vm_data_hash, kvm_svm, hnode, vm_id) { in avic_ga_log_notifier()
228 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) { in avic_vm_init()
/openbmc/linux/fs/afs/
H A Dsecurity.c252 hash_for_each_possible(afs_permits_cache, xpermits, hash_node, new->h) { in afs_cache_permit()

123