Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/include/linux/
Dbio.h98 #define BIO_POOL_OFFSET (BITS_PER_LONG - BIO_POOL_BITS) macro
99 #define BIO_POOL_MASK (1UL << BIO_POOL_OFFSET)
100 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)