Home
last modified time | relevance | path

Searched refs:hash_empty (Results 1 – 14 of 14) sorted by relevance

/linux/tools/include/linux/
H A Dhashtable.h87 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/linux/include/linux/
H A Dhashtable.h99 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c174 WARN_ON(!hash_empty(vxlan->htable)); in mlx5_vxlan_destroy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c50 WARN_ON(!hash_empty(tbl->hlist)); in mlx5e_mod_hdr_tbl_destroy()
/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2.c46 if (!hash_empty(ctx->mmu_shadow_hash)) in hl_mmu_v2_ctx_fini()
H A Dmmu_v2_hr.c102 if (!hash_empty(ctx->hr_mmu_phys_hash)) in hl_mmu_v2_hr_ctx_fini()
H A Dmmu_v1.c207 if (!hash_empty(ctx->mmu_shadow_hash)) in hl_mmu_v1_ctx_fini()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1528 if (hash_empty(kfd_processes_table) && !kfd_is_locked(kfd)) in kgd2kfd_check_and_lock_kfd()
1756 if (hash_empty(kfd_processes_table)) { in kgd2kfd_teardown_processes()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.c177 if (!hash_empty(cdev->connections)) { in qed_nvmetcp_stop()
H A Dqed_fcoe.c781 if (!hash_empty(cdev->connections)) { in qed_fcoe_stop()
H A Dqed_iscsi.c1088 if (!hash_empty(cdev->connections)) { in qed_iscsi_stop()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.c94 return !hash_empty(pf->vfs.table); in ice_has_vfs()
/linux/drivers/accel/habanalabs/common/
H A Dmemory.c2768 if (!hdev->reset_info.hard_reset_pending && !hash_empty(ctx->mem_hash)) in hl_vm_ctx_fini()
/linux/drivers/s390/net/
H A Dqeth_core_main.c687 if (hash_empty(card->local_addrs4)) in qeth_next_hop_is_local_v4()
714 if (hash_empty(card->local_addrs6)) in qeth_next_hop_is_local_v6()