Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/linux/
Dhashtable.h87 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/Linux-v5.4/include/linux/
Dhashtable.h99 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/Linux-v5.4/tools/bpf/bpftool/
Dmap.c547 if (!hash_empty(map_table.table)) { in show_map_close_json()
615 if (!hash_empty(map_table.table)) { in show_map_close_plain()
Dprog.c256 if (!hash_empty(prog_table.table)) { in print_prog_json()
317 if (!hash_empty(prog_table.table)) { in print_prog_plain()
/Linux-v5.4/drivers/misc/habanalabs/
Dmmu.c503 if (!hash_empty(ctx->mmu_shadow_hash)) in hl_mmu_ctx_fini()
Dmemory.c1616 if (!hash_empty(ctx->mem_hash)) in hl_vm_ctx_fini()
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c803 if (!hash_empty(cdev->connections)) { in qed_fcoe_stop()
Dqed_iscsi.c1137 if (!hash_empty(cdev->connections)) { in qed_iscsi_stop()