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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c240 volatile int fcoe_nworkers; variable
889 fcoe_nworkers = ddi_prop_get_int(DDI_DEV_T_ANY, ss->ss_dip,
891 if (fcoe_nworkers < 1) {
892 fcoe_nworkers = 4;
1094 fcoe_nworkers, TASKQ_DEFAULTPRI, 0);
1096 fcoe_nworkers, KM_SLEEP);
1097 for (i = 0; i < fcoe_nworkers; i++) {
1107 while (fcoe_nworkers_running != fcoe_nworkers) {
1117 for (i = 0; i < fcoe_nworkers; i++) {
1132 kmem_free(fcoe_workers, sizeof (fcoe_worker_t) * fcoe_nworkers);
[all...]

Completed in 68 milliseconds