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);
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_debug.c 1202 int rc, has_pool; local
1204 has_pool = (tpool && *tpool);
1206 if( has_pool )
1230 int rc, has_pool; local
1232 has_pool = (tpool && *tpool);
1234 if( has_pool ) {
1247 int rc, has_pool; local
1249 has_pool = (tpool && *tpool);
1251 if( has_pool && rc ) {
1260 int rc, has_pool; local
    [all...]

Completed in 30 milliseconds