Searched refs:FX_CB_LISTS (Results 1 – 1 of 1) sorted by relevance
93 #define FX_CB_LISTS 16 /* number of lists, must be power of 2 */ macro94 #define FX_CB_LIST_HASH(ktid) ((uint_t)ktid & (FX_CB_LISTS - 1))159 static kmutex_t fx_cb_list_lock[FX_CB_LISTS]; /* protects list of fxprocs */161 static fxproc_t fx_cb_plisthead[FX_CB_LISTS]; /* dummy fxproc at head of */283 for (i = 0; i < FX_CB_LISTS; i++) { in fx_init()