Searched refs:n_refreshq_jobs (Results 1 – 1 of 1) sorted by relevance
125 static uint_t n_refreshq_jobs = 0; /* # of unprocessed jobs */ variable1294 if (n_refreshq_jobs == 0) { in refreshq_realloc()1302 n_refreshq_jobs * sizeof (refreshq_job_t)); in refreshq_realloc()1315 head_jobs = n_refreshq_jobs - tail_jobs; in refreshq_realloc()1329 refreshq_next_slot = n_refreshq_jobs; in refreshq_realloc()1336 n_refreshq_jobs = 0; in refreshq_realloc()1376 for (i = 0, job = refreshq_next_job; i < n_refreshq_jobs; i++, in refreshq_add_job()1390 if (n_refreshq_jobs == n_refreshq_slots) { in refreshq_add_job()1418 n_refreshq_jobs += 1; in refreshq_add_job()1454 n_refreshq_jobs = 0; in snmp_refresh_fini()[all …]