Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
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()
/linux-6.12.1/tools/include/linux/
Dhashtable.h87 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dvxlan.c174 WARN_ON(!hash_empty(vxlan->htable)); in mlx5_vxlan_destroy()
/linux-6.12.1/include/linux/
Dhashtable.h99 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dmod_hdr.c50 WARN_ON(!hash_empty(tbl->hlist)); in mlx5e_mod_hdr_tbl_destroy()
/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_vmid.c321 if (!hash_empty(vport->hash_table)) in lpfc_reinit_vmid()
Dlpfc_ct.c3644 if (!hash_empty(vport->hash_table)) in lpfc_cmpl_ct_cmd_vmid()
Dlpfc_scsi.c5491 if (!hash_empty(vport->hash_table)) in lpfc_vmid_vport_cleanup()
/linux-6.12.1/drivers/accel/habanalabs/common/mmu/
Dmmu_v2.c46 if (!hash_empty(ctx->mmu_shadow_hash)) in hl_mmu_v2_ctx_fini()
Dmmu_v2_hr.c102 if (!hash_empty(ctx->hr_mmu_phys_hash)) in hl_mmu_v2_hr_ctx_fini()
Dmmu_v1.c207 if (!hash_empty(ctx->mmu_shadow_hash)) in hl_mmu_v1_ctx_fini()
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_nvmetcp.c177 if (!hash_empty(cdev->connections)) { in qed_nvmetcp_stop()
Dqed_fcoe.c781 if (!hash_empty(cdev->connections)) { in qed_fcoe_stop()
Dqed_iscsi.c1088 if (!hash_empty(cdev->connections)) { in qed_iscsi_stop()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_vf_lib.c94 return !hash_empty(pf->vfs.table); in ice_has_vfs()
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c1431 if (!hash_empty(kfd_processes_table) || kfd_is_locked()) { in kgd2kfd_check_and_lock_kfd()
Dkfd_process.c1263 if (hash_empty(kfd_processes_table)) { in kfd_process_notifier_release()
/linux-6.12.1/drivers/accel/habanalabs/common/
Dmemory.c2772 if (!hdev->reset_info.hard_reset_pending && !hash_empty(ctx->mem_hash)) in hl_vm_ctx_fini()
/linux-6.12.1/drivers/s390/net/
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()