Searched refs:usrbuf_usedhigh (Results 1 – 2 of 2) sorted by relevance
124 u_int usrbuf_usedhigh;/* high water mark in bytes */ member
488 track->usrbuf.head, track->usrbuf.used, track->usrbuf_usedhigh); in audio_track_bufstat()1725 usrbuf->used, track->usrbuf_usedhigh, in audio_track_waitio()2955 usrbuf->head, usrbuf->used, track->usrbuf_usedhigh); in audio_write()2962 full = (usrbuf->used >= track->usrbuf_usedhigh && in audio_write()2975 usrbuf->used, track->usrbuf_usedhigh); in audio_write()2987 bytes = uimin(track->usrbuf_usedhigh - usrbuf->used, in audio_write()3559 kn->kn_data = track->usrbuf_usedhigh - track->usrbuf.used; in filt_audiowrite_event()4730 track->usrbuf_usedhigh = track->usrbuf.capacity; in audio_track_set_format()4734 track->usrbuf_usedhigh = track->usrbuf.capacity; in audio_track_set_format()7600 track->usrbuf_usedhigh = blks * blksize; in audio_track_setinfo_water()[all …]