Home
last modified time | relevance | path

Searched defs:bvec_kmap_irq (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
Dbio.h320 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() function
345 #define bvec_kmap_irq(bvec, flags) (page_address((bvec)->bv_page) + (bvec)->bv_offset) macro