Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 216 for vSlots (0.15 sec)

  1. pkg/scheduler/framework/preemption/preemption.go

    // priority of the given "pod" and are nominated to run on the given node.
    // Note: We could possibly check if the nominated lower priority pods still fit
    // and return those that no longer fit, but that would require lots of
    // manipulation of NodeInfo and PreFilter state per nominated pod. It may not be
    // worth the complexity, especially because we generally expect to have a very
    // small number of nominated pods per node.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  2. src/internal/trace/summary.go

    		r := ev.Range()
    		var g *GoroutineSummary
    		switch r.Scope.Kind {
    		case ResourceGoroutine:
    			// Simple goroutine range. We attribute the entire range regardless of
    			// goroutine stats. Lots of situations are still identifiable, e.g. a
    			// goroutine blocked often in mark assist will have both high mark assist
    			// and high block times. Those interested in a deeper view can look at the
    			// trace viewer.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener_inbound.go

    // This allows traffic to ports not exposed by any Service, for example.
    func buildInboundPassthroughChains(lb *ListenerBuilder) []*listener.FilterChain {
    	// Setup enough slots for common max size (permissive mode is 5 filter chains). This is not
    	// exact, just best effort optimization
    	filterChains := make([]*listener.FilterChain, 0, 1+5)
    	filterChains = append(filterChains, buildInboundBlackhole(lb))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  4. src/net/textproto/reader.go

    // readMIMEHeader is a version of ReadMIMEHeader which takes a limit on the header size.
    // It is called by the mime/multipart package.
    func readMIMEHeader(r *Reader, maxMemory, maxHeaders int64) (MIMEHeader, error) {
    	// Avoid lots of small slice allocations later by allocating one
    	// large one ahead of time which we'll cut up into smaller
    	// slices. If this isn't big enough later, we allocate small ones.
    	var strs []string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  5. src/runtime/mbitmap.go

    		m.mask = 1
    	} else {
    		m.mask = m.mask << 1
    	}
    	m.index++
    }
    
    // clobberdeadPtr is a special value that is used by the compiler to
    // clobber dead stack slots, when -clobberdead flag is set.
    const clobberdeadPtr = uintptr(0xdeaddead | 0xdeaddead<<((^uintptr(0)>>63)*32))
    
    // badPointer throws bad pointer in heap panic.
    func badPointer(s *mspan, p, refBase, refOff uintptr) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenSnapshotResolveIntegrationTest.groovy

            and:
            def module = publishModule(mavenHttpRepo, "group", "projectA", "1.1-SNAPSHOT", false)
            // Set the last modified to something that's not going to be anything “else”.
            // There are lots of dates floating around in a resolution and we want to make
            // sure we use this.
            module.artifactFile.setLastModified(2000)
            module.pom.file.setLastModified(6000)
            def artifact = module.artifact
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 39K bytes
    - Viewed (0)
  7. src/go/internal/gccgoimporter/parser.go

    	}
    	p.expect('=')
    	val, vtyp := p.parseConstValue(pkg)
    	if typ == nil {
    		typ = vtyp
    	}
    	return types.NewConst(token.NoPos, pkg, name, typ, val)
    }
    
    // reserved is a singleton type used to fill type map slots that have
    // been reserved (i.e., for which a type number has been parsed) but
    // which don't have their actual type yet. When the type map is updated,
    // the actual type must replace a reserved entry (or we have an internal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 23:14:07 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  8. src/runtime/syscall_windows_test.go

    	return uintptr(i1.x + i1.y + i2.x + i2.y + i3.x + i3.y + i4.x + i4.y + i5.x + i5.y)
    }
    
    // This test forces a GC. The idea is to have enough arguments
    // that insufficient spill slots allocated (according to the ABI)
    // may cause compiler-generated spills to clobber the return PC.
    // Then, the GC stack scanning will catch that.
    //
    //go:registerparams
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 16:31:35 UTC 2023
    - 32.5K bytes
    - Viewed (0)
  9. pkg/controller/endpoint/endpoints_controller.go

    	// Added as a member to the struct to allow injection for testing.
    	endpointsSynced cache.InformerSynced
    
    	// Services that need to be updated. A channel is inappropriate here,
    	// because it allows services with lots of pods to be serviced much
    	// more often than services with few pods; it also would cause a
    	// service that's inserted multiple times to be processed more than
    	// necessary.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  10. src/runtime/mstats.go

    func init() {
    	if offset := unsafe.Offsetof(memstats.heapStats); offset%8 != 0 {
    		println(offset)
    		throw("memstats.heapStats not aligned to 8 bytes")
    	}
    	// Ensure the size of heapStatsDelta causes adjacent fields/slots (e.g.
    	// [3]heapStatsDelta) to be 8-byte aligned.
    	if size := unsafe.Sizeof(heapStatsDelta{}); size%8 != 0 {
    		println(size)
    		throw("heapStatsDelta not a multiple of 8 bytes in size")
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top