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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dsnmplib.c131 static uint_t n_refreshq_slots = 0; /* # of alloc'ed job slots */ variable
1340 if (hint < n_refreshq_slots) {
1373 tail_jobs = n_refreshq_slots - refreshq_next_job;
1399 n_refreshq_slots = count;
1436 job = (job + 1) % n_refreshq_slots) {
1449 if (n_refreshq_jobs == n_refreshq_slots) {
1450 if (refreshq_realloc(n_refreshq_slots + 1) < 0) {
1478 refreshq_next_slot = (refreshq_next_slot + 1) % n_refreshq_slots;
1514 n_refreshq_slots = 0;
1622 refreshq_next_job = (refreshq_next_job + 1) % n_refreshq_slots;
[all...]

Completed in 47 milliseconds