Home
last modified time | relevance | path

Searched refs:HASHMAP_ADD (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/lib/bpf/
Dhashmap.h82 HASHMAP_ADD, enumerator
102 return hashmap__insert(map, key, value, HASHMAP_ADD, NULL, NULL); in hashmap__add()
Dhashmap.c167 } else if (strategy == HASHMAP_ADD) { in hashmap__insert()