Searched refs:op_val (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
H A D | atomic.h | 32 #define __ATOMIC_LOOP(ptr, op_val, op_string, __barrier) \ 42 : "d" (op_val) \ 54 #define __ATOMIC_LOOP(ptr, op_val, op_string, __barrier) \ 66 : "d" (op_val) \ 172 #define __ATOMIC64_LOOP(ptr, op_val, op_string, __barrier) \ 182 : "d" (op_val) \ 194 #define __ATOMIC64_LOOP(ptr, op_val, op_string, __barrier) \ 206 : "d" (op_val) \
|
H A D | spinlock.h | 152 #define __RAW_LOCK(ptr, op_val, op_string) \ 161 : "d" (op_val) \ 166 #define __RAW_UNLOCK(ptr, op_val, op_string) \ 175 : "d" (op_val) \
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | event-plugin.c | 63 char *op_val; update_option_value() local 85 op_val = strdup(val); update_option_value() 86 if (!op_val) update_option_value() 88 lower_case(op_val); update_option_value() 94 free(op_val); update_option_value()
|
Completed in 138 milliseconds