Searched refs:has_pool (Results 1 – 2 of 2) sorted by relevance
1202 int rc, has_pool; in ldap_pvt_thread_pool_submit() local1204 has_pool = (tpool && *tpool); in ldap_pvt_thread_pool_submit()1206 if( has_pool ) in ldap_pvt_thread_pool_submit()1230 int rc, has_pool; in ldap_pvt_thread_pool_destroy() local1232 has_pool = (tpool && *tpool); in ldap_pvt_thread_pool_destroy()1234 if( has_pool ) { in ldap_pvt_thread_pool_destroy()1247 int rc, has_pool; in ldap_pvt_thread_pool_close() local1249 has_pool = (tpool && *tpool); in ldap_pvt_thread_pool_close()1251 if( has_pool && rc ) { in ldap_pvt_thread_pool_close()1260 int rc, has_pool; in ldap_pvt_thread_pool_free() local[all …]
139 bool has_pool; member892 if (!man->has_pool) in vmw_cmdbuf_space_pool()1251 if (man->has_pool) in vmw_cmdbuf_set_pool_size()1326 man->has_pool = true; in vmw_cmdbuf_set_pool_size()1447 if (!man->has_pool) in vmw_cmdbuf_remove_pool()1450 man->has_pool = false; in vmw_cmdbuf_remove_pool()1480 WARN_ON_ONCE(man->has_pool); in vmw_cmdbuf_man_destroy()