Home
last modified time | relevance | path

Searched refs:sig_escape (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap15.c82 static sigjmp_buf sig_escape; variable
98 siglongjmp(sig_escape, SUCC_JMP); in sig_handler()
99 siglongjmp(sig_escape, FAIL_JMP + SIGILL); in sig_handler()
128 siglongjmp(sig_escape, SUCC_JMP); in sig_handler()
130 siglongjmp(sig_escape, FAIL_JMP + SIGBUS); in sig_handler()
142 siglongjmp(sig_escape, SUCC_JMP); in sig_handler()
143 siglongjmp(sig_escape, FAIL_JMP + SIGSEGV); in sig_handler()
155 switch (sigsetjmp(sig_escape, 1)) { in test_once()
Dhugemmap23.c21 static sigjmp_buf sig_escape; variable
62 siglongjmp(sig_escape, 1); in sig_handler()
74 if (sigsetjmp(sig_escape, 1)) { in test_read()
94 if (sigsetjmp(sig_escape, 1)) { in test_write()
Dhugemmap27.c22 static sigjmp_buf sig_escape; variable
31 siglongjmp(sig_escape, 1); in sig_handler()
43 if (sigsetjmp(sig_escape, 1)) { in test_write()