Home
last modified time | relevance | path

Searched refs:BURN_SEC (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/sched/eas/
Deas_small_to_big.c30 #define BURN_SEC 3 macro
35 printf("Small task executing for %ds...\n", BURN_SEC); in task_fn()
36 burn(BURN_SEC * USEC_PER_SEC, 1); in task_fn()
40 burn(BURN_SEC * USEC_PER_SEC, 0); in task_fn()
Deas_small_big_toggle.c30 #define BURN_SEC 1 macro
40 burn(BURN_SEC * USEC_PER_SEC, 1); in task_fn()
43 burn(BURN_SEC * USEC_PER_SEC, 0); in task_fn()
204 BURN_SEC * NUM_LOOPS * 2); in run()
Deas_one_small_task.c27 #define BURN_SEC 5 macro
32 printf("Small task executing for %ds...\n", BURN_SEC); in task_fn()
33 burn(BURN_SEC * USEC_PER_SEC, 1); in task_fn()
Deas_one_big_task.c29 #define BURN_SEC 3 macro
34 printf("Big task executing for %ds...\n", BURN_SEC); in task_fn()
35 burn(BURN_SEC * USEC_PER_SEC, 0); in task_fn()
Deas_two_big_three_small.c27 #define BURN_SEC 3 macro
35 burn(BURN_SEC * USEC_PER_SEC, id < 3 ? 1 : 0); in task_fn()
116 printf("Tasks running for %d sec\n", BURN_SEC); in run()