Home
last modified time | relevance | path

Searched refs:hashmap__delete (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
A Dhashmap.c173 if (CHECK(!hashmap__delete(map, k, &oldk, &oldv), "elem_del", in test_hashmap_generic()
180 if (CHECK(hashmap__delete(map, k, &oldk, &oldv), "elem_del", in test_hashmap_generic()
207 if (CHECK(!hashmap__delete(map, k, &oldk, &oldv), "elem_del", in test_hashmap_generic()
214 if (CHECK(hashmap__delete(map, k, &oldk, &oldv), "elem_del", in test_hashmap_generic()
305 if (CHECK(!hashmap__delete(map, "c", &old_key, &old_value), in test_hashmap_ptr_iface()
314 if (CHECK(!hashmap__delete(map, "b", NULL, NULL), in test_hashmap_ptr_iface()
432 if (CHECK(hashmap__delete(map, k, NULL, NULL), "elem_del", in test_hashmap_empty()
/linux/tools/perf/util/
A Dthreads.c147 hashmap__delete(&table->shard, cur->key, /*old_key=*/NULL, &old_value); in threads__remove_all_threads()
163 hashmap__delete(&table->shard, thread__tid(thread), /*old_key=*/NULL, &old_value); in threads__remove()
A Dhashmap.h152 #define hashmap__delete(map, key, old_key, old_value) \ macro
A Dexpr.c282 hashmap__delete(ctx->ids, id, &old_key, &old_val); in expr__del_id()
/linux/tools/lib/bpf/
A Dhashmap.h152 #define hashmap__delete(map, key, old_key, old_value) \ macro

Completed in 8 milliseconds