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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c134 static uint_t refreshq_next_slot = 0; /* next available job slot */ variable
1356 refreshq_next_slot = 0;
1357 } else if (refreshq_next_slot > refreshq_next_job) {
1388 refreshq_next_slot = n_refreshq_jobs;
1394 refreshq_next_slot = 0;
1468 refreshq[refreshq_next_slot].smd = smd;
1469 refreshq[refreshq_next_slot].oidstrs = oidstrs;
1470 refreshq[refreshq_next_slot].n_oids = n_oids;
1471 refreshq[refreshq_next_slot].row = row;
1472 refreshq[refreshq_next_slot]
[all...]

Completed in 61 milliseconds