Searched refs:fcoe_nworkers_running (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c237 static uint32_t fcoe_nworkers_running; variable
1092 fcoe_nworkers_running = 0;
1107 while (fcoe_nworkers_running != fcoe_nworkers) {
1127 while (fcoe_nworkers_running != 0) {
1155 atomic_inc_32(&fcoe_nworkers_running);
1184 atomic_dec_32(&fcoe_nworkers_running);
1194 w = &fcoe_workers[oxid % fcoe_nworkers_running];

Completed in 59 milliseconds