Home
last modified time | relevance | path

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

/arch/sparc/mm/
Dsrmmu.c381 struct ctx_list { struct
382 struct ctx_list *next; argument
383 struct ctx_list *prev; argument
388 static struct ctx_list *ctx_list_pool; argument
389 static struct ctx_list ctx_free;
390 static struct ctx_list ctx_used;
395 static inline void remove_from_ctx_list(struct ctx_list *entry) in remove_from_ctx_list()
401 static inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) in add_to_ctx_list()
413 struct ctx_list *ctxp; in alloc_context()
439 struct ctx_list *ctx_old; in free_context()
[all …]