Searched refs:___res (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 365 long long ___res = (res); \ 366 bool ___ok = ___res == 0; \ 368 ___res, errno); \ 374 long long ___res = (res); \ 375 bool ___ok = ___res < 0; \ 376 CHECK(!___ok, (name), "unexpected success: %lld\n", ___res); \ 382 const void *___res = (ptr); \ 383 bool ___ok = !___res; \ 384 CHECK(!___ok, (name), "unexpected pointer: %p\n", ___res); \ 390 const void *___res [all...] |
| /linux/include/linux/ |
| H A D | arm-smccc.h | 563 struct arm_smccc_res *___res = res; \ 568 struct arm_smccc_res *___res = res; \ 575 struct arm_smccc_res *___res = res; \ 584 struct arm_smccc_res *___res = res; \ 628 if (___res) \ 629 *___res = (typeof(*___res)){r0, r1, r2, r3}; \ 677 if (___res) \ 678 ___res->a0 = SMCCC_RET_NOT_SUPPORTED; \ 715 #define __fail_smccc_1_2(___res) \ argument 717 if (___res) \ [all …]
|