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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dpgtable.h392 static inline void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) function
398 #define add_to_free_ctxlist(entry) add_to_ctx_list(&ctx_free, entry)
399 #define add_to_used_ctxlist(entry) add_to_ctx_list(&ctx_used, entry)

Completed in 49 milliseconds