Lines Matching refs:Context
19 typedef struct Context Context; typedef
37 LIST_HEAD(Context, contexts);
40 struct Context { struct
43 LIST_FIELDS(Context, by_window); argument
65 Context contexts[MMAP_CACHE_MAX_CONTEXTS];
187 static void context_detach_window(MMapCache *m, Context *c) { in context_detach_window()
215 static void context_attach_window(MMapCache *m, Context *c, Window *w) { in context_attach_window()
266 Context *c, in try_context()
302 Context *c, in find_mmap()
365 Context *c, in add_mmap()
441 Context *c; in mmap_cache_fd_get()