Searched refs:strategy (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/util/ |
| A D | hashmap.c | 155 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()
|
| A D | hashmap.h | 130 enum hashmap_insert_strategy strategy, 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 134 hashmap_insert((map), (long)(key), (long)(value), (strategy), \
|
| /tools/lib/bpf/ |
| A D | hashmap.c | 155 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()
|
| A D | hashmap.h | 130 enum hashmap_insert_strategy strategy, 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 134 hashmap_insert((map), (long)(key), (long)(value), (strategy), \
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | unsigned-md5.c | 368 unsigned int strategy, in open_add() argument 384 if (strategy & PREINSTALL_MD5_FIRST) { in open_add() 389 if (strategy & PREINSTALL_AO) { in open_add() 399 if (strategy & PREINSTALL_MD5) { in open_add() 412 unsigned int strategy, in try_to_preadd() argument 427 sk = open_add(tst_name, port, strategy, md5_addr, md5_prefix, md5_vrf, in try_to_preadd() 438 unsigned int strategy, in try_to_add() argument 450 sk = open_add(tst_name, port, strategy, md5_addr, md5_prefix, md5_vrf, in try_to_add() 465 if (strategy & POSTINSTALL_MD5) { in try_to_add() 479 if (strategy & POSTINSTALL_AO) { in try_to_add()
|
Completed in 8 milliseconds