Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/Linux-v6.6/Documentation/watchdog/
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 …]
/Linux-v6.6/tools/virtio/
Dvirtio_test.c173 long started = 0, completed = 0, next_reset = reset_n; in run_test() local
189 started_before = started; in run_test()
195 while (started < bufs && in run_test()
196 (started - completed) < batch) { in run_test()
199 dev->buf + started, in run_test()
203 started > started_before) in run_test()
210 ++started; in run_test()
218 if (started >= bufs) in run_test()
251 started = completed; in run_test()
256 if (completed == completed_before && started == started_before) in run_test()
[all …]
/Linux-v6.6/drivers/net/wireless/ath/wil6210/
Dp2p.c180 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local
193 return started; in wil_p2p_stop_discovery()
200 u8 started; in wil_p2p_cancel_listen() local
211 started = wil_p2p_stop_discovery(vif); in wil_p2p_cancel_listen()
215 if (!started) { in wil_p2p_cancel_listen()
238 u8 started; in wil_p2p_listen_expired() local
243 started = wil_p2p_stop_discovery(vif); in wil_p2p_listen_expired()
246 if (!started) in wil_p2p_listen_expired()
266 u8 started; in wil_p2p_search_expired() local
271 started = wil_p2p_stop_discovery(vif); in wil_p2p_search_expired()
[all …]
/Linux-v6.6/arch/riscv/kvm/
Dvcpu_pmu.c272 if (fevent->started) in kvm_riscv_vcpu_pmu_incr_fw()
368 if (kvpmu->fw_event[fevent_code].started) { in kvm_riscv_vcpu_pmu_ctr_start()
373 kvpmu->fw_event[fevent_code].started = true; in kvm_riscv_vcpu_pmu_ctr_start()
376 if (unlikely(pmc->started)) { in kvm_riscv_vcpu_pmu_ctr_start()
382 pmc->started = true; in kvm_riscv_vcpu_pmu_ctr_start()
422 if (!kvpmu->fw_event[fevent_code].started) in kvm_riscv_vcpu_pmu_ctr_stop()
425 kvpmu->fw_event[fevent_code].started = false; in kvm_riscv_vcpu_pmu_ctr_stop()
427 if (pmc->started) { in kvm_riscv_vcpu_pmu_ctr_stop()
430 pmc->started = false; in kvm_riscv_vcpu_pmu_ctr_stop()
517 kvpmu->fw_event[event_code].started = true; in kvm_riscv_vcpu_pmu_ctr_cfg_match()
/Linux-v6.6/net/mac80211/
Doffchannel.c205 if (!roc->started) in ieee80211_end_finished_rocs()
244 roc->started = true; in ieee80211_handle_roc_started()
270 if (!roc->started) in ieee80211_hw_roc_start()
306 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc()
338 tmp->started = true; in _ieee80211_start_next_roc()
349 tmp->started = true; in _ieee80211_start_next_roc()
403 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
430 if (!roc->started) { in __ieee80211_roc_work()
497 if (WARN_ON(!cur_roc->started)) in ieee80211_coalesce_hw_started_roc()
601 roc->started = true; in ieee80211_start_roc_work()
[all …]
Ddriver-ops.c19 if (WARN_ON(local->started)) in drv_start()
23 local->started = true; in drv_start()
30 local->started = false; in drv_start()
39 if (WARN_ON(!local->started)) in drv_stop()
52 local->started = false; in drv_stop()
/Linux-v6.6/tools/virtio/ringtest/
Dmain.c110 int started = 0; in run_guest() local
123 if (started < bufs && in run_guest()
124 started - completed < max_outstanding) { in run_guest()
127 ++started; in run_guest()
149 assert(started <= bufs); in run_guest()
/Linux-v6.6/tools/testing/kunit/
Dkunit_parser.py222 started = False
226 if not started and KTAP_START.search(line):
231 started = True
233 elif not started and TAP_START.search(line):
237 started = True
239 elif started and KTAP_END.search(line):
242 elif started:
/Linux-v6.6/drivers/input/serio/
Dhyperv-keyboard.c97 bool started; member
151 if (kbd_dev->started) { in hv_kbd_on_receive()
298 kbd_dev->started = true; in hv_kbd_start()
310 kbd_dev->started = false; in hv_kbd_stop()
/Linux-v6.6/drivers/staging/media/av7110/
Dvideo-get-frame-count.rst48 started.
58 frames since the decoder was started.
/Linux-v6.6/arch/riscv/include/asm/
Dkvm_vcpu_pmu.h26 bool started; member
36 bool started; member
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-i2c.c439 if (!pdata->i2c.started) in xgbe_i2c_stop()
444 pdata->i2c.started = 0; in xgbe_i2c_stop()
460 if (pdata->i2c.started) in xgbe_i2c_start()
478 pdata->i2c.started = 1; in xgbe_i2c_start()
/Linux-v6.6/Documentation/driver-api/rapidio/
Drapidio.rst128 (a) Statically linked enumeration and discovery process can be started
134 that all discovering endpoints are started before the enumerating endpoint
143 (b) Statically linked enumeration and discovery process can be started by
147 started first by issuing a user-space command, after an enumeration is
148 completed a discovery process can be started on all remaining endpoints.
150 (c) Modular enumeration and discovery process can be started by a command from
152 process can be started by issuing a user-space command.
153 Similar to the option (b) above, an enumerator has to be started first.
155 (d) Modular enumeration and discovery process can be started by a module
159 When a network scan process is started it calls an enumeration or discovery
[all …]
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c517 log->relay.started = false; in intel_guc_log_init_early()
755 if (log->relay.started) in intel_guc_log_relay_start()
765 log->relay.started = true; in intel_guc_log_relay_start()
775 if (!log->relay.started) in intel_guc_log_relay_flush()
801 if (!log->relay.started) in guc_log_relay_stop()
808 log->relay.started = false; in guc_log_relay_stop()
824 if (log->relay.started) in intel_guc_log_handle_flush_event()
/Linux-v6.6/Documentation/networking/
Dcan_ucan_protocol.rst175 stopped START started
176 started STOP or RESET stopped
178 started RESTART started
308 the driver is always interested. Hence, the device is always started with
317 - Bus OFF recovery is started by ``UCAN_COMMAND_RESTART``
/Linux-v6.6/arch/arm/common/
DbL_switcher.c263 struct completion started; member
278 complete(&t->started); in bL_switcher_thread()
580 init_completion(&t->started); in bL_switcher_enable()
640 init_completion(&t->started); in bL_switcher_disable()
644 wait_for_completion(&t->started); in bL_switcher_disable()
/Linux-v6.6/drivers/devfreq/
Dtegra30-devfreq.c198 bool started; member
548 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_resume()
603 if (!tegra->started) { in tegra_actmon_start()
604 tegra->started = true; in tegra_actmon_start()
608 tegra->started = false; in tegra_actmon_start()
616 if (!tegra->devfreq->profile->polling_ms || !tegra->started) in tegra_actmon_pause()
634 tegra->started = false; in tegra_actmon_stop()
/Linux-v6.6/Documentation/admin-guide/nfs/
Dnfsd-admin-interfaces.rst11 The server is always started by the first write of a nonzero value to
22 If nfsd is started without doing any of these, then it will create one
/Linux-v6.6/drivers/soc/fsl/qbman/
Dqman_test_stash.c87 atomic_t started; member
94 atomic_inc(&bstrap->started); in bstrap_fn()
109 .started = ATOMIC_INIT(0) in on_all_cpus()
125 while (!atomic_read(&bstrap.started)) in on_all_cpus()
/Linux-v6.6/Documentation/driver-api/media/drivers/
Dpxa_camera.rst24 b) QCI started
25 More buffers can be queued while the QCI is started without halting the
92 Once a first buffer is queued for capture, the QCI is started, but data
93 transfer is not started. On "End Of Frame" interrupt, the irq handler
/Linux-v6.6/drivers/net/phy/
Dsfp-bus.c32 bool started; member
473 if (bus->started) in sfp_register_bus()
485 if (bus->started) in sfp_unregister_bus()
561 bus->started = true; in sfp_upstream_start()
578 bus->started = false; in sfp_upstream_stop()
/Linux-v6.6/drivers/gpu/drm/i915/selftests/
Di915_sw_fence.c507 struct completion started; member
516 complete(&ipc->started); in task_ipc()
546 init_completion(&ipc.started); in test_ipc()
552 wait_for_completion(&ipc.started); in test_ipc()
/Linux-v6.6/drivers/usb/gadget/udc/
Dcore.c59 bool started; member
712 if (gadget->deactivated || !gadget->udc->allow_connect || !gadget->udc->started) { in usb_gadget_connect_locked()
768 if (gadget->deactivated || !gadget->udc->started) { in usb_gadget_disconnect_locked()
1211 if (udc->started) { in usb_gadget_udc_start_locked()
1218 udc->started = true; in usb_gadget_udc_start_locked()
1239 if (!udc->started) { in usb_gadget_udc_stop_locked()
1245 udc->started = false; in usb_gadget_udc_stop_locked()
1398 udc->started = false; in usb_add_gadget()
/Linux-v6.6/drivers/gpu/drm/renesas/shmobile/
Dshmob_drm_crtc.h31 bool started; member
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-iio-cdc-ad77469 calibscale_calibration then started. For calibbias see

12345678910>>...15