Searched refs:HASHMAP_ADD (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dhashmap.h96 * - HASHMAP_ADD - only add key/value if key doesn't exist yet;
109 HASHMAP_ADD, enumerator in enum:hashmap_insert_strategy
139 hashmap__insert((map), (key), (value), HASHMAP_ADD, NULL, NULL)
H A Dstrset.c165 * contents doesn't exist already (HASHMAP_ADD strategy). If such
169 HASHMAP_ADD, &old_off, NULL);
H A Dhashmap.c179 } else if (strategy == HASHMAP_ADD) {
/linux-master/tools/perf/util/
H A Dhashmap.h96 * - HASHMAP_ADD - only add key/value if key doesn't exist yet;
109 HASHMAP_ADD, enumerator in enum:hashmap_insert_strategy
139 hashmap__insert((map), (key), (value), HASHMAP_ADD, NULL, NULL)
H A Dhashmap.c179 } else if (strategy == HASHMAP_ADD) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c275 err = hashmap__insert(map, "a", "apricot", HASHMAP_ADD, NULL, NULL);

Completed in 189 milliseconds