OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BIOVEC_PHYS_MERGEABLE
(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
137
#ifndef
BIOVEC_PHYS_MERGEABLE
138
#define
BIOVEC_PHYS_MERGEABLE
(vec1, vec2) ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
Completed in 24 milliseconds
1
2