Searched refs:hash_empty (Results 1 - 19 of 19) sorted by relevance

/linux-master/lib/
H A Dhashtable_test.c30 KUNIT_EXPECT_TRUE(test, hash_empty(hash1));
31 KUNIT_EXPECT_TRUE(test, hash_empty(hash2));
39 KUNIT_EXPECT_TRUE(test, hash_empty(hash));
46 KUNIT_EXPECT_FALSE(test, hash_empty(hash));
120 KUNIT_EXPECT_TRUE(test, hash_empty(hash));
/linux-master/tools/include/linux/
H A Dhashtable.h81 * hash_empty - check whether a hashtable is empty
87 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/linux-master/include/linux/
H A Dhashtable.h93 * hash_empty - check whether a hashtable is empty
99 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c174 WARN_ON(!hash_empty(vxlan->htable));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c50 WARN_ON(!hash_empty(tbl->hlist));
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_vmid.c321 if (!hash_empty(vport->hash_table))
H A Dlpfc_ct.c3640 if (!hash_empty(vport->hash_table))
H A Dlpfc_scsi.c5472 if (!hash_empty(vport->hash_table))
/linux-master/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2.c46 if (!hash_empty(ctx->mmu_shadow_hash))
H A Dmmu_v2_hr.c102 if (!hash_empty(ctx->hr_mmu_phys_hash))
H A Dmmu_v1.c207 if (!hash_empty(ctx->mmu_shadow_hash))
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.c177 if (!hash_empty(cdev->connections)) {
H A Dqed_fcoe.c781 if (!hash_empty(cdev->connections)) {
H A Dqed_iscsi.c1088 if (!hash_empty(cdev->connections)) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device.c1393 if (!hash_empty(kfd_processes_table) || kfd_is_locked()) {
H A Dkfd_process.c1229 if (hash_empty(kfd_processes_table)) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.c94 return !hash_empty(pf->vfs.table);
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c2772 if (!hdev->reset_info.hard_reset_pending && !hash_empty(ctx->mem_hash))
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c685 if (hash_empty(card->local_addrs4))
712 if (hash_empty(card->local_addrs6))

Completed in 335 milliseconds