Home
last modified time | relevance | path

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

/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h88 int bsd_interrupt_value; member
168 task->bsd_interrupt_value = value; in linux_schedule_save_interrupt_value()
179 int value = task->bsd_interrupt_value; in linux_schedule_get_interrupt_value()
180 task->bsd_interrupt_value = 0; in linux_schedule_get_interrupt_value()