Home
last modified time | relevance | path

Searched refs:thiscpu (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/booke/
H A Dpmap.c2461 int thiscpu; in tid_alloc() local
2467 thiscpu = PCPU_GET(cpuid); in tid_alloc()
2475 if (tidbusy[thiscpu][tid] != NULL) { in tid_alloc()
2478 tidbusy[thiscpu][tid]->pm_tid[thiscpu] = TID_NONE; in tid_alloc()
2484 tidbusy[thiscpu][tid] = pmap; in tid_alloc()
2485 pmap->pm_tid[thiscpu] = tid; in tid_alloc()