OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIOVEC_SEG_BOUNDARY
(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
143
#define
BIOVEC_SEG_BOUNDARY
(q, b1, b2) __BIO_SEG_BOUNDARY(bvec_to_phys((b1)), bvec_to_phys((b2)) + (b2)->bv_len, (q)->seg_boundary_mask)
144
#define BIO_SEG_BOUNDARY(q, b1, b2)
BIOVEC_SEG_BOUNDARY
((q), __BVEC_END((b1)), __BVEC_START((b2)))
Completed in 127 milliseconds
1
2