OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newvsize
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/audio/
audio.c
4656
u_int
newvsize
;
local in function:audio_track_set_format
4690
*
newvsize
= roundup2(63504, PAGE_SIZE) = 65536
4695
*
newvsize
= roundup2(61440, PAGE_SIZE) = 61440 (= 15 pages)
4706
newvsize
= roundup2(newbufsize, PAGE_SIZE);
4709
newvsize
= track->usrbuf_blksize;
4716
if (
newvsize
!= track->usrbuf_allocsize) {
4721
track->usrbuf_allocsize,
newvsize
);
4722
track->usrbuf.mem = kmem_alloc(
newvsize
, KM_SLEEP);
4723
track->usrbuf_allocsize =
newvsize
;
Completed in 18 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025