Searched refs:bvec_kmap_irq (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dbio.h316 * bvec_kmap_irq and bvec_kunmap_irq!!
320 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) function
345 #define bvec_kmap_irq(bvec, flags) (page_address((bvec)->bv_page) + (bvec)->bv_offset) macro
352 return bvec_kmap_irq(bio_iovec_idx(bio, idx), flags);

Completed in 11 milliseconds