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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_pool.c 47 static int pool_active(struct i915_active *ref) function
103 i915_active_init(&node->active, pool_active, pool_retire);
intel_engine_pool.c 47 static int pool_active(struct i915_active *ref) function
103 i915_active_init(&node->active, pool_active, pool_retire);
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_import.c 361 pool_active(libzfs_handle_t *hdl, const char *name, uint64_t guid, function
770 if (pool_active(hdl, name, guid, &isactive) != 0)
1551 if (pool_active(hdl, name, this_guid, &active) != 0) {
1725 if (pool_active(hdl, name, guid, &isactive) == 0 && isactive &&
1748 if (pool_active(hdl, name, guid, &isactive) != 0) {
libzfs_import.c 361 pool_active(libzfs_handle_t *hdl, const char *name, uint64_t guid, function
770 if (pool_active(hdl, name, guid, &isactive) != 0)
1551 if (pool_active(hdl, name, this_guid, &active) != 0) {
1725 if (pool_active(hdl, name, guid, &isactive) == 0 && isactive &&
1748 if (pool_active(hdl, name, guid, &isactive) != 0) {

Completed in 31 milliseconds