Searched refs:sniper (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tinjpage.c | 514 * This is quite timing dependent. The sniper might hit the page 538 void *sniper(void *p) in sniper() function 557 if (pthread_create(&thr, NULL, sniper, arg) < 0) in setup_sniper() 859 {}, /* dummy 1 for sniper */ 860 {}, /* dummy 2 for sniper */ 871 fprintf(stderr, "Usage: tinjpage [--sniper]\n" in usage() 874 "--sniper Enable racy sniper tests (likely broken)\n"); in usage() 881 if (!strcmp(*av, "--sniper")) { in handle_opts()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tinjpage.c | 514 * This is quite timing dependent. The sniper might hit the page 538 void *sniper(void *p) in sniper() function 557 if (pthread_create(&thr, NULL, sniper, arg) < 0) in setup_sniper() 859 {}, /* dummy 1 for sniper */ 860 {}, /* dummy 2 for sniper */ 871 fprintf(stderr, "Usage: tinjpage [--sniper]\n" in usage() 874 "--sniper Enable racy sniper tests (likely broken)\n"); in usage() 881 if (!strcmp(*av, "--sniper")) { in handle_opts()
|
Completed in 4 milliseconds