Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for tiers (0.24 sec)

  1. cmd/data-usage-cache_gen.go

    		case "ts":
    			var zb0002 uint32
    			zb0002, err = dc.ReadMapHeader()
    			if err != nil {
    				err = msgp.WrapError(err, "Tiers")
    				return
    			}
    			if z.Tiers == nil {
    				z.Tiers = make(map[string]tierStats, zb0002)
    			} else if len(z.Tiers) > 0 {
    				for key := range z.Tiers {
    					delete(z.Tiers, key)
    				}
    			}
    			for zb0002 > 0 {
    				zb0002--
    				var za0001 string
    				var za0002 tierStats
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 100.8K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    				continue
    			}
    
    			// Steal timers from p2. This call to checkTimers is the only place
    			// where we might hold a lock on a different P's timers. We do this
    			// once on the last pass before checking runnext because stealing
    			// from the other P's runnext should be the last resort, so if there
    			// are timers to steal do that first.
    			//
    			// We only check timers on one of the stealing iterations because
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. cmd/metrics-v2.go

    		Help:      "Total bytes transitioned to a tier",
    		Type:      gaugeMetric,
    	}
    }
    
    func getClusterTransitionedObjectsMD() MetricDescription {
    	return MetricDescription{
    		Namespace: clusterMetricNamespace,
    		Subsystem: ilmSubsystem,
    		Name:      transitionedObjects,
    		Help:      "Total number of objects transitioned to a tier",
    		Type:      gaugeMetric,
    	}
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    		},
    		{name: "matchExpressions - 'values' must be specified when 'operator' is 'In' or 'NotIn'",
    			obj: map[string]interface{}{
    				"matchExpressions": []interface{}{
    					map[string]interface{}{
    						"key":      "tier",
    						"operator": "In",
    						"values":   []interface{}{},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/s390x/asmz.go

    			opcode = op_CELGBR
    		case ACDLGBR:
    			opcode = op_CDLGBR
    		}
    		// set immediate operand M3 to 0 to use the default BFP rounding mode
    		// (usually round to nearest, ties to even)
    		// TODO(mundaym): should this be fixed at round to nearest, ties to even?
    		// M4 is reserved and must be 0
    		zRRF(opcode, 0, 0, uint32(p.To.Reg), uint32(p.From.Reg), asm)
    
    	case 83: // float to fixed conversion
    		var opcode uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  6. cmd/object-handlers.go

    	// Make a copy of the supplied metadata to avoid
    	// to change the original one.
    	defaultMeta := make(map[string]string, len(userMeta))
    	for k, v := range userMeta {
    		// skip tier metadata when copying metadata from source object
    		switch k {
    		case metaTierName, metaTierStatus, metaTierObjName, metaTierVersionID:
    			continue
    		}
    		defaultMeta[k] = v
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

      - [alpha] Kubelet launches container in a per pod cgroup hierarchy based on quality of service tier ([kubernetes/features#126](https://github.com/kubernetes/enhancements/issues/126))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  8. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  9. src/cmd/go/internal/load/pkg.go

    // that leads to a particular package.
    func (sp *ImportStack) shorterThan(t []string) bool {
    	s := *sp
    	if len(s) != len(t) {
    		return len(s) < len(t)
    	}
    	// If they are the same length, settle ties using string ordering.
    	for i := range s {
    		if s[i] != t[i] {
    			return s[i] < t[i]
    		}
    	}
    	return false // they are equal
    }
    
    // packageCache is a lookup cache for LoadImport,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    tickets
    
    // tienda : 2013-11-14 Binky Moon, LLC
    tienda
    
    // tiffany : 2015-01-30 Tiffany and Company
    tiffany
    
    // tips : 2013-09-20 Binky Moon, LLC
    tips
    
    // tires : 2014-11-07 Binky Moon, LLC
    tires
    
    // tirol : 2014-04-24 punkt Tirol GmbH
    tirol
    
    // tjmaxx : 2015-07-16 The TJX Companies, Inc.
    tjmaxx
    
    // tjx : 2015-07-16 The TJX Companies, Inc.
    tjx
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top