Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dhashmap.c143 enum hashmap_insert_strategy strategy, in hashmap__insert() argument
156 if (strategy != HASHMAP_APPEND && in hashmap__insert()
163 if (strategy == HASHMAP_SET || strategy == HASHMAP_UPDATE) { in hashmap__insert()
167 } else if (strategy == HASHMAP_ADD) { in hashmap__insert()
172 if (strategy == HASHMAP_UPDATE) in hashmap__insert()
Dhashmap.h96 enum hashmap_insert_strategy strategy,
/tools/include/uapi/linux/
Dpkt_sched.h495 unsigned char strategy; member