Home
last modified time | relevance | path

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

12345678910>>...213

/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/net/netfilter/
Dnf_conntrack_h323_types.c718 {FNAME("mediaControlGuaranteedDelivery") BOOL, FIXD, 0, 0, STOP | OPT,
720 {FNAME("silenceSuppression") BOOL, FIXD, 0, 0, STOP | OPT, 0, NULL},
721 {FNAME("destination") SEQ, 0, 2, 2, STOP | EXT | OPT, 0, NULL},
722 {FNAME("dynamicRTPPayloadType") INT, 5, 96, 0, STOP | OPT, 0, NULL},
723 {FNAME("mediaPacketization") CHOICE, 0, 1, 2, STOP | EXT | OPT, 0,
725 {FNAME("transportCapability") SEQ, 3, 3, 3, STOP | EXT | OPT, 0,
727 {FNAME("redundancyEncoding") SEQ, 1, 2, 2, STOP | EXT | OPT, 0, NULL},
829 {FNAME("encryptionSync") SEQ, 2, 4, 4, STOP | EXT | OPT, 0, NULL},
873 {FNAME("endpointIdentifier") BMPSTR, 7, 1, 0, STOP | OPT, 0, NULL},
1356 {FNAME("nonStandard") SEQ, 0, 1, 1, STOP | EXT, 0, NULL},
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/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()
29 struct task_struct *stop = rq->stop; in pick_next_task_stop() local
31 if (!stop || !task_on_rq_queued(stop)) in pick_next_task_stop()
36 stop->se.exec_start = rq_clock_task(rq); in pick_next_task_stop()
38 return stop; in pick_next_task_stop()
55 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop()
91 struct task_struct *stop = rq->stop; in set_curr_task_stop() local
93 stop->se.exec_start = rq_clock_task(rq); in set_curr_task_stop()
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y285 stop("Prefix multiply defined",
289 stop("Unable to record prefix", EX_SOFTWARE);
297 stop("Patch argument list multiply defined",
301 stop("Unable to record patch arg list", EX_SOFTWARE);
318 stop("Register multiply defined", EX_DATAERR);
397 stop("SCB or SRAM space exhausted", EX_DATAERR);
445 stop("Valid register modes range between 0 and 4.",
458 stop("Only \"const\" symbols allowed in "
463 stop("Valid register modes range between 0 and 4.",
540 stop("Re-definition of register alias",
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.10/kernel/sched/
Dstop_task.c3 * stop-task scheduling class.
5 * The stop task is the highest priority task in the system, it preempts
17 return task_cpu(p); /* stop tasks as never migrate */ in select_task_rq_stop()
33 static void set_next_task_stop(struct rq *rq, struct task_struct *stop, bool first) in set_next_task_stop() argument
35 stop->se.exec_start = rq_clock_task(rq); in set_next_task_stop()
43 set_next_task_stop(rq, rq->stop, true); in pick_next_task_stop()
44 return rq->stop; in pick_next_task_stop()
63 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop()
113 * Simple, special scheduling class for the per-CPU stop tasks:
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-4.19/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 */
/kernel/linux/linux-5.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 */
/kernel/linux/linux-5.10/kernel/
Dstatic_call.c96 struct static_call_site *stop) in static_call_sort_entries() argument
98 sort(start, stop - start, sizeof(struct static_call_site), in static_call_sort_entries()
125 struct static_call_site *site, *stop; in __static_call_update() local
166 stop = __stop_static_call_sites; in __static_call_update()
170 stop = mod->static_call_sites + in __static_call_update()
177 site < stop && static_call_key(site) == key; site++) { in __static_call_update()
211 struct static_call_site *stop) in __static_call_init() argument
217 if (start == stop) in __static_call_init()
220 static_call_sort_entries(start, stop); in __static_call_init()
222 for (site = start; site < stop; site++) { in __static_call_init()
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/arch/powerpc/platforms/powernv/
Dopal-hmi.c56 "RegFile core check stop" }, in print_core_checkstop_reason()
57 { CORE_CHECKSTOP_IFU_LOGIC, "IFU", "Logic core check stop" }, in print_core_checkstop_reason()
61 "RegFile core check stop (mapper error)" }, in print_core_checkstop_reason()
62 { CORE_CHECKSTOP_ISU_LOGIC, "ISU", "Logic core check stop" }, in print_core_checkstop_reason()
63 { CORE_CHECKSTOP_FXU_LOGIC, "FXU", "Logic core check stop" }, in print_core_checkstop_reason()
64 { CORE_CHECKSTOP_VSU_LOGIC, "VSU", "Logic core check stop" }, in print_core_checkstop_reason()
68 "RegFile core check stop" }, in print_core_checkstop_reason()
71 { CORE_CHECKSTOP_LSU_LOGIC, "LSU", "Logic core check stop" }, in print_core_checkstop_reason()
72 { CORE_CHECKSTOP_PC_LOGIC, "PC", "Logic core check stop" }, in print_core_checkstop_reason()
74 "Hypervisor Resource error - core check stop" }, in print_core_checkstop_reason()
[all …]
Didle.c32 /* Power ISA 3.0 allows for stop states 0x0 - 0xF */
43 * The default stop state that will be used by ppc_md.power_save
44 * function on platforms that support stop instruction.
51 * First deep stop state. Used to figure out when to save/restore
57 * psscr value and mask of the deepest stop idle state.
154 * state like sleep and winkle/stop. in pnv_alloc_idle_core_states()
194 * The stop-api is unable to restore hypervisor in pnv_alloc_idle_core_states()
205 * Use the default stop state for CPU-Hotplug in pnv_alloc_idle_core_states()
213 pr_warn("cpuidle-powernv: Offlined CPUs will stop with psscr = 0x%016llx\n", in pnv_alloc_idle_core_states()
394 * all other threads not to stop, and sending a message to any
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/drivers/i2c/busses/
Di2c-hix5hd2.c91 int stop; member
185 dev_dbg(priv->dev, "%s: rw and send stop over\n", __func__); in hix5hd2_rw_over()
195 if (priv->stop) { in hix5hd2_rw_handle_stop()
265 goto stop; in hix5hd2_i2c_irq()
271 goto stop; in hix5hd2_i2c_irq()
280 goto stop; in hix5hd2_i2c_irq()
291 stop: in hix5hd2_i2c_irq()
305 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) in hix5hd2_i2c_message_start() argument
321 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg() argument
329 priv->stop = stop; in hix5hd2_i2c_xfer_msg()
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dcacheflush.h68 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() argument
71 unsigned long size = stop - (unsigned long)addr + (L1_CACHE_BYTES - 1); in flush_dcache_range()
84 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range() argument
87 unsigned long size = stop - (unsigned long)addr + (L1_CACHE_BYTES - 1); in clean_dcache_range()
101 unsigned long stop) in invalidate_dcache_range() argument
104 unsigned long size = stop - (unsigned long)addr + (L1_CACHE_BYTES - 1); in invalidate_dcache_range()
114 extern void flush_dcache_range(unsigned long start, unsigned long stop);
115 extern void flush_inval_dcache_range(unsigned long start, unsigned long stop);
/kernel/linux/linux-4.19/drivers/net/wireless/ti/wl18xx/
Dscan.c215 /* don't stop scanning automatically when something is found */ in wl18xx_scan_sched_scan_config()
313 struct wl18xx_cmd_scan_stop *stop; in __wl18xx_scan_stop() local
316 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in __wl18xx_scan_stop()
318 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in __wl18xx_scan_stop()
319 if (!stop) { in __wl18xx_scan_stop()
320 wl1271_error("failed to alloc memory to send sched scan stop"); in __wl18xx_scan_stop()
324 stop->role_id = wlvif->role_id; in __wl18xx_scan_stop()
325 stop->scan_type = scan_type; in __wl18xx_scan_stop()
327 ret = wl1271_cmd_send(wl, CMD_STOP_SCAN, stop, sizeof(*stop), 0); in __wl18xx_scan_stop()
329 wl1271_error("failed to send sched scan stop command"); in __wl18xx_scan_stop()
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/remoteproc/
Dqcom,adsp.txt18 stop-ack IRQs
23 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
62 Definition: must be "stop"
88 "stop-ack";
98 qcom,smem-state-names = "stop";
122 "stop-ack";
133 qcom,smem-state-names = "stop";

12345678910>>...213