Searched refs:hashmap__delete (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | hashmap.c | 173 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 D | threads.c | 147 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 D | hashmap.h | 152 #define hashmap__delete(map, key, old_key, old_value) \ macro
|
| A D | expr.c | 282 hashmap__delete(ctx->ids, id, &old_key, &old_val); in expr__del_id()
|
| /linux/tools/lib/bpf/ |
| A D | hashmap.h | 152 #define hashmap__delete(map, key, old_key, old_value) \ macro
|
Completed in 8 milliseconds