Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 203 for DEAD (0.06 sec)

  1. src/text/template/funcs.go

    // type can return interface{} or [reflect.Value].
    type FuncMap map[string]any
    
    // builtins returns the FuncMap.
    // It is not a global variable so the linker can dead code eliminate
    // more when this isn't called. See golang.org/issue/36021.
    // TODO: revert this back to a global map once golang.org/issue/2559 is fixed.
    func builtins() FuncMap {
    	return FuncMap{
    		"and":      and,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  2. src/runtime/metrics/doc.go

    		the underlying system, but has not been. This metric is the
    		runtime's estimate of free address space that is backed by
    		physical memory.
    
    	/memory/classes/heap/objects:bytes
    		Memory occupied by live objects and dead objects that have not
    		yet been marked free by the garbage collector.
    
    	/memory/classes/heap/released:bytes
    		Memory that is completely free and has been returned to the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:58:43 UTC 2024
    - 20K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    		DynamicResources: kl.containerManager,
    	}
    
    	server.ListenAndServePodResources(endpoint, providers)
    }
    
    // Delete the eligible dead container instances in a pod. Depending on the configuration, the latest dead containers may be kept around.
    func (kl *Kubelet) cleanUpContainersInPod(podID types.UID, exitedContainerID string) {
    	if podStatus, err := kl.podCache.Get(podID); err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (1)
  4. tensorflow/compiler/mlir/tensorflow/transforms/passes.h

    // This is a V1 backward compatibility.
    std::unique_ptr<OperationPass<ModuleOp>>
    CreateTFExecutorTPUV1IslandInliningPass();
    
    // Creates a pass to prune tf_executor.graph from dead nodes.
    std::unique_ptr<OperationPass<func::FuncOp>> CreateTFExecutorGraphPruningPass(
        llvm::ArrayRef<std::string> ops_to_preserve = {});
    
    // Creates a pass to update control dependencies.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  5. src/runtime/mprof.go

    	// Visit each goroutine that existed as of the startTheWorld call above.
    	//
    	// New goroutines may not be in this list, but we didn't want to know about
    	// them anyway. If they do appear in this list (via reusing a dead goroutine
    	// struct, or racing to launch between the world restarting and us getting
    	// the list), they will already have their goroutineProfiled field set to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. src/runtime/mheap.go

    //go:nosplit
    func (i arenaIdx) l2() uint {
    	if arenaL1Bits == 0 {
    		return uint(i)
    	} else {
    		return uint(i) & (1<<arenaL2Bits - 1)
    	}
    }
    
    // inheap reports whether b is a pointer into a (potentially dead) heap object.
    // It returns false for pointers into mSpanManual spans.
    // Non-preemptible because it is used by write barriers.
    //
    //go:nowritebarrier
    //go:nosplit
    func inheap(b uintptr) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/phases/upgrade/staticpods.go

    		if _, err := oldEtcdClient.WaitForClusterAvailable(retries, retryInterval); err != nil {
    			fmt.Printf("[upgrade/etcd] Failed to healthcheck previous etcd: %v\n", err)
    
    			// At this point we know that etcd cluster is dead and it is safe to copy backup datastore and to rollback old etcd manifest
    			fmt.Println("[upgrade/etcd] Rolling back etcd data")
    			if err := rollbackEtcdData(cfg, pathMgr); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 10:07:41 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/debug.go

    //	  v4 = ArgIntReg <uintptr> {s+8} [0] : BX
    //	  v5 = ArgIntReg <int> {used} [0] : CX
    //	  v10 = ArgIntReg <int> {unused} [0] : DI
    //
    // This function examines the live OpArg{Int,Float}Reg values and
    // synthesizes new (dead) values for the non-live params or the
    // non-live pieces of partially live params.
    func PopulateABIInRegArgOps(f *Func) {
    	pri := f.ABISelf.ABIAnalyzeFuncType(f.Type)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.cc

            if (ShouldUseResourceAliasAnalysis(effect)) continue;
            if (llvm::isa<ResourceEffects::MustExecute>(effect.getResource()))
              // We have this fake resource to avoid that certain ops are considered
              // dead or get pruned, ignore it for side effect analysis.
              continue;
    
            // Add side effects for op resource ID. If `op` does not have
            // `GetResourceInstanceInterface`, then all op instances will keep an
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

          return s;
        }
      }
      // Reset "_device_ordinal" to placeholder value.
      TF_RETURN_IF_ERROR(ResetDeviceOrdinalToPlaceholderValue(host_graph->get()));
    
      // sequencer and key_placeholder might be dead nodes. Prune them if necessary.
      // - sequencer should be pruned iff it has no input control edges from
      //   RecvAtHost/SendFromHost. If it has input control edge, we connect it to
      //   sink node so it won't be pruned.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top