Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_syscalls.c88 cnt = oldcnt + SY_THR_INCR; in syscall_thread_enter()
102 cnt = oldcnt - SY_THR_INCR; in syscall_thread_exit()
/freebsd-10-stable/sys/sys/
Dsysent.h77 #define SY_THR_INCR 0x8 macro