Searched refs:hash_add (Results 1 – 6 of 6) sorted by relevance
/tools/include/linux/ |
D | hashtable.h | 57 #define hash_add(hashtable, node, key) \ macro
|
/tools/bpf/bpftool/ |
D | pids.c | 79 hash_add(table->table, &refs->node, e->id); in add_ref()
|
D | common.c | 440 hash_add(build_fn_table->table, &obj_node->hash, obj_node->id); in do_build_table_cb()
|
D | btf.c | 741 hash_add(tab->table, &obj_node->hash, obj_node->btf_id); in build_btf_type_table()
|
/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 945 hash_add(vm->regions.slot_hash, ®ion->slot_node, slot); in vm_userspace_mem_region_add()
|
/tools/objtool/ |
D | check.c | 397 hash_add(file->insn_hash, &insn->hash, sec_offset_hash(sec, insn->offset)); in decode_instructions()
|