HomeSort by: relevance | last modified time | path
    Searched defs:has_pool (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 109 * @has_pool: Has a large pool of DMA memory which allows larger allocations.
139 bool has_pool; member in struct:vmw_cmdbuf_man
892 if (!man->has_pool)
1251 if (man->has_pool)
1326 man->has_pool = true;
1447 if (!man->has_pool)
1450 man->has_pool = false;
1480 WARN_ON_ONCE(man->has_pool);
vmwgfx_cmdbuf.c 109 * @has_pool: Has a large pool of DMA memory which allows larger allocations.
139 bool has_pool; member in struct:vmw_cmdbuf_man
892 if (!man->has_pool)
1251 if (man->has_pool)
1326 man->has_pool = true;
1447 if (!man->has_pool)
1450 man->has_pool = false;
1480 WARN_ON_ONCE(man->has_pool);

Completed in 49 milliseconds