Searched refs:__retval (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/arch/sparc/include/asm/ |
| D | string.h | 26 void *__retval, *__addr = (__arg0); \ 30 __retval = __memscan_zero(__addr, __size); \ 32 __retval = __memscan_generic(__addr, (__char), __size); \ 34 __retval; \
|
| /Linux-v6.1/arch/loongarch/include/asm/ |
| D | percpu.h | 164 typeof(pcp) __retval; \ 165 __retval = (typeof(pcp))__percpu_read(&(pcp), sizeof(pcp)); \ 166 __retval; \ 176 typeof(pcp) __retval; \ 178 __retval = (typeof(pcp))operation(raw_cpu_ptr(&(pcp)), \ 181 __retval; \
|
| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | kfunc_call.c | 31 #define __BPF_TEST_SUCCESS(name, __retval, type) \ argument 35 .retval = __retval, \ 40 #define __BPF_TEST_FAIL(name, __retval, type, error_msg) \ argument 44 .retval = __retval, \
|
| /Linux-v6.1/include/linux/ |
| D | netlink.h | 145 int __retval; \ 147 __retval = !__tb[__attr]; \ 148 if (__retval) \ 150 __retval; \
|
| /Linux-v6.1/arch/arm64/include/asm/ |
| D | percpu.h | 164 typeof(pcp) __retval; \ 166 __retval = (typeof(pcp))op(raw_cpu_ptr(&(pcp)), ##args); \ 168 __retval; \
|