Home
last modified time | relevance | path

Searched full:stopped (Results 1 – 25 of 1845) sorted by relevance

12345678910>>...74

/openbmc/phosphor-fan-presence/presence/test/
H A Dfallbacktest.cpp41 ++stopped; in stop()
56 size_t stopped = 0; member in phosphor::fan::presence::TestSensor
80 ASSERT_EQ(ts.stopped, 0); in TEST()
86 ASSERT_EQ(ts.stopped, 0); in TEST()
92 ASSERT_EQ(ts.stopped, 0); in TEST()
113 ASSERT_EQ(ts1.stopped, 0); in TEST()
116 ASSERT_EQ(ts2.stopped, 0); in TEST()
124 ASSERT_EQ(ts1.stopped, 0); in TEST()
127 ASSERT_EQ(ts2.stopped, 0); in TEST()
135 ASSERT_EQ(ts1.stopped, 0); in TEST()
[all …]
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst33 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 …]
/openbmc/qemu/hw/s390x/
H A Dtod-kvm.c35 if (td->stopped) { in kvm_s390_tod_get()
75 td->stopped = false; in kvm_s390_tod_set()
77 td->stopped = true; in kvm_s390_tod_set()
96 if (running && td->stopped) { in kvm_s390_tod_vm_state_change()
103 td->stopped = false; in kvm_s390_tod_vm_state_change()
104 } else if (!running && !td->stopped) { in kvm_s390_tod_vm_state_change()
111 td->stopped = true; in kvm_s390_tod_vm_state_change()
129 * We need to know when the VM gets started/stopped to start/stop the TOD. in kvm_s390_tod_realize()
153 * run although the (never started) VM is stopped. For migration, we in kvm_s390_tod_init()
156 td->stopped = false; in kvm_s390_tod_init()
/openbmc/linux/drivers/misc/ibmasm/
H A Dr_heartbeat.c39 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()
/openbmc/linux/kernel/time/
H A Dtick-sched.h27 * @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
/openbmc/linux/include/asm-generic/
H A Dsyscall.h45 * 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
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c188 * 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 …]
/openbmc/openbmc-test-automation/bin/plug_ins/Stop/
H A Dparm_def1 …ne whether the test program should be stopped. If the command returns non-zero, the test program …
9 # Indicates that the test should be stopped when the Verify_hardware plug-in fails its analysis.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A Dinitscript43 # 0 if daemon has been stopped
44 # 1 if daemon was already stopped
45 # 2 if daemon could not be stopped
109 echo "stopped"
/openbmc/qemu/include/hw/s390x/
H A Dtod.h34 * while the TOD is stopped.
37 /* Used by KVM to remember if the TOD is stopped and base is valid. */
38 bool stopped; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmac.c11 bool stopped = false; in mt76x2_mac_stop() local
32 stopped = true; in mt76x2_mac_stop()
36 if (force && !stopped) { in mt76x2_mac_stop()
/openbmc/qemu/qapi/
H A Dvfio.json14 # @stop: The device is stopped.
18 # @stop-copy: The device is stopped and its internal state is
21 # @resuming: The device is stopped and its internal state is available
/openbmc/linux/drivers/net/ipa/
H A Dipa_power.c67 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
/openbmc/linux/drivers/input/touchscreen/
H A Dda9052_tsi.c24 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()
/openbmc/u-boot/cmd/
H A Dbedbug.c184 * mini main loop until the stopped flag is cleared from the breakpoint
205 bug_ctx.stopped = 1; in bedbug_main_loop()
211 while (bug_ctx.stopped) { in bedbug_main_loop()
242 * stopped flag in the context so that the breakpoint routine will
249 if (!bug_ctx.stopped) { in do_bedbug_continue()
254 bug_ctx.stopped = 0; in do_bedbug_continue()
274 if (!bug_ctx.stopped) { in do_bedbug_step()
285 bug_ctx.stopped = 0; in do_bedbug_step()
305 if (!bug_ctx.stopped) { in do_bedbug_next()
316 bug_ctx.stopped = 0; in do_bedbug_next()
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c196 ep->stopped = 0; in udc_reinit()
306 unsigned int stopped = ep->stopped; in done() local
308 debug("%s: %s %p, req = %p, stopped = %d\n", in done()
309 __func__, ep->ep.name, ep, &req->req, stopped); in done()
325 ep->stopped = 1; in done()
349 ep->stopped = stopped; in done()
381 ep->stopped = 1; in stop_activity()
585 ep->stopped = 0; in dwc2_ep_enable()
598 debug("%s: enabled %s, stopped = %d, maxpacket = %d\n", in dwc2_ep_enable()
599 __func__, _ep->name, ep->stopped, ep->ep.maxpacket); in dwc2_ep_enable()
[all …]
/openbmc/phosphor-state-manager/target_files/
H A Dobmc-power-stop-pre@.target4 Wants=obmc-host-stopped@%i.target
5 After=obmc-host-stopped@%i.target
H A Dobmc-host-stopping@.target6 Wants=obmc-host-stopped@%i.target
7 Before=obmc-host-stopped@%i.target
/openbmc/linux/drivers/gpu/drm/sprd/
H A Dsprd_dpu.h39 * @stopped: indicates whether DPU are stopped
50 bool stopped; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A Dcollectd.init117 # 0 if the daemon has been stopped
118 # 1 if the daemon was already stopped
119 # 2 if daemon could not be stopped
151 # 3 if the daemon is stopped
/openbmc/qemu/target/s390x/
H A Dsigp.c146 /* already stopped, just store the status */ in sigp_stop_and_store_status()
160 /* cpu has to be stopped */ in sigp_store_status_at_address()
190 /* cpu has to be stopped */ in sigp_store_adtl_status()
287 /* cpu has to be stopped */ in sigp_set_prefix()
313 /* this looks racy, but these values are only used when STOPPED */ in sigp_cond_emergency()
347 /* If halted (which includes also STOPPED), it is not running */ in sigp_sense_running()
497 * STOPPED to the system. in do_stop_interrupt()
/openbmc/linux/drivers/watchdog/
H A Dwdat_wdt.c35 * @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()
/openbmc/openpower-proc-control/service_files/
H A Dproc-pre-poweroff@.service.in7 Wants=obmc-host-stopped@%i.target
8 After=obmc-host-stopped@%i.target
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst28 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
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.h158 * 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.

12345678910>>...74