Searched refs:thiscpu (Results 1 – 1 of 1) sorted by relevance
2465 int thiscpu; in tid_alloc() local2471 thiscpu = PCPU_GET(cpuid); in tid_alloc()2479 if (tidbusy[thiscpu][tid] != NULL) { in tid_alloc()2482 tidbusy[thiscpu][tid]->pm_tid[thiscpu] = TID_NONE; in tid_alloc()2488 tidbusy[thiscpu][tid] = pmap; in tid_alloc()2489 pmap->pm_tid[thiscpu] = tid; in tid_alloc()