Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dx_call.c633 extern int IGNORE_KERNEL_PREEMPTION; in xc_priority()
635 int save_kernel_preemption = IGNORE_KERNEL_PREEMPTION; in xc_priority()
637 IGNORE_KERNEL_PREEMPTION = 1; in xc_priority()
639 IGNORE_KERNEL_PREEMPTION = save_kernel_preemption; in xc_priority()
649 extern int IGNORE_KERNEL_PREEMPTION; in kdi_xc_others()
656 save_kernel_preemption = IGNORE_KERNEL_PREEMPTION; in kdi_xc_others()
657 IGNORE_KERNEL_PREEMPTION = 1; in kdi_xc_others()
660 IGNORE_KERNEL_PREEMPTION = save_kernel_preemption; in kdi_xc_others()
H A Dtrap.c1477 int IGNORE_KERNEL_PREEMPTION = 0; /* XXX - delete this someday */ variable
1501 if (IGNORE_KERNEL_PREEMPTION) { in kpreempt()
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c1786 int IGNORE_KERNEL_PREEMPTION = 0; /* XXX - delete this someday */ variable
1807 if (IGNORE_KERNEL_PREEMPTION) { in kpreempt()