Searched refs:curr_mask (Results 1 – 1 of 1) sorted by relevance
468 int lio_random_methods(long curr_mask) in lio_random_methods() argument473 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()