/src/sys/dev/ |
sequencervar.h | 101 u_int lowat; /* output queue low water mark */ member in struct:sequencer_softc
|
sequencervar.h | 101 u_int lowat; /* output queue low water mark */ member in struct:sequencer_softc
|
/src/sys/kern/ |
uipc_socket2.c | 671 * so we want to make sure (hiwat - lowat) >= (some bytes). 676 u_long lowat = MAX(sock_loan_thresh, MCLBYTES); local in function:soreserve 677 u_long hiwat = lowat + PIPE_BUF; 688 so->so_snd.sb_lowat = lowat;
|
uipc_socket2.c | 671 * so we want to make sure (hiwat - lowat) >= (some bytes). 676 u_long lowat = MAX(sock_loan_thresh, MCLBYTES); local in function:soreserve 677 u_long hiwat = lowat + PIPE_BUF; 688 so->so_snd.sb_lowat = lowat;
|
/src/usr.bin/cdplay/ |
cdplay.c | 156 int lowat, hiwat, readseek, playseek; member in struct:__anon2e93dcf70108
|
cdplay.c | 156 int lowat, hiwat, readseek, playseek; member in struct:__anon2e93dcf70108
|
/src/sys/dev/ic/ |
bt8xx.h | 54 short lowat; /* start transfer if < this number */ member in struct:meteor_capframe 182 int lowat; /* kernel starts capture if < this number */ member in struct:meteor_mem
|
bt8xx.h | 54 short lowat; /* start transfer if < this number */ member in struct:meteor_capframe 182 int lowat; /* kernel starts capture if < this number */ member in struct:meteor_mem
|
/src/sys/sys/ |
audioio.h | 82 u_int lowat; /* output low water mark */ member in struct:audio_info
|
audioio.h | 82 u_int lowat; /* output low water mark */ member in struct:audio_info
|
/src/tests/dev/audio/ |
audiotest.c | 1533 /* hiwat/lowat */ 1612 /* hiwat/lowat */ 3091 newhiwat = ai.lowat; 3143 int lowat; local in function:DEF 3155 /* Adjust block size and hiwat/lowat to make the test time 1sec */ 3158 lowat = 4; /* 0.5sec */ 3162 ai.lowat = lowat; 3176 * adjust using hiwat/lowat. 3180 lowat = howmany(8000 * 0.5, blocksize) 3263 int lowat; local in function:DEF 3822 int lowat; local in function:DEF 3938 int lowat; local in function:DEF [all...] |
audiotest.c | 1533 /* hiwat/lowat */ 1612 /* hiwat/lowat */ 3091 newhiwat = ai.lowat; 3143 int lowat; local in function:DEF 3155 /* Adjust block size and hiwat/lowat to make the test time 1sec */ 3158 lowat = 4; /* 0.5sec */ 3162 ai.lowat = lowat; 3176 * adjust using hiwat/lowat. 3180 lowat = howmany(8000 * 0.5, blocksize) 3263 int lowat; local in function:DEF 3822 int lowat; local in function:DEF 3938 int lowat; local in function:DEF [all...] |