Searched hist:9626 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/rc/
H A Drc.cdiff 9626 Fri Jul 21 23:30:45 MDT 1995 bde Move the inline code for waking up writers to a new function
ttwwakeup(). The conditions for doing the wakeup will soon become
more complicated and I don't want them duplicated in all drivers.

It's probably not worth making ttwwakeup() a macro or an inline
function. The cost of the function call is relatively small when
there is a process to wake up. There is usually a process to wake
up for large writes and the system call overhead dwarfs the function
call overhead for small writes.
/freebsd-11-stable/sys/sys/
H A Dtty.hdiff 9626 Fri Jul 21 23:30:45 MDT 1995 bde Move the inline code for waking up writers to a new function
ttwwakeup(). The conditions for doing the wakeup will soon become
more complicated and I don't want them duplicated in all drivers.

It's probably not worth making ttwwakeup() a macro or an inline
function. The cost of the function call is relatively small when
there is a process to wake up. There is usually a process to wake
up for large writes and the system call overhead dwarfs the function
call overhead for small writes.
/freebsd-11-stable/sys/kern/
H A Dtty.cdiff 9626 Fri Jul 21 23:30:45 MDT 1995 bde Move the inline code for waking up writers to a new function
ttwwakeup(). The conditions for doing the wakeup will soon become
more complicated and I don't want them duplicated in all drivers.

It's probably not worth making ttwwakeup() a macro or an inline
function. The cost of the function call is relatively small when
there is a process to wake up. There is usually a process to wake
up for large writes and the system call overhead dwarfs the function
call overhead for small writes.
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.cdiff 9626 Fri Jul 21 23:30:45 MDT 1995 bde Move the inline code for waking up writers to a new function
ttwwakeup(). The conditions for doing the wakeup will soon become
more complicated and I don't want them duplicated in all drivers.

It's probably not worth making ttwwakeup() a macro or an inline
function. The cost of the function call is relatively small when
there is a process to wake up. There is usually a process to wake
up for large writes and the system call overhead dwarfs the function
call overhead for small writes.

Completed in 422 milliseconds