Searched refs:BO_USE_TEST_ALLOC (Results 1 – 2 of 2) sorted by relevance
39 #define BO_USE_TEST_ALLOC (1ull << 15) macro
275 is_test_alloc = use_flags & BO_USE_TEST_ALLOC; in drv_bo_create()276 use_flags &= ~BO_USE_TEST_ALLOC; in drv_bo_create()