Searched defs:newval (Results  1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/futex/include/ | 
| D | atomic.h | 36 atomic_cmpxchg(atomic_t *addr, int oldval, int newval)  in atomic_cmpxchg() 73 atomic_set(atomic_t *addr, int newval)  in atomic_set()
  | 
| D | futextest.h | 230 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval)  in futex_cmpxchg() 267 futex_set(futex_t *uaddr, u_int32_t newval)  in futex_set()
  | 
| /tools/include/asm-generic/ | 
| D | atomic-gcc.h | 65 #define cmpxchg(ptr, oldval, newval) \  argument 68 static inline int atomic_cmpxchg(atomic_t *v, int oldval, int newval)  in atomic_cmpxchg()
  | 
| /tools/testing/selftests/bpf/prog_tests/ | 
| D | global_data_init.c | 8 	__u8 *buff = NULL, *newval = NULL;  in test_global_data_init()  local
  | 
| D | tc_redirect.c | 73 static int write_file(const char *path, const char *newval)  in write_file()
  | 
| /tools/testing/selftests/bpf/ | 
| D | test_sysctl.c | 36 	const char *newval;  member
  | 
| /tools/testing/selftests/rseq/ | 
| D | basic_percpu_ops_test.c | 177 		intptr_t *targetptr, newval, expect;  in this_cpu_list_push()  local
  | 
| D | param_test.c | 614 		intptr_t *targetptr, newval, expect;  in this_cpu_list_push()  local 824 		intptr_t *targetptr, newval;  in this_cpu_buffer_pop()  local
  |