Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dhashmap.c155 enum hashmap_insert_strategy strategy, in hashmap__insert() argument
168 if (strategy != HASHMAP_APPEND && in hashmap__insert()
175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) { in hashmap__insert()
179 } else if (strategy == HASHMAP_ADD) { in hashmap__insert()
184 if (strategy == HASHMAP_UPDATE) in hashmap__insert()
Dhashmap.h113 enum hashmap_insert_strategy strategy,
/tools/perf/util/
Dhashmap.c155 enum hashmap_insert_strategy strategy, in hashmap__insert() argument
168 if (strategy != HASHMAP_APPEND && in hashmap__insert()
175 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) { in hashmap__insert()
179 } else if (strategy == HASHMAP_ADD) { in hashmap__insert()
184 if (strategy == HASHMAP_UPDATE) in hashmap__insert()
Dhashmap.h113 enum hashmap_insert_strategy strategy,
/tools/include/uapi/linux/
Dpkt_sched.h496 unsigned char strategy; member