OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIO_POOL_OFFSET
(Results
26 - 26
of
26
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
bio.h
98
#define
BIO_POOL_OFFSET
(BITS_PER_LONG - BIO_POOL_BITS)
99
#define BIO_POOL_MASK (1UL <<
BIO_POOL_OFFSET
)
100
#define BIO_POOL_IDX(bio) ((bio)->bi_flags >>
BIO_POOL_OFFSET
)
Completed in 17 milliseconds
1
2