OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TTM_MAX_BO_PRIORITY
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h
48
#define
TTM_MAX_BO_PRIORITY
4U
203
struct list_head lru[
TTM_MAX_BO_PRIORITY
];
454
struct list_head swap_lru[
TTM_MAX_BO_PRIORITY
];
544
struct ttm_lru_bulk_move_pos tt[
TTM_MAX_BO_PRIORITY
];
545
struct ttm_lru_bulk_move_pos vram[
TTM_MAX_BO_PRIORITY
];
546
struct ttm_lru_bulk_move_pos swap[
TTM_MAX_BO_PRIORITY
];
/src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c
282
for (i = 0; i <
TTM_MAX_BO_PRIORITY
; ++i) {
297
for (i = 0; i <
TTM_MAX_BO_PRIORITY
; ++i) {
312
for (i = 0; i <
TTM_MAX_BO_PRIORITY
; ++i) {
864
for (i = 0; i <
TTM_MAX_BO_PRIORITY
; ++i) {
1516
for (i = 0; i <
TTM_MAX_BO_PRIORITY
; ++i) {
1628
for (i = 0; i <
TTM_MAX_BO_PRIORITY
; ++i)
1700
for (i = 0; i <
TTM_MAX_BO_PRIORITY
; ++i)
1748
for (i = 0; i <
TTM_MAX_BO_PRIORITY
; ++i)
1920
for (i = 0; i <
TTM_MAX_BO_PRIORITY
; ++i) {
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_bo.c
525
BUILD_BUG_ON(
TTM_MAX_BO_PRIORITY
<= 3);
vmwgfx_drv.h
129
u32 res_prios[
TTM_MAX_BO_PRIORITY
];
Completed in 37 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025