Searched refs:MAX_COPROCS (Results 1 – 2 of 2) sorted by relevance
106 LIST_HEAD(, undefined_handler) undefined_handlers[MAX_COPROCS];113 KASSERT(coproc >= 0 && coproc < MAX_COPROCS, ("bad coproc")); in install_coproc_handler()195 for (loop = 0; loop < MAX_COPROCS; ++loop) in undefined_init()
62 #define MAX_COPROCS 16 macro