Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,750 for Updatef (0.19 sec)

  1. src/cmd/link/internal/ld/macho_combine_dwarf.go

    			LC_VERSION_NOTE, LC_BUILD_VERSION:
    			// Nothing to update
    		default:
    			err = fmt.Errorf("unknown load command 0x%x (%s)", int(cmd.Cmd), cmd.Cmd)
    		}
    		if err != nil {
    			return err
    		}
    	}
    	// Do the final update of the DWARF segment's load command.
    	return machoUpdateDwarfHeader(&reader, compressedSects, dwarfsize, dwarfstart, realdwarf)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. src/runtime/mgclimit.go

    // subtracted from the total CPU time in the next update.
    func (l *gcCPULimiterState) addIdleTime(t int64) {
    	l.idleTimePool.Add(t)
    }
    
    // update updates the bucket given runtime-specific information. now is the
    // current monotonic time in nanoseconds.
    //
    // This is safe to call concurrently with other operations, except *GCTransition.
    func (l *gcCPULimiterState) update(now int64) {
    	if !l.tryLock() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 22:07:41 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. pkg/controller/endpoint/endpoints_controller.go

    	}
    	// When comparing the subsets, we ignore the difference in ResourceVersion of Pod to avoid unnecessary Endpoints
    	// updates caused by Pod updates that we don't care, e.g. annotation update.
    	if !createEndpoints &&
    		endpointSubsetsEqualIgnoreResourceVersion(currentEndpoints.Subsets, subsets) &&
    		apiequality.Semantic.DeepEqual(compareLabels, service.Labels) &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  4. pkg/controller/deployment/sync.go

    //  3. Copy new RS's revision number to deployment (update deployment's revision). If this step failed, we'll update it in the next deployment sync loop.
    //
    // Note that currently the deployment controller is using caches to avoid querying the server for reads.
    // This may lead to stale reads of replica sets, thus incorrect deployment status.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 23:39:52 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/prepare_patterns.td

    //===----------------------------------------------------------------------===//
    
    def LowerTensorScatterAdd: Pat<
      (TF_TensorScatterAddOp $input, $indices, $updates),
      (TF_TensorScatterUpdateOp $input, $indices,
         (TF_AddOp $updates, (CreateGatherNdOp $updates, $input, $indices)))>;
    
    //===----------------------------------------------------------------------===//
    // AddV2 op patterns.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  6. pkg/registry/flowcontrol/ensurer/flowschema_test.go

    				}
    				if updateGot {
    					t.Errorf("Expected update=%t but got: %t", false, updateGot)
    				}
    				return
    			}
    
    			if !updateGot {
    				t.Errorf("Expected update=%t but got: %t", true, updateGot)
    			}
    			if !reflect.DeepEqual(test.newObjectExpected, updatableGot) {
    				t.Errorf("Expected the object to be updated to match - diff: %s", cmp.Diff(test.newObjectExpected, updatableGot))
    			}
    		})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/dra/plugin/noderesources.go

    					case <-ctx.Done():
    					}
    				}
    				break
    			}
    
    			if loggerV := logger.V(6); loggerV.Enabled() {
    				loggerV.Info("Driver resources updated", "resources", response.Resources)
    			} else {
    				logger.V(5).Info("Driver resources updated", "numResources", len(response.Resources))
    			}
    
    			c.mutex.Lock()
    			active.resources = response.Resources
    			c.mutex.Unlock()
    			c.queue.Add(driverName)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 20:12:53 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/interpodaffinity/plugin.go

    	}
    
    	antiTerms, err := framework.GetAffinityTerms(pod, framework.GetPodAntiAffinityTerms(pod.Spec.Affinity))
    	if err != nil {
    		return framework.Queue, err
    	}
    
    	// Pod is updated. Return Queue when the updated pod matching the target pod's affinity or not matching anti-affinity.
    	// Note that, we don't need to check each affinity individually when the Pod has more than one affinity
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 12 03:08:44 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. pkg/controller/endpointslice/endpointslice_controller.go

    	// The topology cache should be updated in this case.
    	if isNodeReady(oldNode) != isNodeReady(curNode) ||
    		oldNode.Labels[v1.LabelTopologyZone] != curNode.Labels[v1.LabelTopologyZone] {
    		c.topologyQueue.Add(topologyQueueItemKey)
    	}
    }
    
    func (c *Controller) deleteNode() {
    	c.topologyQueue.Add(topologyQueueItemKey)
    }
    
    // checkNodeTopologyDistribution updates Nodes in the topology cache and then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  10. pkg/controller/resourcequota/resource_quota_controller.go

    				// We are only interested in observing updates to quota.spec to drive updates to quota.status.
    				// We ignore all updates to quota.Status because they are all driven by this controller.
    				// IMPORTANT:
    				// We do not use this function to queue up a full quota recalculation.  To do so, would require
    				// us to enqueue all quota.Status updates, and since quota.Status updates involve additional queries
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top