Home
last modified time | relevance | path

Searched full:stop (Results 1 – 25 of 3749) sorted by relevance

12345678910>>...150

/Linux-v5.4/tools/testing/selftests/ptrace/
Dget_syscall_info.c149 LOG_KILL_TRACEE("unexpected signal stop"); in TEST()
161 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
164 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
167 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
170 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
173 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
189 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
192 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
195 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
198 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
[all …]
/Linux-v5.4/net/netfilter/
Dnf_conntrack_h323_types.c717 {FNAME("mediaControlGuaranteedDelivery") BOOL, FIXD, 0, 0, STOP | OPT,
719 {FNAME("silenceSuppression") BOOL, FIXD, 0, 0, STOP | OPT, 0, NULL},
720 {FNAME("destination") SEQ, 0, 2, 2, STOP | EXT | OPT, 0, NULL},
721 {FNAME("dynamicRTPPayloadType") INT, 5, 96, 0, STOP | OPT, 0, NULL},
722 {FNAME("mediaPacketization") CHOICE, 0, 1, 2, STOP | EXT | OPT, 0,
724 {FNAME("transportCapability") SEQ, 3, 3, 3, STOP | EXT | OPT, 0,
726 {FNAME("redundancyEncoding") SEQ, 1, 2, 2, STOP | EXT | OPT, 0, NULL},
828 {FNAME("encryptionSync") SEQ, 2, 4, 4, STOP | EXT | OPT, 0, NULL},
872 {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL},
1355 {FNAME("nonStandard") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
[all …]
/Linux-v5.4/include/trace/events/
Dmmc.h52 __entry->stop_opcode = mrq->stop ? mrq->stop->opcode : 0;
53 __entry->stop_arg = mrq->stop ? mrq->stop->arg : 0;
54 __entry->stop_flags = mrq->stop ? mrq->stop->flags : 0;
55 __entry->stop_retries = mrq->stop ? mrq->stop->retries : 0;
136 __entry->stop_opcode = mrq->stop ? mrq->stop->opcode : 0;
137 __entry->stop_err = mrq->stop ? mrq->stop->error : 0;
138 __entry->stop_resp[0] = mrq->stop ? mrq->stop->resp[0] : 0;
139 __entry->stop_resp[1] = mrq->stop ? mrq->stop->resp[1] : 0;
140 __entry->stop_resp[2] = mrq->stop ? mrq->stop->resp[2] : 0;
141 __entry->stop_resp[3] = mrq->stop ? mrq->stop->resp[3] : 0;
[all …]
/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y281 stop("Prefix multiply defined",
285 stop("Unable to record prefix", EX_SOFTWARE);
293 stop("Patch argument list multiply defined",
297 stop("Unable to record patch arg list", EX_SOFTWARE);
314 stop("Register multiply defined", EX_DATAERR);
393 stop("SCB or SRAM space exhausted", EX_DATAERR);
441 stop("Valid register modes range between 0 and 4.",
454 stop("Only \"const\" symbols allowed in "
459 stop("Valid register modes range between 0 and 4.",
536 stop("Re-definition of register alias",
[all …]
Daicasm_macro_gram.y92 stop("Too few arguments for macro invocation",
114 stop("Comma without preceding argument in arg list",
132 stop("Invalid current symbol for adding macro arg",
147 stop("Too many arguments for macro invocation", EX_DATAERR);
152 stop("Unable to replicate replacement text", EX_SOFTWARE);
160 stop(string, EX_DATAERR); in mmerror()
Daicasm.c162 stop("-d: Assembler not built with debugging " in main()
173 stop(NULL, EX_CANTCREAT); in main()
189 stop(NULL, EX_CANTCREAT); in main()
197 stop(NULL, EX_CANTCREAT); in main()
204 stop(NULL, EX_CANTCREAT); in main()
234 stop(NULL, EX_OSERR); in main()
239 stop(NULL, EX_OSERR); in main()
277 stop("Unterminated conditional expression", EX_DATAERR); in main()
302 stop(NULL, 0); in main()
337 stop(buf, EX_DATAERR); in back_patch()
[all …]
/Linux-v5.4/kernel/sched/
Dstop_task.c3 * stop-task scheduling class.
5 * The stop task is the highest priority task in the system, it preempts
16 return task_cpu(p); /* stop tasks as never migrate */ in select_task_rq_stop()
32 static void set_next_task_stop(struct rq *rq, struct task_struct *stop) in set_next_task_stop() argument
34 stop->se.exec_start = rq_clock_task(rq); in set_next_task_stop()
45 set_next_task_stop(rq, rq->stop); in pick_next_task_stop()
46 return rq->stop; in pick_next_task_stop()
63 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop()
119 * Simple, special scheduling class for the per-CPU stop tasks:
/Linux-v5.4/include/linux/sched/
Djobctl.h12 #define JOBCTL_STOP_SIGMASK 0xffff /* signr of the last group stop */
14 #define JOBCTL_STOP_DEQUEUED_BIT 16 /* stop signal dequeued */
15 #define JOBCTL_STOP_PENDING_BIT 17 /* task should stop for group stop */
16 #define JOBCTL_STOP_CONSUME_BIT 18 /* consume group stop count */
17 #define JOBCTL_TRAP_STOP_BIT 19 /* trap for STOP */
/Linux-v5.4/Documentation/devicetree/bindings/net/can/
Dfsl-flexcan.txt27 - fsl,stop-mode: register bits of stop mode control, the format is
30 req_gpr is the gpr register offset of CAN stop request.
31 req_bit is the bit offset of CAN stop request.
32 ack_gpr is the gpr register offset of CAN stop acknowledge.
33 ack_bit is the bit offset of CAN stop acknowledge.
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-hmi.c44 "RegFile core check stop" }, in print_core_checkstop_reason()
45 { CORE_CHECKSTOP_IFU_LOGIC, "IFU", "Logic core check stop" }, in print_core_checkstop_reason()
49 "RegFile core check stop (mapper error)" }, in print_core_checkstop_reason()
50 { CORE_CHECKSTOP_ISU_LOGIC, "ISU", "Logic core check stop" }, in print_core_checkstop_reason()
51 { CORE_CHECKSTOP_FXU_LOGIC, "FXU", "Logic core check stop" }, in print_core_checkstop_reason()
52 { CORE_CHECKSTOP_VSU_LOGIC, "VSU", "Logic core check stop" }, in print_core_checkstop_reason()
56 "RegFile core check stop" }, in print_core_checkstop_reason()
59 { CORE_CHECKSTOP_LSU_LOGIC, "LSU", "Logic core check stop" }, in print_core_checkstop_reason()
60 { CORE_CHECKSTOP_PC_LOGIC, "PC", "Logic core check stop" }, in print_core_checkstop_reason()
62 "Hypervisor Resource error - core check stop" }, in print_core_checkstop_reason()
[all …]
/Linux-v5.4/drivers/media/pci/cobalt/
Dcobalt-i2c.c45 /* I2C stop condition */
65 /* Busy, I2C bus busy (as defined by start / stop bits) */
108 struct i2c_adapter *adap, bool start, bool stop, in cobalt_tx_bytes() argument
125 } else if (i == len - 1 && stop != 0) { in cobalt_tx_bytes()
126 /* Write + Stop */ in cobalt_tx_bytes()
166 struct i2c_adapter *adap, bool start, bool stop, in cobalt_rx_bytes() argument
180 } else if (i == len - 1 && stop != 0) { in cobalt_rx_bytes()
181 /* Read + Stop */ in cobalt_rx_bytes()
218 /* Generate stop condition on i2c bus.
219 * The m00018 stop isn't doing the right thing (wrong timing).
[all …]
/Linux-v5.4/drivers/net/wireless/ti/wl18xx/
Dscan.c201 /* don't stop scanning automatically when something is found */ in wl18xx_scan_sched_scan_config()
299 struct wl18xx_cmd_scan_stop *stop; in __wl18xx_scan_stop() local
302 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in __wl18xx_scan_stop()
304 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in __wl18xx_scan_stop()
305 if (!stop) { in __wl18xx_scan_stop()
306 wl1271_error("failed to alloc memory to send sched scan stop"); in __wl18xx_scan_stop()
310 stop->role_id = wlvif->role_id; in __wl18xx_scan_stop()
311 stop->scan_type = scan_type; in __wl18xx_scan_stop()
313 ret = wl1271_cmd_send(wl, CMD_STOP_SCAN, stop, sizeof(*stop), 0); in __wl18xx_scan_stop()
315 wl1271_error("failed to send sched scan stop command"); in __wl18xx_scan_stop()
[all …]
/Linux-v5.4/drivers/i2c/busses/
Di2c-hix5hd2.c87 int stop; member
181 dev_dbg(priv->dev, "%s: rw and send stop over\n", __func__); in hix5hd2_rw_over()
191 if (priv->stop) { in hix5hd2_rw_handle_stop()
261 goto stop; in hix5hd2_i2c_irq()
267 goto stop; in hix5hd2_i2c_irq()
276 goto stop; in hix5hd2_i2c_irq()
287 stop: in hix5hd2_i2c_irq()
301 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) in hix5hd2_i2c_message_start() argument
317 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg() argument
325 priv->stop = stop; in hix5hd2_i2c_xfer_msg()
[all …]
Di2c-uniphier-f.c17 #define UNIPHIER_FI2C_CR_STO BIT(1) /* stop condition */
26 #define UNIPHIER_FI2C_SSUT 0x18 /* restart/stop setup time control */
33 #define UNIPHIER_FI2C_INT_TC BIT(7) /* send complete (STOP) */
34 #define UNIPHIER_FI2C_INT_RC BIT(6) /* receive complete (STOP) */
41 #define UNIPHIER_FI2C_SR_STS BIT(11) /* stop condition detected */
173 * STOP condition is detected after the address phase in uniphier_fi2c_interrupt()
175 * To avoid time-out error, we issue STOP here, in uniphier_fi2c_interrupt()
183 goto stop; in uniphier_fi2c_interrupt()
227 stop: in uniphier_fi2c_interrupt()
317 bool stop) in uniphier_fi2c_master_xfer_one() argument
[all …]
/Linux-v5.4/samples/mic/mpssd/
Dmpss17 # Required-Stop:
93 stop() function
132 stop
157 stop
172 stop)
173 stop
185 echo $"Usage: $0 {start|stop|restart|status|unload}"
/Linux-v5.4/arch/arm/kernel/
Dunwind.c99 * origin = first entry with positive offset (or stop if there is no such entry)
100 * stop - 1 = last entry
105 const struct unwind_idx *stop) in search_index() argument
110 __func__, addr, start, origin, stop); in search_index()
118 stop = origin; in search_index()
120 /* positive offsets: [origin; stop) */ in search_index()
126 while (start < stop - 1) { in search_index()
127 const struct unwind_idx *mid = start + ((stop - start) >> 1); in search_index()
135 stop = mid; in search_index()
153 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin() argument
[all …]
/Linux-v5.4/include/linux/platform_data/
Di2c-pxa.h31 * 11. SSDIE 0 (Disables interrupts from a slave stop detected, in slave mode)
38 * 4. MA 0 (Only send stop with the ICR stop bit)
41 * 1. STOP 0 (Do not send a STOP)
54 * 4. SSD 1 (Clear Slave Stop Detected)
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dspu_restore_crt0.S82 * terminates with 'stop SPU_RESTORE_COMPLETE',
87 * following the 'stop 0x3ffc' have been modified at run
96 stop SPU_RESTORE_COMPLETE
97 stop 0
98 stop 0
99 stop 0
/Linux-v5.4/drivers/net/wireless/ti/wl12xx/
Dscan.c185 wl1271_debug(DEBUG_CMD, "cmd scan stop"); in wl12xx_scan_stop()
332 /* don't stop scanning automatically when something is found */ in wl1271_scan_sched_scan_config()
462 struct wl1271_cmd_sched_scan_stop *stop; in wl12xx_scan_sched_scan_stop() local
465 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in wl12xx_scan_sched_scan_stop()
467 /* FIXME: what to do if alloc'ing to stop fails? */ in wl12xx_scan_sched_scan_stop()
468 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in wl12xx_scan_sched_scan_stop()
469 if (!stop) { in wl12xx_scan_sched_scan_stop()
470 wl1271_error("failed to alloc memory to send sched scan stop"); in wl12xx_scan_sched_scan_stop()
474 stop->role_id = wlvif->role_id; in wl12xx_scan_sched_scan_stop()
475 stop->tag = WL1271_SCAN_DEFAULT_TAG; in wl12xx_scan_sched_scan_stop()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/remoteproc/
Dqcom,adsp.txt36 must be "wdog", "fatal", "ready", "handover", "stop-ack"
38 must be "wdog", "fatal", "ready", "handover", "stop-ack",
84 Definition: must be "stop"
110 "stop-ack";
120 qcom,smem-state-names = "stop";
144 "stop-ack";
155 qcom,smem-state-names = "stop";
/Linux-v5.4/drivers/remoteproc/
Dqcom_q6v5.c39 * qcom_q6v5_unprepare() - unprepare the qcom_q6v5 context after stop
58 /* Sometimes the stop triggers a watchdog rather than a stop-ack */ in q6v5_wdog_interrupt()
145 * qcom_q6v5_request_stop() - request the remote processor to stop
242 q6v5->stop_irq = platform_get_irq_byname(pdev, "stop-ack"); in qcom_q6v5_init()
249 "q6v5 stop", q6v5); in qcom_q6v5_init()
251 dev_err(&pdev->dev, "failed to acquire stop-ack IRQ\n"); in qcom_q6v5_init()
255 q6v5->state = qcom_smem_state_get(&pdev->dev, "stop", &q6v5->stop_bit); in qcom_q6v5_init()
257 dev_err(&pdev->dev, "failed to acquire stop state\n"); in qcom_q6v5_init()
/Linux-v5.4/virt/lib/
Dirqbypass.c35 if (prod->stop) in __connect()
36 prod->stop(prod); in __connect()
37 if (cons->stop) in __connect()
38 cons->stop(cons); in __connect()
61 if (prod->stop) in __disconnect()
62 prod->stop(prod); in __disconnect()
63 if (cons->stop) in __disconnect()
64 cons->stop(cons); in __disconnect()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-encoder-cmd.rst55 currently only used by the STOP command and contains one bit: If the
57 until the end of the current *Group Of Pictures*, otherwise it will stop
62 started yet. After a STOP command, :ref:`read() <func-read>` calls will read
68 call of a streaming file descriptor sends an implicit immediate STOP to
114 - Stop the encoder. When the ``V4L2_ENC_CMD_STOP_AT_GOP_END`` flag
116 Of Pictures*, otherwise encoding will stop immediately. When the
152 - Stop encoding at the end of the current *Group Of Pictures*,
/Linux-v5.4/kernel/power/
Dswap.c540 ktime_t stop; in save_image() local
564 stop = ktime_get(); in save_image()
569 swsusp_show_speed(start, stop, nr_to_write, "Wrote"); in save_image()
579 atomic_t stop; /* ready to stop flag */ member
601 atomic_set(&d->stop, 1); in crc32_threadfn()
610 atomic_set(&d->stop, 1); in crc32_threadfn()
621 atomic_t stop; /* ready to stop flag */ member
645 atomic_set(&d->stop, 1); in lzo_compress_threadfn()
654 atomic_set(&d->stop, 1); in lzo_compress_threadfn()
676 ktime_t stop; in save_image_lzo() local
[all …]
/Linux-v5.4/drivers/video/fbdev/
Dep93xx-fb.c230 unsigned int vlines_total, hclks_total, start, stop; in ep93xxfb_set_timing() local
242 stop = vlines_total - info->var.vsync_len; in ep93xxfb_set_timing()
243 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VSYNC); in ep93xxfb_set_timing()
246 stop = info->var.lower_margin - 1; in ep93xxfb_set_timing()
247 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VBLANK); in ep93xxfb_set_timing()
248 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VACTIVE); in ep93xxfb_set_timing()
251 stop = vlines_total + 1; in ep93xxfb_set_timing()
252 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VCLK); in ep93xxfb_set_timing()
255 stop = hclks_total - info->var.hsync_len; in ep93xxfb_set_timing()
256 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_HSYNC); in ep93xxfb_set_timing()
[all …]

12345678910>>...150