HomeSort by relevance Sort by last modified time
    Searched refs:PERIOD_VAL (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/sched_getattr/
sched_getattr01.c 37 #define PERIOD_VAL 30000000
55 attr.sched_period = PERIOD_VAL;
74 if (attr_copy.sched_period != PERIOD_VAL) {
76 " expected %u", attr.sched_period, PERIOD_VAL);
  /external/ltp/testcases/kernel/syscalls/sched_setattr/
sched_setattr01.c 42 #define PERIOD_VAL 30000000
56 .sched_period = PERIOD_VAL,

Completed in 433 milliseconds