Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtlibio.c468 int lio_random_methods(long curr_mask) in lio_random_methods() argument
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()