Searched refs:queue_idx (Results 1 – 1 of 1) sorted by relevance
1399 …size_t queue_idx = ((item.sswi_task->thread_count * (STACKSHOT_NUM_WORKQUEUES - 1)) / STACKSHOT_HA… in stackshot_put_workitem() local1400 queue_idx = MIN(queue_idx, STACKSHOT_NUM_WORKQUEUES - 1); in stackshot_put_workitem()1402 queue = &stackshot_ctx.sc_workqueues[queue_idx]; in stackshot_put_workitem()