Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pushHead (0.68 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	if p1.Pod != unschedulablePod {
    		t.Errorf("Expected that test-pod-unscheduled was popped, got %v", p1.Pod.Name)
    	}
    
    	// Assume newer pod was added just after unschedulable pod
    	// being popped and before being pushed back to the queue.
    	newerPod := st.MakePod().Name("test-newer-pod").Namespace("ns1").UID("tp002").CreationTimestamp(metav1.Now()).Priority(highPriority).NominatedNodeName("node1").Obj()
    	q.Add(logger, newerPod)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/asm6.go

    				r.Sym = p.To.Sym
    				r.Add = p.To.Offset
    				r.Type = objabi.R_CALL
    				r.Siz = 4
    				ab.PutInt32(0)
    
    				if yt.zcase == Zcallduff && ctxt.Arch.Family == sys.AMD64 {
    					// Pop BP pushed above.
    					// MOVQ 0(BP), BP
    					ab.Put(bpduff2)
    				}
    
    			// TODO: jump across functions needs reloc
    			case Zbr, Zjmp, Zloop:
    				if p.As == AXBEGIN {
    					ab.Put1(byte(op))
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top