Searched defs:softcall_latest_cpuid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c158 static int softcall_latest_cpuid = -1; variable
410 * softcall_state and softcall_latest_cpuid ensures that -
456 * Setting softcall_latest_cpuid to current CPU ensures
461 * func (callback), we need softcall_latest_cpuid
466 softcall_latest_cpuid = cpu_id;
487 ASSERT(softcall_latest_cpuid == cpu_id);
488 softcall_latest_cpuid = -1;
506 if (softcall_latest_cpuid != cpu_id) {

Completed in 44 milliseconds