| /kernel/linux/linux-6.6/Documentation/watchdog/ |
| D | watchdog-parameters.rst | 33 Watchdog cannot be stopped once started 46 Watchdog cannot be stopped once started 55 Watchdog cannot be stopped once started 67 Watchdog cannot be stopped once started 94 Watchdog cannot be stopped once started 103 Watchdog cannot be stopped once started 112 Watchdog cannot be stopped once started 147 Watchdog cannot be stopped once started 162 Watchdog cannot be stopped once started 168 Watchdog cannot be stopped once started [all …]
|
| /kernel/linux/linux-5.10/Documentation/watchdog/ |
| D | watchdog-parameters.rst | 33 Watchdog cannot be stopped once started 46 Watchdog cannot be stopped once started 55 Watchdog cannot be stopped once started 67 Watchdog cannot be stopped once started 94 Watchdog cannot be stopped once started 103 Watchdog cannot be stopped once started 112 Watchdog cannot be stopped once started 147 Watchdog cannot be stopped once started 162 Watchdog cannot be stopped once started 168 Watchdog cannot be stopped once started [all …]
|
| /kernel/linux/linux-5.10/drivers/misc/ibmasm/ |
| D | r_heartbeat.c | 39 rhb->stopped = 0; in ibmasm_init_reverse_heartbeat() 68 rhb->stopped, in ibmasm_start_reverse_heartbeat() 71 if (signal_pending(current) || rhb->stopped) { in ibmasm_start_reverse_heartbeat() 77 rhb->stopped = 0; in ibmasm_start_reverse_heartbeat() 84 rhb->stopped = 1; in ibmasm_stop_reverse_heartbeat()
|
| /kernel/linux/linux-6.6/drivers/misc/ibmasm/ |
| D | r_heartbeat.c | 39 rhb->stopped = 0; in ibmasm_init_reverse_heartbeat() 68 rhb->stopped, in ibmasm_start_reverse_heartbeat() 71 if (signal_pending(current) || rhb->stopped) { in ibmasm_start_reverse_heartbeat() 77 rhb->stopped = 0; in ibmasm_start_reverse_heartbeat() 84 rhb->stopped = 1; in ibmasm_stop_reverse_heartbeat()
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | syscall.h | 45 * It's only valid to call this when @task is stopped for system 65 * It's only valid to call this when @task is stopped for tracing on exit 78 * It's only valid to call this when @task is stopped for tracing on exit 95 * It's only valid to call this when @task is stopped for tracing on exit 110 * It's only valid to call this when @task is stopped for tracing on 125 * It's only valid to call this when @task is stopped for tracing on 137 * It's only valid to call this when @task is stopped on entry to a system
|
| /kernel/linux/linux-5.10/kernel/time/ |
| D | tick-sched.h | 30 * @tick_stopped: Indicator that the idle tick has been stopped 42 * @idle_sleeps: Number of idle calls, where the sched tick was stopped 46 * @idle_sleeptime: Sum of the time slept in idle with sched tick stopped 47 * @iowait_sleeptime: Sum of the time slept in idle with sched tick stopped, with IO outstanding 48 * @timer_expires: Anticipated timer expiration time (in case sched tick is stopped)
|
| /kernel/linux/linux-6.6/kernel/time/ |
| D | tick-sched.h | 27 * @tick_stopped: Indicator that the idle tick has been stopped 47 * @timer_expires: Anticipated timer expiration time (in case sched tick is stopped) 51 * @idle_sleeps: Number of idle calls, where the sched tick was stopped 53 * @idle_sleeptime: Sum of the time slept in idle with sched tick stopped 54 * @iowait_sleeptime: Sum of the time slept in idle with sched tick stopped, with IO outstanding
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | syscall.h | 45 * It's only valid to call this when @task is stopped for system 65 * It's only valid to call this when @task is stopped for tracing on exit 79 * It's only valid to call this when @task is stopped for tracing on exit 97 * It's only valid to call this when @task is stopped for tracing on exit 113 * It's only valid to call this when @task is stopped for tracing on 126 * It's only valid to call this when @task is stopped on entry to a system
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace-perf-hwbreak.c | 188 * the child is stopped until ptrace_cont(pid) is run by the parent. 205 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in ptrace_fork_child() 221 * When the child is stopped for ptrace, we test both continue and single step. 263 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 268 * We stopped before executing the load, so perf should not have in same_watch_addr_test() 278 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 296 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 306 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 321 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() 339 FAIL_IF_MSG(!WIFSTOPPED(status), "Child is not stopped"); in same_watch_addr_test() [all …]
|
| /kernel/linux/linux-5.10/arch/nds32/include/asm/ |
| D | syscall.h | 40 * It's only valid to call this when @task is stopped for system 64 * It's only valid to call this when @task is stopped for tracing on exit 82 * It's only valid to call this when @task is stopped for tracing on exit 103 * It's only valid to call this when @task is stopped for tracing on exit 122 * It's only valid to call this when @task is stopped for tracing on 144 * It's only valid to call this when @task is stopped for tracing on
|
| /kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | mac.c | 11 bool stopped = false; in mt76x2_mac_stop() local 32 stopped = true; in mt76x2_mac_stop() 36 if (force && !stopped) { in mt76x2_mac_stop()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| D | mac.c | 11 bool stopped = false; in mt76x2_mac_stop() local 32 stopped = true; in mt76x2_mac_stop() 36 if (force && !stopped) { in mt76x2_mac_stop()
|
| /kernel/linux/linux-6.6/drivers/net/ipa/ |
| D | ipa_power.c | 67 spinlock_t spinlock; /* used with STOPPED/STARTED power flags */ 241 * leaving the queue in a stopped state. The next two functions are used 246 * Two flags and a spinlock are used. If the queue is stopped, the STOPPED 248 * The queue is only started on resume if the STOPPED flag is set. And the 256 * If the queue is stopped, the STOPPED flag is set. This is called only 275 * STOPPED flag is set. That flag is cleared if it was set. If the queue
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | da9052_tsi.c | 24 bool stopped; member 38 if (!tsi->stopped) { in da9052_ts_pendwn_irq() 106 if (!tsi->stopped) { in da9052_ts_pen_work() 188 tsi->stopped = false; in da9052_ts_input_open() 203 tsi->stopped = true; in da9052_ts_input_close() 244 tsi->stopped = true; in da9052_ts_probe()
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| D | da9052_tsi.c | 24 bool stopped; member 38 if (!tsi->stopped) { in da9052_ts_pendwn_irq() 106 if (!tsi->stopped) { in da9052_ts_pen_work() 188 tsi->stopped = false; in da9052_ts_input_open() 203 tsi->stopped = true; in da9052_ts_input_close() 244 tsi->stopped = true; in da9052_ts_probe()
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | s3c-hsudc.c | 101 * @stopped: Maintains state of endpoint, set if EP is halted. 110 u8 stopped; member 196 unsigned int stopped = hsep->stopped; in s3c_hsudc_complete_request() local 207 hsep->stopped = 1; in s3c_hsudc_complete_request() 211 hsep->stopped = stopped; in s3c_hsudc_complete_request() 232 * @hsudc: Device controller for which EP activity is to be stopped. 234 * All the endpoints are stopped and any pending transfer requests if any on 246 hsep->stopped = 1; in s3c_hsudc_stop_activity() 444 * Set or clear endpoint halt. If halt is set, the endpoint is stopped. 469 hsep->stopped = 1; in s3c_hsudc_set_halt() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/sprd/ |
| D | sprd_dpu.h | 39 * @stopped: indicates whether DPU are stopped 50 bool stopped; member
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| D | smp.c | 59 int qcss_tok = rtas_token("query-cpu-stopped-state"); in smp_query_cpu_stopped() 63 "Firmware doesn't support query-cpu-stopped-state\n"); in smp_query_cpu_stopped() 70 "RTAS query-cpu-stopped-state failed: %i\n", status); in smp_query_cpu_stopped() 268 * query-cpu-stopped-state. in smp_init_pseries() 270 if (rtas_token("query-cpu-stopped-state") == RTAS_UNKNOWN_SERVICE) { in smp_init_pseries()
|
| /kernel/linux/linux-6.6/drivers/watchdog/ |
| D | wdat_wdt.c | 35 * @stopped_in_sleep: Is this watchdog stopped by the firmware in S1-S5 36 * @stopped: Was the watchdog stopped by the driver in suspend 46 bool stopped; member 54 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 485 wdat->stopped = false; in wdat_wdt_suspend_noirq() 490 wdat->stopped = true; in wdat_wdt_suspend_noirq() 506 if (!wdat->stopped) { in wdat_wdt_resume_noirq()
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| D | wdat_wdt.c | 35 * @stopped_in_sleep: Is this watchdog stopped by the firmware in S1-S5 36 * @stopped: Was the watchdog stopped by the driver in suspend 46 bool stopped; member 54 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 484 wdat->stopped = false; in wdat_wdt_suspend_noirq() 489 wdat->stopped = true; in wdat_wdt_suspend_noirq() 505 if (!wdat->stopped) { in wdat_wdt_resume_noirq()
|
| /kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/ |
| D | pxa_dma.rst | 28 a check of the DMA channel reports a "stopped channel", the transfer should 30 know if a channel is in running or stopped state. 94 If while new_link was created the DMA channel stopped, it is _not_ 104 - then hot-chaining cannot happen, as the channel must be stopped, the 187 It should be noted that after tx3 is completed, the channel is stopped, and
|
| /kernel/linux/linux-6.6/Documentation/driver-api/dmaengine/ |
| D | pxa_dma.rst | 28 a check of the DMA channel reports a "stopped channel", the transfer should 30 know if a channel is in running or stopped state. 94 If while new_link was created the DMA channel stopped, it is _not_ 104 - then hot-chaining cannot happen, as the channel must be stopped, the 187 It should be noted that after tx3 is completed, the channel is stopped, and
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac_dma.h | 87 #define DMA_INTR_ENA_RSE 0x00000100 /* Receive Stopped */ 92 #define DMA_INTR_ENA_TSE 0x00000002 /* Transmit Stopped */ 120 #define DMA_STATUS_RPS 0x00000100 /* Receive Process Stopped */ 127 #define DMA_STATUS_TPS 0x00000002 /* Transmit Process Stopped */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | core.h | 149 * netif stopped due to firmware signalling flow control. 151 * netif stopped due to flowring full. 153 * netif stopped due to not being connected (STA mode). 173 * @netif_stop: bitmap indicates reason why netif queues are stopped.
|
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | core.h | 158 * netif stopped due to firmware signalling flow control. 160 * netif stopped due to flowring full. 162 * netif stopped due to not being connected (STA mode). 182 * @netif_stop: bitmap indicates reason why netif queues are stopped.
|