freebsd-skq/sys/gnu
bde 688f94b143 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.
1995-07-22 01:30:45 +00:00
..
ext2fs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
fs/ext2fs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
i386 Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
isdn Move the inline code for waking up writers to a new function 1995-07-22 01:30:45 +00:00
misc John Aycock's BSD copyrighted sequencer assembler and sequencer code. This 1995-04-15 21:45:56 +00:00
scsi Julian E. says the code is out of date, but I can at least make the 1995-02-14 22:33:10 +00:00