OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:caching_array
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_page_alloc.c
496
struct page **
caching_array
;
local
504
caching_array
= kmalloc_array(max_cpages, sizeof(struct page *),
507
if (!
caching_array
) {
521
r = ttm_set_pages_caching(
caching_array
,
526
caching_array
, cpages);
543
caching_array
[cpages++] = p++;
546
r = ttm_set_pages_caching(
caching_array
,
551
caching_array
, cpages);
560
r = ttm_set_pages_caching(
caching_array
, cstate, cpages);
564
caching_array
, cpages)
[
all
...]
ttm_page_alloc.c
496
struct page **
caching_array
;
local
504
caching_array
= kmalloc_array(max_cpages, sizeof(struct page *),
507
if (!
caching_array
) {
521
r = ttm_set_pages_caching(
caching_array
,
526
caching_array
, cpages);
543
caching_array
[cpages++] = p++;
546
r = ttm_set_pages_caching(
caching_array
,
551
caching_array
, cpages);
560
r = ttm_set_pages_caching(
caching_array
, cstate, cpages);
564
caching_array
, cpages)
[
all
...]
ttm_page_alloc_dma.c
707
struct page **
caching_array
;
local
716
caching_array
= kmalloc_array(max_cpages, sizeof(struct page *),
719
if (!
caching_array
) {
738
r = ttm_set_pages_caching(pool,
caching_array
,
742
pool, d_pages,
caching_array
,
761
caching_array
[cpages++] = p + j;
764
r = ttm_set_pages_caching(pool,
caching_array
,
768
pool, d_pages,
caching_array
,
778
r = ttm_set_pages_caching(pool,
caching_array
, cpages);
781
caching_array
, cpages)
[
all
...]
ttm_page_alloc_dma.c
707
struct page **
caching_array
;
local
716
caching_array
= kmalloc_array(max_cpages, sizeof(struct page *),
719
if (!
caching_array
) {
738
r = ttm_set_pages_caching(pool,
caching_array
,
742
pool, d_pages,
caching_array
,
761
caching_array
[cpages++] = p + j;
764
r = ttm_set_pages_caching(pool,
caching_array
,
768
pool, d_pages,
caching_array
,
778
r = ttm_set_pages_caching(pool,
caching_array
, cpages);
781
caching_array
, cpages)
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026