Home
last modified time | relevance | path

Searched full:started (Results 1 – 25 of 3833) sorted by relevance

12345678910>>...154

/kernel/linux/linux-6.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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dp2p.c180 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local
184 /* discovery not really started, only pending */ in wil_p2p_stop_discovery()
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()
216 wil_err(wil, "listen not started\n"); 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()
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
Dp2p.c180 u8 started = p2p->discovery_started; in wil_p2p_stop_discovery() local
184 /* discovery not really started, only pending */ in wil_p2p_stop_discovery()
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()
216 wil_err(wil, "listen not started\n"); 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()
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/knightslanding/
Dvirtual-memory.json12 … number of core cycles for all the page walks. The cycles for page walks started in speculative pa…
20 … of core cycles for all the D-side page walks. The cycles for page walks started in speculative pa…
27 …": "Counts the total D-side page walks that are completed or started. The page walks started in th…
35 … of core cycles for all the I-side page walks. The cycles for page walks started in speculative pa…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/knightslanding/
Dvirtual-memory.json18 …": "Counts the total D-side page walks that are completed or started. The page walks started in th…
27 … of core cycles for all the D-side page walks. The cycles for page walks started in speculative pa…
45 … of core cycles for all the I-side page walks. The cycles for page walks started in speculative pa…
63 … number of core cycles for all the page walks. The cycles for page walks started in speculative pa…
/kernel/linux/linux-6.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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/net/mac80211/
Doffchannel.c203 if (!roc->started) in ieee80211_end_finished_rocs()
242 roc->started = true; in ieee80211_handle_roc_started()
268 if (!roc->started) in ieee80211_hw_roc_start()
304 if (WARN_ON(roc->started)) in _ieee80211_start_next_roc()
336 tmp->started = true; in _ieee80211_start_next_roc()
347 tmp->started = true; in _ieee80211_start_next_roc()
352 * treat it as though the ROC operation started properly, so in _ieee80211_start_next_roc()
394 /* defer roc if driver is not started (i.e. during reconfig) */ in ieee80211_start_next_roc()
401 if (WARN_ON_ONCE(roc->started)) in ieee80211_start_next_roc()
428 if (!roc->started) { in __ieee80211_roc_work()
[all …]
Ddriver-ops.c16 if (WARN_ON(local->started)) in drv_start()
20 local->started = true; in drv_start()
27 local->started = false; in drv_start()
36 if (WARN_ON(!local->started)) in drv_stop()
43 /* sync away all work on the tasklet before clearing started */ in drv_stop()
49 local->started = false; in drv_stop()
/kernel/linux/linux-6.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()
354 * treat it as though the ROC operation started properly, so in _ieee80211_start_next_roc()
396 /* defer roc if driver is not started (i.e. during reconfig) */ 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()
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.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 …]
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
Dwaiting.sh6 # Wait for PID $1 to have $2 number of threads started
27 # It depends on capturing perf record debug message "perf record has started"
32 echo "Waiting for \"perf record has started\" message"
35 if grep -q "perf record has started" "$2" ; then
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Dia_css_control.h84 /* @brief Test whether the ISP has started.
86 * @return Boolean flag true if the ISP has started or false otherwise.
88 * Temporary function to poll whether the ISP has been started. Once it has,
89 * the sensor can also be started. */
116 * All threads will be started and blocked by semaphore. This function should
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dia_css_control.h84 /* @brief Test whether the ISP has started.
86 * @return Boolean flag true if the ISP has started or false otherwise.
88 * Temporary function to poll whether the ISP has been started. Once it has,
89 * the sensor can also be started. */
116 * All threads will be started and blocked by semaphore. This function should
/kernel/linux/linux-5.10/drivers/scsi/isci/
Drequest.h103 * - TMF requests are completed in the thread that started them;
166 * @SCI_REQ_STARTED: This state indicates that the request has been started.
202 * the started raw task management request is waiting for the transmission of
205 * @SCI_REQ_TASK_WAIT_TC_RESP: This sub-state indicates that the started task
209 * @SCI_REQ_SMP_WAIT_RESP: This sub-state indicates that the started task
214 * the started SMP request is waiting for the transmission of the initial frame
218 * This state is entered from the STARTED state. This state is entered from the
223 * state. This state is entered from the STARTED state.
/kernel/linux/linux-6.6/drivers/scsi/isci/
Drequest.h103 * - TMF requests are completed in the thread that started them;
166 * @SCI_REQ_STARTED: This state indicates that the request has been started.
202 * the started raw task management request is waiting for the transmission of
205 * @SCI_REQ_TASK_WAIT_TC_RESP: This sub-state indicates that the started task
209 * @SCI_REQ_SMP_WAIT_RESP: This sub-state indicates that the started task
214 * the started SMP request is waiting for the transmission of the initial frame
218 * This state is entered from the STARTED state. This state is entered from the
223 * state. This state is entered from the STARTED state.
/kernel/linux/linux-6.6/arch/riscv/kvm/
Dvcpu_pmu.c272 if (fevent->started) in kvm_riscv_vcpu_pmu_incr_fw()
367 /* Check if the counter was already started for some reason */ in kvm_riscv_vcpu_pmu_ctr_start()
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()
[all …]
/kernel/linux/linux-6.6/drivers/net/ipa/
Dipa_power.c67 spinlock_t spinlock; /* used with STOPPED/STARTED power flags */
247 * power flag is set. And if the queue is started, the STARTED flag is set.
248 * The queue is only started on resume if the STOPPED flag is set. And the
249 * queue is only started in ipa_start_xmit() if the STARTED flag is *not*
255 * the STARTED flag is *not* set. That flag is cleared if it was set.
276 * was restarted, the STARTED flag is set; this allows ipa_start_xmit()
294 /* This function clears the STARTED flag once the TX queue is operating */
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
Dvivid-kthread-touch.c85 /* Calculate the number of jiffies since we started streaming */ in vivid_thread_touch_cap()
95 * jiffies have passed since we started streaming reset the in vivid_thread_touch_cap()
110 * since we started, including the current buffer. in vivid_thread_touch_cap()
114 /* And the number of jiffies since we started */ in vivid_thread_touch_cap()
121 * in jiffies since we started streaming. in vivid_thread_touch_cap()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
Dvivid-kthread-touch.c90 /* Calculate the number of jiffies since we started streaming */ in vivid_thread_touch_cap()
100 * jiffies have passed since we started streaming reset the in vivid_thread_touch_cap()
117 * since we started, including the current buffer. in vivid_thread_touch_cap()
121 /* And the number of jiffies since we started */ in vivid_thread_touch_cap()
128 * in jiffies since we started streaming. in vivid_thread_touch_cap()
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/silvermont/
Dvirtual-memory.json13 …"PublicDescription": "This event counts when a data (D) page walk is completed or started. Since …
32 …n": "This event counts when an instruction (I) page walk is completed or started. Since a page wa…
51 …hen a data (D) page walk or an instruction (I) page walk is completed or started. Since a page wa…
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/silvermont/
Dvirtual-memory.json32 …"PublicDescription": "This event counts when a data (D) page walk is completed or started. Since …
49 …n": "This event counts when an instruction (I) page walk is completed or started. Since a page wa…
58 …hen a data (D) page walk or an instruction (I) page walk is completed or started. Since a page wa…
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
Diss_video.h56 /* The stream has been started on the input video node. */
58 /* The stream has been started on the output video node. */
64 /* The input entity is idle, ready to be started. */
66 /* The output entity is idle, ready to be started. */

12345678910>>...154