Lines Matching refs:CPU
111 * number of threads in the taskq in response to CPU online
347 * We register taskq_cpu_setup() to be called whenever a CPU changes state. It
386 * NOTE: Threads are not bound to any CPU and there is absolutely no association
387 * between the bucket and actual thread CPU, so buckets are used only to
389 * to the CPU denoted by a bucket may reduce number of times the job
429 * 2) Each per-CPU bucket has a lock for bucket management.
944 * one processor set, so we only have to update the current CPU.
946 (void) taskq_cpu_setup(CPU_ON, CPU->cpu_id, NULL);
1185 * In a single-CPU case there is only one bucket, so get
1195 uintptr_t h = ((uintptr_t)CPU + (uintptr_t)arg) >> 3;