Home
last modified time | relevance | path

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

/Linux-v5.10/tools/bpf/bpftool/
Dpids.c185 if (hash_empty(table->table)) in emit_obj_refs_json()
214 if (hash_empty(table->table)) in emit_obj_refs_plain()
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()
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()
Dprog.c412 if (!hash_empty(prog_table.table)) { in print_prog_json()
482 if (!hash_empty(prog_table.table)) { in print_prog_plain()
/Linux-v5.10/tools/include/linux/
Dhashtable.h87 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dvxlan.c175 WARN_ON(!hash_empty(vxlan->htable)); in mlx5_vxlan_destroy()
/Linux-v5.10/include/linux/
Dhashtable.h99 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/Linux-v5.10/drivers/misc/habanalabs/common/
Dmmu_v1.c510 if (!hash_empty(ctx->mmu_shadow_hash)) in hl_mmu_v1_ctx_fini()
Dmemory.c1747 if (!hdev->hard_reset_pending && !hash_empty(ctx->mem_hash)) in hl_vm_ctx_fini()
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
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-v5.10/drivers/s390/net/
Dqeth_core_main.c825 if (hash_empty(card->local_addrs4)) in qeth_next_hop_is_local_v4()
851 if (hash_empty(card->local_addrs6)) in qeth_next_hop_is_local_v6()