Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 945 for picked (0.26 sec)

  1. pkg/kubelet/cm/cpumanager/policy_options.go

    	//
    	// looking at https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/,
    	// any possible naming scheme will lead to ambiguity to some extent.
    	// We picked "pcpu" because it the established docs hints at vCPU already.
    	FullPhysicalCPUsOnly bool
    	// Flag to evenly distribute CPUs across NUMA nodes in cases where more
    	// than one NUMA node is required to satisfy the allocation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  2. src/runtime/netpoll_epoll.go

    			if ev.Events != syscall.EPOLLIN {
    				println("runtime: netpoll: eventfd ready for", ev.Events)
    				throw("runtime: netpoll: eventfd ready for something unexpected")
    			}
    			if delay != 0 {
    				// netpollBreak could be picked up by a
    				// nonblocking poll. Only read the 8-byte
    				// integer if blocking.
    				// Since EFD_SEMAPHORE was not specified,
    				// the eventfd counter will be reset to 0.
    				var one uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. tensorflow/c/eager/parallel_device/parallel_device_remote_test.cc

      for (int i = 0; i < num_tasks; i++) {
        int port = tensorflow::testing::PickUnusedPortOrDie();
        job_def->mutable_tasks()->insert(
            {i, tensorflow::strings::StrCat("localhost", ":", port)});
        LOG(INFO) << "Picked test port: " << port << " for job: " << job_name
                  << ", task: " << i;
      }
      return server_def;
    }
    
    namespace tensorflow {
    namespace parallel_device {
    
    TEST(PARALLEL_DEVICE, TestRemoteBasic) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 22:09:57 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  4. platforms/core-execution/file-watching/src/integTest/groovy/org/gradle/internal/watch/ChangesDuringTheBuildFileSystemWatchingIntegrationTest.groovy

                inputFile.text = "initial"
                waitForChangesToBePickedUp()
            }
            then:
            executedAndNotSkipped(":consumer")
            // TODO: sometimes, the changes from the same build are picked up
            projectFilesInVfs >= 1
    
            when:
            runWithFileSystemWatchingAndMakeChangesWhen("consumer", "userInput") {
                inputFile.text = "changed"
                waitForChangesToBePickedUp()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:50:33 UTC 2024
    - 8K bytes
    - Viewed (0)
  5. src/runtime/netpoll_kqueue.go

    		}
    		goto retry
    	}
    	var toRun gList
    	delta := int32(0)
    	for i := 0; i < int(n); i++ {
    		ev := &events[i]
    
    		if isWakeup(ev) {
    			if delay != 0 {
    				// netpollBreak could be picked up by a nonblocking poll.
    				// Only call drainWakeupEvent and reset the netpollWakeSig if blocking.
    				drainWakeupEvent(kq)
    				netpollWakeSig.Store(0)
    			}
    			continue
    		}
    
    		var mode int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. cmd/data-usage_test.go

    			size: 200,
    		},
    	}
    	createUsageTestFiles(t, base, bucket, files)
    	err = os.RemoveAll(filepath.Join(base, bucket, "dir1/dira/dirasub/dcfile"))
    	if err != nil {
    		t.Fatal(err)
    	}
    	// Changed dir must be picked up in this many cycles.
    	for i := 0; i < dataUsageUpdateDirCycles; i++ {
    		got, err = scanDataFolder(context.Background(), nil, base, got, getSize, 0, weSleep)
    		got.Info.NextCycle++
    		if err != nil {
    			t.Fatal(err)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Mar 27 15:10:40 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. src/runtime/netpoll_aix.go

    			return gList{}, 0
    		}
    		goto retry
    	}
    	// Check if some descriptors need to be changed
    	if n != 0 && pfds[0].revents&(_POLLIN|_POLLHUP|_POLLERR) != 0 {
    		if delay != 0 {
    			// A netpollwakeup could be picked up by a
    			// non-blocking poll. Only clear the wakeup
    			// if blocking.
    			var b [1]byte
    			for read(rdwake, unsafe.Pointer(&b[0]), 1) == 1 {
    			}
    			netpollWakeSig.Store(0)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. src/log/slog/level.go

    // The higher the level, the more important or severe the event.
    type Level int
    
    // Names for common levels.
    //
    // Level numbers are inherently arbitrary,
    // but we picked them to satisfy three constraints.
    // Any system can map them to another numbering scheme if it wishes.
    //
    // First, we wanted the default level to be Info, Since Levels are ints, Info is
    // the default value for int, zero.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 30 17:34:43 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  9. docs/bucket/replication/DESIGN.md

    All replication failures are picked up by the scanner which runs at a one minute frequency, each time scanning upto a sixteenth of the namespace. Object versions marked `PENDING` or `FAILED` are re-queued for replication.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 14.7K bytes
    - Viewed (0)
  10. internal/crypto/key.go

    // UnsealETag unseals the etag using the provided object key.
    // It does not try to decrypt the ETag if len(etag) == 16
    // because such ETags indicate that the S3 client hasn't sent
    // an ETag = MD5(object) and the backend has picked an ETag value.
    func (key ObjectKey) UnsealETag(etag []byte) ([]byte, error) {
    	if !IsETagSealed(etag) {
    		return etag, nil
    	}
    	mac := hmac.New(sha256.New, key[:])
    	mac.Write([]byte("SSE-etag"))
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 19 20:28:10 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top