Home
last modified time | relevance | path

Searched refs:hash_add (Results 1 – 6 of 6) sorted by relevance

/tools/include/linux/
Dhashtable.h57 #define hash_add(hashtable, node, key) \ macro
/tools/bpf/bpftool/
Dpids.c79 hash_add(table->table, &refs->node, e->id); in add_ref()
Dcommon.c440 hash_add(build_fn_table->table, &obj_node->hash, obj_node->id); in do_build_table_cb()
Dbtf.c741 hash_add(tab->table, &obj_node->hash, obj_node->btf_id); in build_btf_type_table()
/tools/testing/selftests/kvm/lib/
Dkvm_util.c945 hash_add(vm->regions.slot_hash, &region->slot_node, slot); in vm_userspace_mem_region_add()
/tools/objtool/
Dcheck.c397 hash_add(file->insn_hash, &insn->hash, sec_offset_hash(sec, insn->offset)); in decode_instructions()