Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dhashtable_test.c30 KUNIT_EXPECT_TRUE(test, hash_empty(hash1)); in hashtable_test_hash_init()
31 KUNIT_EXPECT_TRUE(test, hash_empty(hash2)); in hashtable_test_hash_init()
39 KUNIT_EXPECT_TRUE(test, hash_empty(hash)); in hashtable_test_hash_empty()
46 KUNIT_EXPECT_FALSE(test, hash_empty(hash)); in hashtable_test_hash_empty()
120 KUNIT_EXPECT_TRUE(test, hash_empty(hash)); in hashtable_test_hash_del()
/openbmc/linux/tools/include/linux/
H A Dhashtable.h87 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/openbmc/linux/include/linux/
H A Dhashtable.h99 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c174 WARN_ON(!hash_empty(vxlan->htable)); in mlx5_vxlan_destroy()
/openbmc/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()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_vmid.c321 if (!hash_empty(vport->hash_table)) in lpfc_reinit_vmid()
H A Dlpfc_ct.c3662 if (!hash_empty(vport->hash_table)) in lpfc_cmpl_ct_cmd_vmid()
H A Dlpfc_scsi.c5482 if (!hash_empty(vport->hash_table)) in lpfc_vmid_vport_cleanup()
/openbmc/linux/drivers/accel/habanalabs/common/mmu/
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.c471 if (!hash_empty(ctx->mmu_shadow_hash)) in hl_mmu_v1_ctx_fini()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.c92 return !hash_empty(pf->vfs.table); in ice_has_vfs()
/openbmc/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()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1361 if (!hash_empty(kfd_processes_table) || kfd_is_locked()) { in kgd2kfd_check_and_lock_kfd()
H A Dkfd_process.c1233 if (hash_empty(kfd_processes_table)) { in kfd_process_notifier_release()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dmemory.c2754 if (!hdev->reset_info.hard_reset_pending && !hash_empty(ctx->mem_hash)) in hl_vm_ctx_fini()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c688 if (hash_empty(card->local_addrs4)) in qeth_next_hop_is_local_v4()
715 if (hash_empty(card->local_addrs6)) in qeth_next_hop_is_local_v6()