Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc/
Dpgtable.h401 extern __inline__ void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) in add_to_ctx_list() function
407 #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry)
408 #define add_to_used_ctxlist(entry) add_to_ctx_list(&ctx_used, entry)