/openbmc/linux/mm/ |
H A D | mm_slot.h | 40 hash_for_each_possible(_hashtable, tmp_slot, hash, (unsigned long)_mm) \
|
/openbmc/linux/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 102 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 D | lsm.c | 39 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 D | hashtable.h | 132 #define hash_for_each_possible(name, obj, member, key) \ macro
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | state_dump.c | 187 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 D | hashtable_test.c | 109 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 D | hashtable.h | 165 #define hash_for_each_possible(name, obj, member, key) \ macro
|
/openbmc/linux/kernel/livepatch/ |
H A D | shadow.c | 261 hash_for_each_possible(klp_shadow_hash, shadow, node, in klp_shadow_free()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | vxlan.c | 95 hash_for_each_possible(vxlan->htable, vxlanp, hlist, port) in vxlan_lookup_port()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | vporttbl.c | 73 hash_for_each_possible(esw->fdb_table.offloads.vports.table, e, hlist, key) in esw_vport_tbl_lookup()
|
H A D | indir_table.c | 316 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 D | mod_hdr.c | 60 hash_for_each_possible(tbl->hlist, mh, mod_hdr_hlist, hash_key) { in mod_hdr_get()
|
H A D | mapping.c | 52 hash_for_each_possible(ctx->ht, mi, node, hash_key) { in mapping_add()
|
/openbmc/linux/fs/smb/server/mgmt/ |
H A D | share_config.c | 82 hash_for_each_possible(shares_table, share, hlist, key) { in __share_lookup()
|
H A D | user_session.c | 163 hash_for_each_possible(sessions_table, sess, hlist, id) { in __session_lookup()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | common.h | 133 hash_for_each_possible((__ht), xfer_, node, k_) \
|
/openbmc/linux/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 143 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 D | amdgpu_sync.c | 137 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 D | sample.c | 181 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 D | lpfc_vmid.c | 52 hash_for_each_possible(vport->hash_table, vmp, hnode, hash) { in lpfc_get_vmid_from_hashtable()
|
/openbmc/linux/fs/crypto/ |
H A D | keysetup_v1.c | 197 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 D | eswitch_offloads_termtbl.c | 124 hash_for_each_possible(esw->offloads.termtbl_tbl, tt, in mlx5_eswitch_termtbl_get_create()
|
/openbmc/linux/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu_v2_hr.c | 17 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 D | avic.c | 155 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 D | security.c | 252 hash_for_each_possible(afs_permits_cache, xpermits, hash_node, new->h) { in afs_cache_permit()
|