Home
last modified time | relevance | path

Searched refs:duration_sec (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/proc/
H A Dproc-maps-race.c90 unsigned long duration_sec;
573 unsigned long duration_sec; in TEST_F()
579 duration_sec = duration ? atol(duration) : 0; in TEST_F()
580 self->duration_sec = duration_sec ? duration_sec : 5UL; in TEST_F()
739 /* Now start concurrent modifications for self->duration_sec */ in TEST_F()
804 } while (end_ts.tv_sec - start_ts.tv_sec < self->duration_sec); in TEST_F()
833 /* Now start concurrent modifications for self->duration_sec */
885 } while (end_ts.tv_sec - start_ts.tv_sec < self->duration_sec);
78 unsigned long duration_sec; FIXTURE() local
421 unsigned long duration_sec; FIXTURE_SETUP() local
[all...]
/linux/tools/testing/selftests/bpf/
H A Dbench.c18 .duration_sec = 5,
323 env.duration_sec = strtol(arg, NULL, 10); in parse_arg()
324 if (env.duration_sec <= 0) { in parse_arg()
699 state.results = calloc(env.duration_sec + env.warmup_sec + 2,
772 if (iter == env.duration_sec + env.warmup_sec)
H A Dbench.h23 int duration_sec; member
/linux/drivers/usb/misc/
H A Dusbtest.c37 __s32 duration_sec; member
54 __s64 duration_sec; member
2726 temp.duration_sec = duration.tv_sec; in usbtest_ioctl()
2731 param_32->duration_sec = temp.duration_sec; in usbtest_ioctl()
2736 param_64->duration_sec = temp.duration_sec; in usbtest_ioctl()