Searched refs:refreshq_next_slot (Results 1 – 1 of 1) sorted by relevance
127 static uint_t refreshq_next_slot = 0; /* next available job slot */ variable1297 refreshq_next_slot = 0; in refreshq_realloc()1298 } else if (refreshq_next_slot > refreshq_next_job) { in refreshq_realloc()1329 refreshq_next_slot = n_refreshq_jobs; in refreshq_realloc()1335 refreshq_next_slot = 0; in refreshq_realloc()1409 refreshq[refreshq_next_slot].smd = smd; in refreshq_add_job()1410 refreshq[refreshq_next_slot].oidstrs = oidstrs; in refreshq_add_job()1411 refreshq[refreshq_next_slot].n_oids = n_oids; in refreshq_add_job()1412 refreshq[refreshq_next_slot].row = row; in refreshq_add_job()1413 refreshq[refreshq_next_slot].last_fetch_time = GET_SCALED_HRTIME(); in refreshq_add_job()[all …]