Home
last modified time | relevance | path

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

/sys/amd64/
Dcritical.c14 uint32_t lockLevel[MAX_CPUS]; variable
23 lockLevel[c] = 0; in Critical_Init()
31 lockLevel[CPU()]++; in Critical_Enter()
37 lockLevel[CPU()]--; in Critical_Exit()
38 if (lockLevel[CPU()] == 0) in Critical_Exit()
47 return lockLevel[CPU()]; in Critical_Level()
56 kprintf("CPU%d: %u\n", c, lockLevel[c]); in Debug_Critical()