Searched refs:CHILD_FAIL_IF (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-pkey.c85 CHILD_FAIL_IF(pkey1 < 0, &info->child_sync);
91 CHILD_FAIL_IF(pkey2 < 0, &info->child_sync);
94 CHILD_FAIL_IF(pkey3 < 0, &info->child_sync);
132 CHILD_FAIL_IF(ret, &info->child_sync);
142 CHILD_FAIL_IF(reg != info->amr2, &info->child_sync);
148 CHILD_FAIL_IF(ret, &info->child_sync);
158 CHILD_FAIL_IF(reg != info->amr2, &info->child_sync);
165 CHILD_FAIL_IF(ret, &info->child_sync);
175 CHILD_FAIL_IF(reg != info->amr2, &info->child_sync);
180 CHILD_FAIL_IF(re
[all...]
H A Dchild.h29 #define CHILD_FAIL_IF(x, sync) \ macro

Completed in 121 milliseconds