Lines Matching refs:context_u
165 unsigned context_u; member
178 unsigned o = dp->context_u; in list_get_page()
190 dp->context_u = 0; in list_next_page()
197 dp->context_u = offset; in list_dp_init()
209 *len = bvec->bv_len - dp->context_u; in bio_get_page()
210 *offset = bvec->bv_offset + dp->context_u; in bio_get_page()
217 dp->context_u = 0; in bio_next_page()
225 dp->context_u = bio->bi_iter.bi_bvec_done; in bio_dp_init()
235 *offset = dp->context_u; in vm_get_page()
236 *len = PAGE_SIZE - dp->context_u; in vm_get_page()
241 dp->context_ptr += PAGE_SIZE - dp->context_u; in vm_next_page()
242 dp->context_u = 0; in vm_next_page()
249 dp->context_u = ((unsigned long) data) & (PAGE_SIZE - 1); in vm_dp_init()
260 *offset = dp->context_u; in km_get_page()
261 *len = PAGE_SIZE - dp->context_u; in km_get_page()
266 dp->context_ptr += PAGE_SIZE - dp->context_u; in km_next_page()
267 dp->context_u = 0; in km_next_page()
274 dp->context_u = ((unsigned long) data) & (PAGE_SIZE - 1); in km_dp_init()