Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dpids.c185 if (hash_empty(table->table)) in emit_obj_refs_json()
214 if (hash_empty(table->table)) in emit_obj_refs_plain()
H A Dlink.c159 if (!hash_empty(link_table.table)) { in show_link_close_json()
247 if (!hash_empty(link_table.table)) { in show_link_close_plain()
H A Dmap.c537 if (!hash_empty(map_table.table)) { in show_map_close_json()
612 if (!hash_empty(map_table.table)) { in show_map_close_plain()
H A Dprog.c414 if (!hash_empty(prog_table.table)) { in print_prog_json()
484 if (!hash_empty(prog_table.table)) { in print_prog_plain()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dhashtable.h87 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dhashtable.h99 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c175 WARN_ON(!hash_empty(vxlan->htable)); in mlx5_vxlan_destroy()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_hash.h281 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dmmu_v1.c510 if (!hash_empty(ctx->mmu_shadow_hash)) in hl_mmu_v1_ctx_fini()
H A Dmemory.c1747 if (!hdev->hard_reset_pending && !hash_empty(ctx->mem_hash)) in hl_vm_ctx_fini()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp1094 if (hash_empty(mHashGroup)) { in dump()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
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()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core_main.c792 if (hash_empty(card->local_addrs4)) in qeth_next_hop_is_local_v4()
818 if (hash_empty(card->local_addrs6)) in qeth_next_hop_is_local_v6()