Lines Matching defs:context
385 unsigned context,
399 c = m->contexts[context];
403 assert(c->id == context);
428 unsigned context,
459 c = context_add(m, context);
501 unsigned context,
554 c = context_add(m, context);
582 unsigned context,
596 assert(context < MMAP_CACHE_MAX_CONTEXTS);
598 /* Check whether the current context is the right one already */
599 r = try_context(m, fd, prot, context, keep_always, offset, size, ret);
606 r = find_mmap(m, fd, prot, context, keep_always, offset, size, ret);
615 return add_mmap(m, fd, prot, context, keep_always, offset, size, st, ret);