HomeSort by: relevance | last modified time | path
    Searched refs:usrbuf_usedhigh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audiodef.h 124 u_int usrbuf_usedhigh;/* high water mark in bytes */ member in struct:audio_track
audio.c 488 track->usrbuf.head, track->usrbuf.used, track->usrbuf_usedhigh);
1724 usrbuf->used, track->usrbuf_usedhigh,
2954 usrbuf->head, usrbuf->used, track->usrbuf_usedhigh);
2961 full = (usrbuf->used >= track->usrbuf_usedhigh &&
2974 usrbuf->used, track->usrbuf_usedhigh);
2986 bytes = uimin(track->usrbuf_usedhigh - usrbuf->used,
3558 kn->kn_data = track->usrbuf_usedhigh - track->usrbuf.used;
4729 track->usrbuf_usedhigh = track->usrbuf.capacity;
4733 track->usrbuf_usedhigh = track->usrbuf.capacity;
7599 track->usrbuf_usedhigh = blks * blksize
    [all...]

Completed in 17 milliseconds