OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_ary
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/dtv/
dtv_scatter.c
79
uint8_t **
old_ary
;
local in function:dtv_scatter_buf_set_size
88
old_ary
= sb->sb_page_ary;
101
sb->sb_page_ary[i] =
old_ary
[i];
115
pool_cache_put(sb->sb_pool,
old_ary
[i]);
117
if (
old_ary
!= NULL)
118
kmem_free(
old_ary
, sizeof(uint8_t *) * oldnpages);
/src/sys/dev/
video.c
2789
uint8_t **
old_ary
;
local in function:scatter_buf_set_size
2798
old_ary
= sb->sb_page_ary;
2811
sb->sb_page_ary[i] =
old_ary
[i];
2817
pool_cache_put(sb->sb_pool,
old_ary
[i]);
2819
if (
old_ary
!= NULL)
2820
kmem_free(
old_ary
, sizeof(uint8_t *) * oldnpages);
Completed in 20 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025