Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 284 for proc (0.06 sec)

  1. src/runtime/runtime2.go

    	pidle        puintptr // idle p's
    	npidle       atomic.Int32
    	nmspinning   atomic.Int32  // See "Worker thread parking/unparking" comment in proc.go.
    	needspinning atomic.Uint32 // See "Delicate dance" comment in proc.go. Boolean. Must hold sched.lock to set to 1.
    
    	// Global runnable queue.
    	runq     gQueue
    	runqsize int32
    
    	// disable controls selective disabling of the scheduler.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 47.9K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/preflight/checks.go

    func (poc PortOpenCheck) Name() string {
    	if poc.label != "" {
    		return poc.label
    	}
    	return fmt.Sprintf("Port-%d", poc.port)
    }
    
    // Check validates if the particular port is available.
    func (poc PortOpenCheck) Check() (warnings, errorList []error) {
    	klog.V(1).Infof("validating availability of port %d", poc.port)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:20:55 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/http.go

    	{{end}}
    </ul>
    {{else}}
    <ul>
    	<li><a href="{{$view.URL -1}}">View trace by {{$view.Type}}</a></li>
    </ul>
    {{end}}
    {{end}}
    <p>
      This view displays a series of timelines for a type of resource.
      The "by proc" view consists of a timeline for each of the GOMAXPROCS
      logical processors, showing which goroutine (if any) was running on that
      logical processor at each moment.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/profile/legacy_profile.go

    // ParseMemoryMap parses a memory map in the format of
    // /proc/self/maps, and overrides the mappings in the current profile.
    // It renumbers the samples and locations in the profile correspondingly.
    func (p *Profile) ParseMemoryMap(rd io.Reader) error {
    	return p.ParseMemoryMapFromScanner(bufio.NewScanner(rd))
    }
    
    // ParseMemoryMapFromScanner parses a memory map in the format of
    // /proc/self/maps or a variety of legacy format, and overrides the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 32.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/net/interface.go

    )
    
    const (
    	// LoopbackInterfaceName is the default name of the loopback interface
    	LoopbackInterfaceName = "lo"
    )
    
    const (
    	ipv4RouteFile = "/proc/net/route"
    	ipv6RouteFile = "/proc/net/ipv6_route"
    )
    
    type Route struct {
    	Interface   string
    	Destination net.IP
    	Gateway     net.IP
    	Family      AddressFamily
    }
    
    type RouteFile struct {
    	name  string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 27 07:07:03 UTC 2022
    - 14.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	P_addr      uintptr
    	P_xstat     uint16
    	P_acflag    uint16
    	P_ru        *Rusage
    }
    
    type Itimerval struct {
    	Interval Timeval
    	Value    Timeval
    }
    
    type KinfoProc struct {
    	Proc  ExternProc
    	Eproc Eproc
    }
    
    type Vmspace struct {
    	Dummy  int32
    	Dummy2 *int8
    	Dummy3 [5]int32
    	Dummy4 [3]*int8
    }
    
    type Pcred struct {
    	Pc_lock  [72]int8
    	Pc_ucred uintptr
    	P_ruid   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  7. src/runtime/os_linux.go

    		return
    	}
    	// In some situations we don't get a loader-provided
    	// auxv, such as when loaded as a library on Android.
    	// Fall back to /proc/self/auxv.
    	fd := open(&procAuxv[0], 0 /* O_RDONLY */, 0)
    	if fd < 0 {
    		// On Android, /proc/self/auxv might be unreadable (issue 9229), so we fallback to
    		// try using mincore to detect the physical page size.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	P_addr      uintptr
    	P_xstat     uint16
    	P_acflag    uint16
    	P_ru        *Rusage
    }
    
    type Itimerval struct {
    	Interval Timeval
    	Value    Timeval
    }
    
    type KinfoProc struct {
    	Proc  ExternProc
    	Eproc Eproc
    }
    
    type Vmspace struct {
    	Dummy  int32
    	Dummy2 *int8
    	Dummy3 [5]int32
    	Dummy4 [3]*int8
    }
    
    type Pcred struct {
    	Pc_lock  [72]int8
    	Pc_ucred uintptr
    	P_ruid   uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/google/pprof/internal/report/source.go

    				return path[found+len(want):]
    			}
    		}
    	}
    	// Trim configured trim prefixes.
    	trimPaths := append(filepath.SplitList(filepath.ToSlash(trimPath)), "/proc/self/cwd/./", "/proc/self/cwd/")
    	for _, trimPath := range trimPaths {
    		if !strings.HasSuffix(trimPath, "/") {
    			trimPath += "/"
    		}
    		if strings.HasPrefix(sPath, trimPath) {
    			return path[len(trimPath):]
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 31.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"kern.ostype", []_C_int{1, 1}},
    	{"kern.osversion", []_C_int{1, 27}},
    	{"kern.pfstatus", []_C_int{1, 86}},
    	{"kern.pool_debug", []_C_int{1, 77}},
    	{"kern.posix1version", []_C_int{1, 17}},
    	{"kern.proc", []_C_int{1, 66}},
    	{"kern.rawpartition", []_C_int{1, 24}},
    	{"kern.saved_ids", []_C_int{1, 20}},
    	{"kern.securelevel", []_C_int{1, 9}},
    	{"kern.seminfo", []_C_int{1, 61}},
    	{"kern.shminfo", []_C_int{1, 62}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top