Searched refs:sleeping (Results 1 – 25 of 64) sorted by relevance
123
| /netbsd-src/bin/ps/ |
| H A D | ps.c | 554 int i, onproc, running, sleeping, stopped, suspended; in pick_representative_lwp() local 568 onproc = running = sleeping = stopped = suspended = -1; in pick_representative_lwp() 578 sleeping = i; in pick_representative_lwp() 592 if (sleeping != -1) in pick_representative_lwp() 593 return &kl[sleeping]; in pick_representative_lwp()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | Kconfig.profile | 42 Before sleeping waiting for a request (GPU operation) to complete, 56 By stopping submission and sleeping for a short time before resetting
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
| H A D | ALLoncpu_notes.txt | 13 time spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | ALLoncpu_notes.txt | 13 time spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | tcl_cpudist_example.txt | 158 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | pfilestat_example.txt | 24 Most of the time we are sleeping on read, which is to be expected as dd on 155 sleep-w, sleeping on writes! Of course, this is because we are piping the
|
| H A D | tcl_cputime_example.txt | 61 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | sh_cpudist_example.txt | 86 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | php_cputime_example.txt | 49 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | js_cputime_example.txt | 63 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | rb_cputime_example.txt | 75 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | j_cputime_example.txt | 69 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | sh_cputime_example.txt | 52 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | tcl_cpudist_example.txt | 158 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | pfilestat_example.txt | 24 Most of the time we are sleeping on read, which is to be expected as dd on 155 sleep-w, sleeping on writes! Of course, this is because we are piping the
|
| H A D | tcl_cputime_example.txt | 61 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | sh_cpudist_example.txt | 86 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | php_cputime_example.txt | 49 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | js_cputime_example.txt | 63 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | rb_cputime_example.txt | 75 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | j_cputime_example.txt | 69 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| H A D | sh_cputime_example.txt | 52 spent off-CPU time such as sleeping for I/O or waiting for scheduling.
|
| /netbsd-src/external/bsd/ntp/dist/scripts/ntp-wait/ |
| H A D | ntp-wait-opts.def | 61 sleeping for
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | BIO_socket_wait.pod | 30 If sockets are not available it supports polling by succeeding after sleeping
|
| /netbsd-src/distrib/evbarm/instkernel/sshramdisk/ |
| H A D | dot.profile | 67 echo "sleeping 5 seconds, then starting sshd:"
|
123