Searched defs:old_value (Results 1 – 9 of 9) sorted by relevance
/tools/include/nolibc/sys/ |
A D | timerfd.h | 59 const struct itimerspec *new_value, struct itimerspec *old_value) in sys_timerfd_settime() 82 const struct itimerspec *new_value, struct itimerspec *old_value) in timerfd_settime()
|
/tools/perf/util/ |
A D | hashmap.h | 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 141 #define hashmap__set(map, key, value, old_key, old_value) \ argument 144 #define hashmap__update(map, key, value, old_key, old_value) \ argument 152 #define hashmap__delete(map, key, old_key, old_value) \ argument
|
A D | threads.c | 145 struct thread *old_value; in threads__remove_all_threads() local 157 struct thread *old_value; in threads__remove() local
|
A D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete()
|
/tools/lib/bpf/ |
A D | hashmap.h | 133 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument 141 #define hashmap__set(map, key, value, old_key, old_value) \ argument 144 #define hashmap__update(map, key, value, old_key, old_value) \ argument 152 #define hashmap__delete(map, key, old_key, old_value) \ argument
|
A D | hashmap.c | 156 long *old_key, long *old_value) in hashmap_insert() 221 long *old_key, long *old_value) in hashmap_delete()
|
/tools/include/nolibc/ |
A D | time.h | 222 const struct itimerspec *new_value, struct itimerspec *old_value) in sys_timer_settime() 245 const struct itimerspec *new_value, struct itimerspec *old_value) in timer_settime()
|
/tools/testing/selftests/bpf/prog_tests/ |
A D | hashmap.c | 262 const char *key, *value, *old_key, *old_value; in test_hashmap_ptr_iface() local
|
/tools/testing/selftests/kvm/s390/ |
A D | memop.c | 51 uint8_t old_value[16]; member
|
Completed in 18 milliseconds