Home
last modified time | relevance | path

Searched refs:recover_ctx (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtprctl.c31 sigjmp_buf recover_ctx; variable
36 siglongjmp(recover_ctx, 1); in handler()
48 if (sigsetjmp(recover_ctx, 1) == 0) { in test()
H A Dtinjpage.c102 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 Dtprctl.c31 sigjmp_buf recover_ctx; variable
36 siglongjmp(recover_ctx, 1); in handler()
48 if (sigsetjmp(recover_ctx, 1) == 0) { in test()
H A Dtinjpage.c102 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 Dpage-poisoning.c210 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