Home
last modified time | relevance | path

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

12345678910>>...159

/Linux-v5.10/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.10/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.10/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.10/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.10/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, bool first) in set_next_task_stop() argument
34 stop->se.exec_start = rq_clock_task(rq); in set_next_task_stop()
42 set_next_task_stop(rq, rq->stop, true); in pick_next_task_stop()
43 return rq->stop; in pick_next_task_stop()
60 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop()
110 * Simple, special scheduling class for the per-CPU stop tasks:
/Linux-v5.10/arch/powerpc/lib/
Dpmem.c12 static inline void __clean_pmem_range(unsigned long start, unsigned long stop) in __clean_pmem_range() argument
17 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __clean_pmem_range()
24 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range() argument
29 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __flush_pmem_range()
36 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range() argument
39 return __clean_pmem_range(start, stop); in clean_pmem_range()
42 static inline void flush_pmem_range(unsigned long start, unsigned long stop) in flush_pmem_range() argument
45 return __flush_pmem_range(start, stop); in flush_pmem_range()
/Linux-v5.10/arch/powerpc/include/asm/
Dcacheflush.h29 void flush_icache_range(unsigned long start, unsigned long stop);
45 * @stop: the stop address (exclusive)
47 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() argument
52 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in flush_dcache_range()
69 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range() argument
74 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in clean_dcache_range()
88 unsigned long stop) in invalidate_dcache_range() argument
93 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in invalidate_dcache_range()
/Linux-v5.10/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.10/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) { 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) { 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.10/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.10/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.10/drivers/i2c/busses/
Di2c-hix5hd2.c85 int stop; member
179 dev_dbg(priv->dev, "%s: rw and send stop over\n", __func__); in hix5hd2_rw_over()
189 if (priv->stop) { in hix5hd2_rw_handle_stop()
259 goto stop; in hix5hd2_i2c_irq()
265 goto stop; in hix5hd2_i2c_irq()
274 goto stop; in hix5hd2_i2c_irq()
285 stop: in hix5hd2_i2c_irq()
299 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) in hix5hd2_i2c_message_start() argument
315 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg() argument
323 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 */
171 * STOP condition is detected after the address phase in uniphier_fi2c_interrupt()
173 * To avoid time-out error, we issue STOP here, in uniphier_fi2c_interrupt()
181 goto stop; in uniphier_fi2c_interrupt()
225 stop: in uniphier_fi2c_interrupt()
315 bool stop) in uniphier_fi2c_master_xfer_one() argument
[all …]
/Linux-v5.10/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.10/drivers/remoteproc/
Dqcom_q6v5.c41 * qcom_q6v5_unprepare() - unprepare the qcom_q6v5 context after stop
60 /* Sometimes the stop triggers a watchdog rather than a stop-ack */ in q6v5_wdog_interrupt()
147 * qcom_q6v5_request_stop() - request the remote processor to stop
170 * qcom_q6v5_panic() - panic handler to invoke a stop on the remote
173 * Set the stop bit and sleep in order to allow the remote processor to flush
264 q6v5->stop_irq = platform_get_irq_byname(pdev, "stop-ack"); in qcom_q6v5_init()
271 "q6v5 stop", q6v5); in qcom_q6v5_init()
273 dev_err(&pdev->dev, "failed to acquire stop-ack IRQ\n"); in qcom_q6v5_init()
277 q6v5->state = qcom_smem_state_get(&pdev->dev, "stop", &q6v5->stop_bit); in qcom_q6v5_init()
279 dev_err(&pdev->dev, "failed to acquire stop state\n"); in qcom_q6v5_init()
/Linux-v5.10/Documentation/devicetree/bindings/net/can/
Dfsl,flexcan.yaml76 fsl,stop-mode:
78 Register bits of stop mode control.
83 req_gpr is the gpr register offset of CAN stop request.
84 req_bit is the bit offset of CAN stop request.
89 - description: The 'req_gpr' is the gpr register offset of CAN stop request.
91 - description: The 'req_bit' is the bit offset of CAN stop request.
138 fsl,stop-mode = <&gpr 0x34 28>;
/Linux-v5.10/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.10/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.10/kernel/
Dstatic_call.c91 struct static_call_site *stop) in static_call_sort_entries() argument
93 sort(start, stop - start, sizeof(struct static_call_site), in static_call_sort_entries()
120 struct static_call_site *site, *stop; in __static_call_update() local
160 stop = __stop_static_call_sites; in __static_call_update()
164 stop = mod->static_call_sites + in __static_call_update()
170 site < stop && static_call_key(site) == key; site++) { in __static_call_update()
203 struct static_call_site *stop) in __static_call_init() argument
209 if (start == stop) in __static_call_init()
212 static_call_sort_entries(start, stop); in __static_call_init()
214 for (site = start; site < stop; site++) { in __static_call_init()
[all …]
/Linux-v5.10/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()
65 if (prod->stop) in __disconnect()
66 prod->stop(prod); in __disconnect()
67 if (cons->stop) in __disconnect()
68 cons->stop(cons); in __disconnect()
/Linux-v5.10/Documentation/devicetree/bindings/remoteproc/
Dqcom,adsp.txt54 must be "wdog", "fatal", "ready", "handover", "stop-ack"
58 must be "wdog", "fatal", "ready", "handover", "stop-ack",
140 Definition: must be "stop"
166 "stop-ack";
176 qcom,smem-state-names = "stop";
200 "stop-ack";
211 qcom,smem-state-names = "stop";
/Linux-v5.10/kernel/power/
Dswap.c548 ktime_t stop; in save_image() local
573 stop = ktime_get(); in save_image()
578 swsusp_show_speed(start, stop, nr_to_write, "Wrote"); in save_image()
588 atomic_t stop; /* ready to stop flag */ member
610 atomic_set(&d->stop, 1); in crc32_threadfn()
619 atomic_set(&d->stop, 1); in crc32_threadfn()
630 atomic_t stop; /* ready to stop flag */ member
654 atomic_set(&d->stop, 1); in lzo_compress_threadfn()
663 atomic_set(&d->stop, 1); in lzo_compress_threadfn()
685 ktime_t stop; in save_image_lzo() local
[all …]
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/
Dkvm-build.sh14 echo "kvm-build.sh early exit due to run STOP request"
46 … 0 || grep "rcu[^/]*": < $resdir/Make.out | egrep -q "Stop|Error|error:|warning:" || egrep -q "Sto…
49 egrep "Stop|Error|error:|warning:" < $resdir/Make.out

12345678910>>...159