Home
last modified time | relevance | path

Searched refs:__bvec_gap_to_prev (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/block/
H A Dblk.h105 static inline bool __bvec_gap_to_prev(const struct queue_limits *lim, in __bvec_gap_to_prev() function
121 return __bvec_gap_to_prev(lim, bprv, offset); in bvec_gap_to_prev()
H A Dblk-merge.c85 return __bvec_gap_to_prev(&q->limits, &pb, nb.bv_offset); in bio_will_gap()