Home
last modified time | relevance | path

Searched refs:FX_CB_LISTS (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/disp/
H A Dfx.c94 #define FX_CB_LISTS 16 /* number of lists, must be power of 2 */ macro
95 #define FX_CB_LIST_HASH(ktid) ((uint_t)ktid & (FX_CB_LISTS - 1))
160 static kmutex_t fx_cb_list_lock[FX_CB_LISTS]; /* protects list of fxprocs */
162 static fxproc_t fx_cb_plisthead[FX_CB_LISTS]; /* dummy fxproc at head of */
284 for (i = 0; i < FX_CB_LISTS; i++) { in fx_init()