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