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

  /external/ltp/testcases/kernel/io/disktest/
parse.c 315 args->flags |= CLD_FLG_DUTY;
906 if (args->flags & CLD_FLG_DUTY) { /* no read/write but duty cycle specified */
970 if (!(args->flags & CLD_FLG_DUTY) && (args->flags & CLD_FLG_RANDOM)
975 args->flags |= CLD_FLG_DUTY;
1001 if ((args->flags & CLD_FLG_DUTY)
    [all...]
main.h 141 #define CLD_FLG_DUTY 0x0000000000800000ULL /* set if a duty cycle is used while running */
sfunc.c 461 if ((args->flags & CLD_FLG_DUTY) && (args->rperc < 100)) {
468 if ((args->flags & CLD_FLG_DUTY) && (args->wperc < 100)) {

Completed in 45 milliseconds