Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl10.c26 #define TCASE_ENTRY(tsc_read_stat) { .name = #tsc_read_stat, .read_stat = tsc_read_stat}
36 int read_stat; member
74 TST_EXP_PASS_SILENT(prctl(PR_SET_TSC, tc->read_stat)); in verify_prctl()
76 if (tsc_val == tc->read_stat) in verify_prctl()
78 tc->name, tc->read_stat); in verify_prctl()
82 tsc_val, tc->name, tc->read_stat); in verify_prctl()
96 if (expected_status(status, tc->read_stat == PR_TSC_SIGSEGV ? SIGSEGV : 0)) in verify_prctl()

Completed in 1 milliseconds