Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H 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-6.15/tools/perf/util/
H 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()
H A Dhashmap.h152 #define hashmap__delete(map, key, old_key, old_value) \ macro
H A Dexpr.c281 hashmap__delete(ctx->ids, id, &old_key, &old_val); in expr__del_id()
H A Dhwmon_pmu.c332 hashmap__delete(&pmu->events, key.type_and_num, &key, &value); in hwmon_pmu__read_events()
/linux-6.15/tools/lib/bpf/
H A Dhashmap.h152 #define hashmap__delete(map, key, old_key, old_value) \ macro