/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | workqueue.rst | 222 15 w0 wakes up and burns CPU 226 35 w1 wakes up and finishes 229 50 w2 wakes up and finishes 240 15 w0 wakes up and burns CPU 242 20 w1 wakes up and finishes 243 25 w2 wakes up and finishes 252 15 w0 wakes up and burns CPU 254 20 w1 wakes up and finishes 257 35 w2 wakes up and finishes 268 15 w0 wakes up and burns CPU [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-platform-ACPI-TAD | 16 BIT(5): The AC timer wakes up from S4 if set 17 BIT(6): The AC timer wakes up from S5 if set 18 BIT(7): The DC timer wakes up from S4 if set 19 BIT(8): The DC timer wakes up from S5 if set
|
H A D | sysfs-bus-i2c-devices-hm6352 | 13 sleep mode, 1 wakes it up.
|
H A D | sysfs-bus-typec | 10 entered/exited so poll(2) on the attribute wakes up.
|
H A D | sysfs-class-typec | 12 wakes up. Change on the role will also generate uevent 27 wakes up. Change on the role will also generate uevent 61 poll(2) on the attribute wakes up. Change on VCONN source also
|
/openbmc/linux/rust/kernel/sync/ |
H A D | condvar.rs | 24 /// atomically release the given lock and go to sleep. It reacquires the lock when it wakes up. And 25 /// it wakes up when notified by another thread (via [`CondVar::notify_one`] or 127 /// thread to sleep, reacquiring the lock on wake up. It wakes up when notified by 159 /// Wakes a single waiter up, if any. 167 /// Wakes all waiters up, if any.
|
/openbmc/linux/Documentation/core-api/ |
H A D | workqueue.rst | 117 whenever an active worker wakes up or sleeps and keeps track of the 269 15 w0 wakes up and burns CPU 273 35 w1 wakes up and finishes 276 50 w2 wakes up and finishes 287 15 w0 wakes up and burns CPU 289 20 w1 wakes up and finishes 290 25 w2 wakes up and finishes 299 15 w0 wakes up and burns CPU 301 20 w1 wakes up and finishes 304 35 w2 wakes up and finishes [all …]
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | clockdomain.c | 183 * @clkdm2: when this struct clockdomain * wakes up (source) 185 * When the clockdomain represented by @clkdm2 wakes up, wake up 209 pr_debug("clockdomain: hardware cannot set/clear wake up of %s when %s wakes up\n", in _clkdm_add_wkdep() 216 pr_debug("clockdomain: hardware will wake up %s when %s wakes up\n", in _clkdm_add_wkdep() 228 * @clkdm2: when this struct clockdomain * wakes up (source) 231 * wakes up. Returns -EINVAL if presented with invalid clockdomain 252 pr_debug("clockdomain: hardware cannot set/clear wake up of %s when %s wakes up\n", in _clkdm_del_wkdep() 259 pr_debug("clockdomain: hardware will no longer wake up %s after %s wakes up\n", in _clkdm_del_wkdep() 584 * @clkdm2: when this struct clockdomain * wakes up (source) 586 * When the clockdomain represented by @clkdm2 wakes up, wake up [all …]
|
/openbmc/linux/tools/virtio/virtio-trace/ |
H A D | trace-agent-ctl.c | 63 /* Wakes rw-threads when they are sleeping */ in wait_order() 115 * this controller wakes all read/write threads. in rw_ctl_loop()
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-util-clamp.rst | 110 when an RT task wakes up. This cost is unchanged by using uclamp. Uclamp only 127 they are intact. Clamping happens only when needed, e.g: when a task wakes up 136 When a task wakes up on an rq, the utilization signal of the rq will be 167 When a task wakes up, the scheduler will look at the current effective uclamp 547 wakes up. However, it requires to finish its work within a specific time window 648 wakes up on an idle CPU, then it will run at min frequency (Fmin) this 685 If task p1 wakes up on this CPU, which have: 728 performance point when it wakes up and starts running, then all these
|
H A D | sched-deadline.rst | 57 every time the task wakes up, the scheduler computes a "scheduling deadline" 82 - When a SCHED_DEADLINE task wakes up (becomes ready for execution), 180 (b) If the task wakes up before the inactive timer fires, the task re-enters 182 In addition, if the task wakes up on a different runqueue, then 189 "inactive timer" fires or when the task wakes up). 194 (d) When an inactive task wakes up, it enters the ActiveContending state and 285 Task T1 wakes up. It enters the ActiveContending state again, and the
|
/openbmc/linux/drivers/platform/goldfish/ |
H A D | goldfish_pipe.c | 550 struct goldfish_pipe_dev *dev, int *wakes) in signalled_pipes_pop_front() argument 559 *wakes = pipe->signalled_flags; in signalled_pipes_pop_front() 582 int wakes; in goldfish_interrupt_task() local 584 while ((pipe = signalled_pipes_pop_front(dev, &wakes)) != NULL) { in goldfish_interrupt_task() 585 if (wakes & PIPE_WAKE_CLOSED) { in goldfish_interrupt_task() 588 if (wakes & PIPE_WAKE_READ) in goldfish_interrupt_task() 590 if (wakes & PIPE_WAKE_WRITE) in goldfish_interrupt_task()
|
/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | brcm,brcmstb-waketimer.yaml | 33 The TIMER interrupt wakes the system from low-power suspend/standby modes.
|
/openbmc/linux/Documentation/devicetree/bindings/net/bluetooth/ |
H A D | nxp,88w8987-bt.yaml | 15 state. De-asserting break wakes up the BT chip.
|
/openbmc/linux/drivers/nvmem/ |
H A D | lpc18xx_eeprom.c | 109 /* Wait 100 us while the EEPROM wakes up */ in lpc18xx_eeprom_gather_write() 137 /* Wait 100 us while the EEPROM wakes up */ in lpc18xx_eeprom_read()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_breadcrumbs_types.h | 24 * or wakes up all the completed clients in parallel, before then
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | persist.rst | 28 wakes up all the devices attached to that controller are treated as 65 suspended -- but it will crash as soon as it wakes up, which isn't
|
/openbmc/linux/kernel/sched/ |
H A D | wait.c | 153 * If this function wakes up a task, it executes a full memory barrier 204 * If this function wakes up a task, it executes a full memory barrier before 230 * If this function wakes up a task, it executes a full memory barrier before
|
H A D | completion.c | 42 * If this function wakes up a task, it executes a full memory barrier before 57 * If this function wakes up a task, it executes a full memory barrier before
|
/openbmc/linux/Documentation/mhi/ |
H A D | mhi.rst | 211 * Device wakes up to process the TD. 215 * Host wakes up and checks the event ring for completion event.
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | smemc.c | 45 /* CSMSADRCFG wakes up in its default state (0), so we need to set it */ in pxa3xx_smemc_resume()
|
/openbmc/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-class-typec | 45 entered/exited so poll(2) on the attribute wakes up.
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | qcom,mpm.yaml | 16 monitors the interrupts when the system is asleep, wakes up the APSS when
|
/openbmc/linux/Documentation/locking/ |
H A D | robust-futexes.rst | 102 this thread with the FUTEX_OWNER_DIED bit, and wakes up one waiter (if 196 and wakes up the next futex waiter (if any). User-space does the rest of
|
/openbmc/linux/kernel/futex/ |
H A D | syscalls.c | 16 * FUTEX_OWNER_DIED bit, and wakes up a waiter (if any). The list is 231 * Given an array of `struct futex_waitv`, wait on each uaddr. The thread wakes
|