| /linux/Documentation/watchdog/ |
| H A 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 137 Watchdog cannot be stopped once started 152 Watchdog cannot be stopped once started 158 Watchdog cannot be stopped once started [all …]
|
| /linux/tools/virtio/ |
| H A D | vhost_net_test.c | 36 long started; member 284 long started_before = vq->started; in run_tx_test() 289 while (vq->started < bufs && in run_tx_test() 290 (vq->started - vq->completed) < 1) { in run_tx_test() 293 dev->test_buf + vq->started, in run_tx_test() 298 ++vq->started; in run_tx_test() 306 if (vq->started >= bufs) in run_tx_test() 322 if (vq->completed == completed_before && vq->started == started_before) in run_tx_test() 326 assert(vq->started <= bufs); in run_tx_test() 338 printf("TX spurious wakeups: 0x%llx started=0x%lx completed=0x%lx\n", in run_tx_test() [all …]
|
| H A D | virtio_test.c | 173 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/drivers/net/wireless/ath/wil6210/ |
| H A D | p2p.c | 180 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 …]
|
| /linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
| H A D | virtual-memory.json | 13 … number of core cycles for all the page walks. The cycles for page walks started in speculative pa… 22 … of core cycles for all the D-side page walks. The cycles for page walks started in speculative pa… 30 …": "Counts the total D-side page walks that are completed or started. The page walks started in th… 39 … of core cycles for all the I-side page walks. The cycles for page walks started in speculative pa…
|
| /linux/Documentation/driver-api/rapidio/ |
| H A D | rapidio.rst | 128 (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/drivers/scsi/isci/ |
| H A D | request.h | 103 * - 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.
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | waiting.sh | 6 # 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
|
| /linux/drivers/md/dm-vdo/ |
| H A D | admin-state.c | 152 * @operation The operation to be started. 155 * started in the current state. 192 * started with vdo_start_operation(). For operations which were started with vdo_start_draining(), 216 * begin_operation() - Begin an operation if it may be started given the current state. 261 * start_operation() - Start an operation if it may be started given the current state. 265 * Return: true if the operation was started. 483 * Return: VDO_SUCCESS if the operation was started, VDO_INVALID_ADMIN_STATE if not 496 * Return: VDO_SUCCESS if the operation was started, VDO_INVALID_ADMIN_STATE if not
|
| /linux/drivers/watchdog/ |
| H A D | s32g_wdt.c | 44 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 55 "Watchdog is started on module insertion (default=false)"); 122 * counter is enabled. In case the watchdog is already started in s32g_wdt_set_timeout() 123 * it must be stopped and started again to update the timeout in s32g_wdt_set_timeout() 177 * watchdog should not be started. in s32g_wdt_init() 273 * As soon as the watchdog is started, there is no way to stop in s32g_wdt_probe()
|
| /linux/drivers/firmware/imx/ |
| H A D | sm-cpu.c | 39 int scmi_imx_cpu_started(u32 cpuid, bool *started) in scmi_imx_cpu_started() argument 44 if (!started) in scmi_imx_cpu_started() 47 return imx_cpu_ops->cpu_started(ph, cpuid, started); in scmi_imx_cpu_started()
|
| /linux/include/uapi/linux/ |
| H A D | nitro_enclaves.h | 59 * is started. 78 * (init = before being started). 94 * an enclave is started. 103 * before being started). 117 * before an enclave is started. 132 * (init = before being started). 169 * (init = before being started).
|
| /linux/tools/perf/pmu-events/arch/x86/silvermont/ |
| H A D | virtual-memory.json | 36 …"PublicDescription": "This event counts when a data (D) page walk is completed or started. Since … 55 …n": "This event counts when an instruction (I) page walk is completed or started. Since a page wa… 65 …hen a data (D) page walk or an instruction (I) page walk is completed or started. Since a page wa…
|
| /linux/tools/virtio/ringtest/ |
| H A D | main.c | 110 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/include/linux/cdx/ |
| H A D | mcdi.h | 32 * @MCDI_STATE_QUEUED: Command not started and is waiting to run. 99 * @started: Jiffies this command was started at 120 unsigned long started; member
|
| /linux/Documentation/networking/ |
| H A D | can_ucan_protocol.rst | 175 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/Documentation/misc-devices/ |
| H A D | xilinx_sdfec.rst | 72 …current activate state of the core, for example, is the core bypassed or has the core been started. 116 - Start the SD-FEC core if not already started 140 …status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS` indicates the SD-FEC core has not STARTED 159 …status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS` indicates the SD-FEC core has not started 169 …status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS` indicates the SD-FEC core has not STARTED 188 …status>` filled by the ioctl :c:macro:`XSDFEC_GET_STATUS` indicates the SD-FEC core has not STARTED
|
| /linux/drivers/firmware/arm_scmi/vendors/imx/ |
| H A D | imx-sm-cpu.c | 140 bool *started) in scmi_imx_cpu_started() argument 147 if (!started) in scmi_imx_cpu_started() 150 *started = false; in scmi_imx_cpu_started() 166 *started = true; in scmi_imx_cpu_started()
|
| /linux/drivers/input/serio/ |
| H A D | hyperv-keyboard.c | 96 spinlock_t lock; /* protects 'started' field */ 97 bool started; member 150 if (kbd_dev->started) { in hv_kbd_on_receive() 298 kbd_dev->started = true; in hv_kbd_start() 309 kbd_dev->started = false; in hv_kbd_stop()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | funnel-requestqueue.c | 60 /* True if the worker was started */ 61 bool started; member 229 queue->started = true; in uds_make_request_queue() 271 if (queue->started) { in uds_request_queue_finish()
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfsd-admin-interfaces.rst | 11 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/tools/testing/selftests/arm64/fp/ |
| H A D | fp-stress.c | 321 ksft_print_msg("Started %s\n", child->name); in start_fpsimd() 334 ksft_print_msg("Started %s\n", child->name); in start_kernel() 351 ksft_print_msg("Started %s\n", child->name); in start_sve() 368 ksft_print_msg("Started %s\n", child->name); in start_ssve() 385 ksft_print_msg("Started %s\n", child->name); in start_za() 398 ksft_print_msg("Started %s\n", child->name); in start_zt() 572 * All children started, close the startup pipe and let them in main()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base_device.py | 307 self.started = False 334 return self._kernel_is_ready.is_ready().is_ready and self.started 345 if not self.kernel_is_ready or not self.started: 399 self.started = True 402 self.started = False
|
| /linux/drivers/media/platform/raspberrypi/pisp_be/ |
| H A D | pisp_be.c | 222 bool hw_busy; /* non-zero if a job is queued or is being started */ 226 u8 done, started; member 631 u8 started, done; in pispbe_isr() local 641 started = (uint8_t)(u >> 8); in pispbe_isr() 644 * Be aware that done can go up by 2 and started by 1 when: a job that in pispbe_isr() 654 if (pispbe->started != started) { in pispbe_isr() 655 pispbe->started++; in pispbe_isr() 668 if (pispbe->done != done || pispbe->started != started) { in pispbe_isr() 670 "Job counters not matching: done = %u, expected %u - started = %u, expected %u\n", in pispbe_isr() 671 pispbe->done, done, pispbe->started, started); in pispbe_isr() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-encoder-cmd.rst | 58 started yet. Applies to both queues of mem2mem encoders. 125 - Pause the encoder. When the encoder has not been started yet, the 132 been started yet, the driver will return an ``EPERM`` error code. When
|