Lines Matching defs:context_u
167 unsigned context_u;
182 unsigned o = dp->context_u;
194 dp->context_u = 0;
201 dp->context_u = offset;
250 *offset = dp->context_u;
251 *len = PAGE_SIZE - dp->context_u;
256 dp->context_ptr += PAGE_SIZE - dp->context_u;
257 dp->context_u = 0;
264 dp->context_u = offset_in_page(data);
275 *offset = dp->context_u;
276 *len = PAGE_SIZE - dp->context_u;
281 dp->context_ptr += PAGE_SIZE - dp->context_u;
282 dp->context_u = 0;
289 dp->context_u = offset_in_page(data);