Home
last modified time | relevance | path

Searched +full:no +full:- +full:idle (Results 1 – 25 of 896) sorted by relevance

12345678910>>...36

/freebsd-src/lib/libsys/
H A Drtprio.21 .\"-
22 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
30 .\"-
45 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
60 .Nd examine or modify realtime or idle priority
74 is used to lookup or change the realtime or idle priority of a process,
79 is used to lookup or change the realtime or idle priority of a thread.
98 is non-zero,
118 .Bd -literal
128 RTP_PRIO_NORMAL for normal priorities, and RTP_PRIO_IDLE for idle priorities.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/power/
H A Ddomain-idle-state.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/domain-idle-state.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: PM Domain Idle States
10 - Ulf Hansson <ulf.hansson@linaro.org>
13 A domain idle state node represents the state parameters that will be used to
14 select the state when there are no active components in the PM domain.
18 const: domain-idle-states
21 "^(cpu|cluster|domain)-":
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-mux-pinctrl.txt1 Pinctrl-based I2C Bus Mux
7 +-----+ +-----+
9 +------------------------+ +-----+ +-----+
11 | /----|------+--------+
12 | +---+ +------+ | child bus A, on first set of pins
13 | |I2C|---|Pinmux| |
14 | +---+ +------+ | child bus B, on second set of pins
15 | \----|------+--------+--------+
17 +------------------------+ +-----+ +-----+ +-----+
19 +-----+ +-----+ +-----+
[all …]
H A Di2c-mux-pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/i2c/i2c-mux-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Pinctrl-based I2C Bus Mux
10 - Wolfram Sang <wsa@kernel.org>
17 +-----+ +-----+
19 +------------------------+ +-----+ +-----+
21 | /----|------+--------+
22 | +---+ +------+ | child bus A, on first set of pins
[all …]
H A Di2c-mux-gpio.txt1 GPIO-based I2C Bus Mux
6 +-----+ +-----+
8 +------------+ +-----+ +-----+
10 | | /--------+--------+
11 | +------+ | +------+ child bus A, on GPIO value set to 0
12 | | I2C |-|--| Mux |
13 | +------+ | +--+---+ child bus B, on GPIO value set to 1
14 | | | \----------+--------+--------+
15 | +------+ | | | | |
16 | | GPIO |-|-----+ +-----+ +-----+ +-----+
[all …]
H A Di2c-mux-gpio.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/i2c/i2c-mux-gpio.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Di2c-mux-reg.txt1 Register-based I2C Bus Mux
7 - compatible: i2c-mux-reg
8 - i2c-parent: The phandle of the I2C bus that this multiplexer's master-side
10 * Standard I2C mux properties. See i2c-mux.yaml in this directory.
11 * I2C child bus nodes. See i2c-mux.yaml in this directory.
14 - reg: this pair of <offset size> specifies the register to control the mux.
15 The <offset size> depends on its parent node. It can be any memory-mapped
18 - little-endian: The existence indicates the register is in little endian.
19 - big-endian: The existence indicates the register is in big endian.
20 If both little-endian and big-endian are omitted, the endianness of the
[all …]
/freebsd-src/share/man/man9/
H A Drunqueue.91 .\" Copyright (c) 2000-2001 John H. Baldwin <jhb@FreeBSD.org>
15 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
56 for idle priority processes.
62 non-empty queues to assist in selecting a process quickly.
74 returns zero if there are no runnable processes other than the idle process.
75 If there is at least one runnable process other than the idle process, it
76 will return a non-zero value.
83 when there are currently no other runnable processes while another CPU is
85 In that case the second CPU will simply travel through the idle loop one
87 This works because idle CPUs are not halted in SMP systems.
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/exynos/google/
H A Dgs101.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright 2019-2023 Google LLC
6 * Copyright 2023 Linaro Ltd - <peter.griffin@linaro.org>
9 #include <dt-bindings/clock/google,gs101.h>
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/interrupt-controlle
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-beagle-ab4.dts1 // SPDX-License-Identifier: GPL-2.0-only
2 /dts-v1/;
4 #include "omap3-beagle.dts"
8 compatible = "ti,omap3-beagle-ab4", "ti,omap3-beagle", "ti,omap3430", "ti,omap3";
21 /* Unusable as clockevent because of unreliable oscillator, allow to idle */
23 /delete-property/ti,no-reset-on-init;
24 /delete-property/ti,no-idle;
26 /delete-property/ti,timer-alwon;
30 /* Preferred always-on timer for clocksource */
32 ti,no-reset-on-init;
[all …]
/freebsd-src/sys/kern/
H A Dkern_idle.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (C) 2000-2004 The FreeBSD Project. All rights reserved.
18 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
46 * Set up per-cpu idle process contexts. The AP's shouldn't be running or
47 * accessing their idle processes at this point, so don't bother with
60 p = NULL; /* start with no idle process */ in idle_setup()
66 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid); in idle_setup()
67 pc->pc_idlethread = td; in idle_setup()
70 RFSTOPPED | RFHIGHPID, 0, "idle", "idle"); in idle_setup()
[all …]
/freebsd-src/usr.bin/w/
H A Dpr_time.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
45 * pr_attime --
59 diff = *now - *started; in pr_attime()
61 /* If more than a week, use day-month-year. */ in pr_attime()
65 /* If not today, use day-hour-am/pm. */ in pr_attime()
85 xo_emit("{:login-time/%-7.7ls/%ls}", buf); in pr_attime()
87 xo_emit("{:login-time/%ls}%.*s", buf, 7 - width, " "); in pr_attime()
89 xo_emit("{:login-time/%ls}", buf); in pr_attime()
[all …]
/freebsd-src/usr.sbin/rtprio/
H A Drtprio.122 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
72 A process with an idle priority will run only when no other
73 process is runnable and then only if its idle priority is equal or
74 greater than all other runnable idle priority processes.
94 is specified, the process or program is run as a normal (non-realtime)
98 .Ar -pid
113 Only root is allowed to set realtime or idle priority for a process.
122 If set to non-zero, it lets any user modify the idle priority of processes
125 Note that idle priority increases the chance that a deadlock can occur
148 .Dl "rtprio 16 -1423"
[all …]
/freebsd-src/contrib/ntp/libntp/lib/isc/include/isc/
H A Dtimer.h2 * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (C) 1998-2002 Internet Software Consortium.
11 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
34 *\li 'once' timers generate an idle timeout event if they are idle for too
36 * They are used to implement both (possibly expiring) idle timers and
37 * 'one-shot' timers.
42 *\li 'inactive' timers generate no events.
58 * No anticipated impact.
64 * No anticipated impact.
145 (m)->magic == ISCAPI_TIMERMGR_MAGIC)
[all …]
/freebsd-src/share/man/man4/man4.i386/
H A Dapm.47 .\" these terms are retained. Under no circumstances is the author
30 .Bl -enum -offset indent
43 slows CPU clock when there are no system activities (runnable processes,
56 .Bl -tag -width 4n -offset indent
73 .Dq Em Idle CPU
77 .Dq Em Idle CPU
85 .Dq Em Idle CPU .
96 .Dq Em Idle CPU
108 .Bl -column "xxxxxxxxxxxxxxxxx" "xxxxxxxxxxxxx" "xxxxxxxx"
110 .It Dv "PMEV_STANDBYREQ" Ta No "suspend system" Ta "standby request"
[all …]
/freebsd-src/usr.bin/rusers/
H A Drusers.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
26 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
74 for (hp = hosts; hp != NULL; hp = hp->next) { in search_host()
75 if (hp->addr.s_addr == addr.s_addr) in search_host()
87 errx(1, "no memory"); in remember_host()
88 hp->addr.s_addr = addr.s_addr; in remember_host()
89 hp->next = hosts; in remember_host()
97 int idle; in rusers_reply() local
106 if (search_host(raddrp->sin_addr)) in rusers_reply()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/bus/
H A Dti-sysc.txt12 module clocks, idle modes and interconnect level resets for the module.
20 - compatible shall be one of the following generic types:
23 "ti,sysc-omap2"
24 "ti,sysc-omap4"
25 "ti,sysc-omap4-simple"
30 "ti,sysc-omap2-timer"
31 "ti,sysc-omap4-timer"
32 "ti,sysc-omap3430-sr"
33 "ti,sysc-omap3630-sr"
34 "ti,sysc-omap4-sr"
[all …]
H A Dti-sysc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/bus/ti-sysc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tony Lindgren <tony@atomide.com>
22 module clocks, idle modes and interconnect level resets.
31 pattern: "^target-module(@[0-9a-f]+)?$"
35 - items:
36 - enum:
37 - ti,sysc-omap2
[all …]
/freebsd-src/sys/dev/iicbus/mux/
H A Diic_gpiomux.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
32 * hinted attachment, but there is currently no support for hinted attachment.
56 {"i2c-mux-gpio", true},
74 #define IDLE_NOOP (-
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc9863a.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <dt-bindings/clock/sprd,sc9863a-clk.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 #address-cell
[all...]
/freebsd-src/usr.bin/finger/
H A Dfinger.119 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
45 .Bl -tag -width indent
57 denied), idle time, login time, and either office location and office
67 Idle time is in minutes if it is a single integer, hours and minutes
76 Unknown devices as well as nonexistent idle and login times are
91 It also has the side-effect of restricting the output
98 Produce a multi-line format displaying all of the information
110 If idle time is at least a minute and less than a day, it is
112 Idle times greater than a day are presented as ``d day[s]hh:mm''.
114 Phone numbers specified as eleven digits are printed as ``+N-NNN-NNN-NNNN''.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/mux/
H A Dadi,adgs1408.txt4 - compatible : Should be one of
7 * Standard mux-controller bindings as described in mux-controller.yaml
10 - gpio-controller : if present, #gpio-cells is required.
11 - #gpio-cells : should be <2>
12 - First cell is the GPO line number, i.e. 0 to 3
14 - Second cell is used to specify active high (0)
18 - idle-state : if present, the state that the mux controller will have
19 when idle. The special state MUX_IDLE_AS_IS is the default and
29 * Mux state set to idle as is (no idle-state declared)
32 mux: mux-controller@0 {
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdx75.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
9 #include <dt-bindings/clock/qcom,rpmh.h>
10 #include <dt-bindings/clock/qcom,sdx75-gcc.h>
11 #include <dt-bindings/dma/qcom-gpi.h>
12 #include <dt-binding
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt11 to move data from hwmod to device-tree representation.
15 - compatible: Every devices present in OMAP SoC should be in the
17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP
22 - ti,no_idle_on_suspend: When present, it prevents the PM to idle the module
24 - ti,no-reset-on-init: When present, the module should not be reset at init
25 - ti,no-idle-on-init: When present, the module should not be idled at init
26 - ti,no-idle: When present, the module is never allowed to idle.
31 compatible = "ti,omap4-spinlock";
37 - General Purpose devices
39 - High Security devices
[all …]
/freebsd-src/sys/arm/ti/
H A Dti_sysc.c1 /*-
18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
61 /* Documentation/devicetree/bindings/bus/ti-sysc.txt
63 * Documentation/devicetree/clock/clock-bindings.txt
65 * Documentation/devicetree/clock/ti-clkctl.txt
91 { "ti,sysc-dra7-mcan", TI_SYSC_DRA7_MCAN },
92 { "ti,sysc-usb-host-f
351 parse_idle(struct ti_sysc_softc * sc,const char * name,uint32_t * idle) parse_idle() argument
354 int len, no, i; parse_idle() local
[all...]

12345678910>>...36