Home
last modified time | relevance | path

Searched refs:curr_mask (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/lib/
H A Dtlibio.c468 int lio_random_methods(long curr_mask) in lio_random_methods() argument
472 /* remove random select, io type, and wait method bits from curr_mask */ in lio_random_methods()
473 mask = curr_mask & (~(LIO_IO_TYPES | LIO_WAIT_TYPES | LIO_RANDOM)); in lio_random_methods()
476 mask = mask | random_bit(curr_mask & LIO_IO_TYPES); in lio_random_methods()
479 mask = mask | random_bit(curr_mask & LIO_WAIT_TYPES); in lio_random_methods()

Completed in 2 milliseconds