Searched refs:MAX_COPROCS (Results 1 – 2 of 2) sorted by relevance
69 LIST_HEAD(, undefined_handler) undefined_handlers[MAX_COPROCS];77 KASSERT(coproc >= 0 && coproc < MAX_COPROCS); in install_coproc_handler()129 for (loop = 0; loop < MAX_COPROCS; ++loop) in undefined_init()
58 #define MAX_COPROCS 16 macro