Searched refs:recover_ctx (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tprctl.c | 31 sigjmp_buf recover_ctx; variable 36 siglongjmp(recover_ctx, 1); in handler() 48 if (sigsetjmp(recover_ctx, 1) == 0) { in test()
|
H A D | tinjpage.c | 102 sigjmp_buf recover_ctx; variable 151 siglongjmp(recover_ctx, 1); in sighandler() 259 if (sigsetjmp(recover_ctx, 1) == 0) { in recover()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tprctl.c | 31 sigjmp_buf recover_ctx; variable 36 siglongjmp(recover_ctx, 1); in handler() 48 if (sigsetjmp(recover_ctx, 1) == 0) { in test()
|
H A D | tinjpage.c | 102 sigjmp_buf recover_ctx; variable 151 siglongjmp(recover_ctx, 1); in sighandler() 259 if (sigsetjmp(recover_ctx, 1) == 0) { in recover()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
H A D | page-poisoning.c | 210 static sigjmp_buf recover_ctx; variable 229 siglongjmp(recover_ctx, 1); in sighandler() 272 if (sigsetjmp(recover_ctx, 1) == 0) { in recover()
|
Completed in 6 milliseconds