Home
last modified time | relevance | path

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

12345678910>>...186

/linux-6.12.1/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-6.12.1/tools/perf/pmu-events/arch/x86/ivytown/
Duncore-io.json87 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
97 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
107 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
117 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
127 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
137 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
147 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
157 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
167 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
177 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
[all …]
/linux-6.12.1/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-6.12.1/Documentation/images/
Dlogo.svg64 <stop
65 style="stop-color:#fefefc;stop-opacity:1;"
68 <stop
71 style="stop-color:#fefefc;stop-opacity:1" />
72 <stop
73 style="stop-color:#d4d4d4;stop-opacity:1"
79 <stop
80 style="stop-color:#fefefc;stop-opacity:1;"
83 <stop
86 style="stop-color:#fefefc;stop-opacity:1" />
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/broadwellde/
Duncore-io.json113 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
123 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
133 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
143 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
153 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
163 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
173 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
203 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
213 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
223 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/x86/broadwellx/
Duncore-io.json113 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
123 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
133 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
143 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
153 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
163 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
173 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
203 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
213 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
223 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
[all …]
/linux-6.12.1/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 …]
Dintel_ifs.h13 TP_PROTO(int batch, int start, int stop, u64 status),
15 TP_ARGS(batch, start, stop, status),
21 __field( u16, stop )
27 __entry->stop = stop;
31 TP_printk("batch: 0x%.2x, start: 0x%.4x, stop: 0x%.4x, status: 0x%.16llx",
34 __entry->stop,
/linux-6.12.1/tools/perf/pmu-events/arch/x86/haswellx/
Duncore-io.json113 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
123 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
133 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
143 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
153 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
163 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
193 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
203 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
213 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
223 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
[all …]
/linux-6.12.1/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y280 stop("Prefix multiply defined",
284 stop("Unable to record prefix", EX_SOFTWARE);
292 stop("Patch argument list multiply defined",
296 stop("Unable to record patch arg list", EX_SOFTWARE);
313 stop("Register multiply defined", EX_DATAERR);
392 stop("SCB or SRAM space exhausted", EX_DATAERR);
440 stop("Valid register modes range between 0 and 4.",
453 stop("Only \"const\" symbols allowed in "
458 stop("Valid register modes range between 0 and 4.",
535 stop("Re-definition of register alias",
[all …]
/linux-6.12.1/kernel/sched/
Dstop_task.c3 * stop-task scheduling class.
5 * The stop task is the highest priority task in the system, it preempts
15 return task_cpu(p); /* stop tasks as never migrate */ in select_task_rq_stop()
31 static void set_next_task_stop(struct rq *rq, struct task_struct *stop, bool first) in set_next_task_stop() argument
33 stop->se.exec_start = rq_clock_task(rq); in set_next_task_stop()
41 return rq->stop; in pick_task_stop()
59 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop()
95 * Simple, special scheduling class for the per-CPU stop tasks:
97 DEFINE_SCHED_CLASS(stop) = {
/linux-6.12.1/tools/perf/pmu-events/arch/x86/jaketown/
Duncore-io.json107 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
117 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
127 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
137 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
147 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
157 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
167 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
177 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
187 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
197 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i…
[all …]
/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dnft_zones_many.sh68 local stop
70 stop=$outerstart
84 stop=$(date +%s%3N)
85 local duration=$((stop-start))
92 duration=$((stop-outerstart))
113 local outerstart start stop i
116 stop="$start"
131 stop=$(date +%s%3N)
133 local duration=$((stop-start))
135 start=$stop
[all …]
/linux-6.12.1/arch/powerpc/lib/
Dpmem.c13 static inline void __clean_pmem_range(unsigned long start, unsigned long stop) in __clean_pmem_range() argument
18 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __clean_pmem_range()
25 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range() argument
30 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in __flush_pmem_range()
37 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range() argument
40 return __clean_pmem_range(start, stop); in clean_pmem_range()
43 static inline void flush_pmem_range(unsigned long start, unsigned long stop) in flush_pmem_range() argument
46 return __flush_pmem_range(start, stop); in flush_pmem_range()
/linux-6.12.1/kernel/
Dstatic_call_inline.c107 struct static_call_site *stop) in static_call_sort_entries() argument
109 sort(start, stop - start, sizeof(struct static_call_site), in static_call_sort_entries()
136 struct static_call_site *site, *stop; in __static_call_update() local
177 stop = __stop_static_call_sites; in __static_call_update()
181 stop = mod->static_call_sites + in __static_call_update()
188 site < stop && static_call_key(site) == key; site++) { in __static_call_update()
222 struct static_call_site *stop) in __static_call_init() argument
228 if (start == stop) in __static_call_init()
231 static_call_sort_entries(start, stop); in __static_call_init()
233 for (site = start; site < stop; site++) { in __static_call_init()
[all …]
/linux-6.12.1/arch/powerpc/include/asm/
Dcacheflush.h53 void flush_icache_range(unsigned long start, unsigned long stop);
68 * @stop: the stop address (exclusive)
70 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() argument
75 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in flush_dcache_range()
92 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range() argument
97 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in clean_dcache_range()
111 unsigned long stop) in invalidate_dcache_range() argument
116 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in invalidate_dcache_range()
/linux-6.12.1/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 …]
/linux-6.12.1/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-6.12.1/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-6.12.1/Documentation/devicetree/bindings/net/can/
Dfsl,flexcan.yaml85 fsl,stop-mode:
87 Register bits of stop mode control.
92 req_gpr is the gpr register offset of CAN stop request.
93 req_bit is the bit offset of CAN stop request.
98 - description: The 'req_gpr' is the gpr register offset of CAN stop request.
100 - description: The 'req_bit' is the bit offset of CAN stop request.
124 For SoCs with SCU support, need setup stop mode via SCU firmware, so this
160 fsl,stop-mode = <&gpr 0x34 28>;
173 fsl,stop-mode = <&gpr 0x34 28>;
/linux-6.12.1/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-6.12.1/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-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dhtab_reuse.c12 bool stop; member
25 while (i++ < ctx->loop && !ctx->stop) { in htab_lookup_fn()
42 while (i++ < ctx->loop && !ctx->stop) { in htab_update_fn()
76 ctx.stop = false; in test_htab_reuse()
82 ctx.stop = true; in test_htab_reuse()
89 ctx.stop = true; in test_htab_reuse()
/linux-6.12.1/arch/powerpc/mm/
Dcacheflush.c32 * @stop: the stop address (exclusive)
34 static void invalidate_icache_range(unsigned long start, unsigned long stop) in invalidate_icache_range() argument
39 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in invalidate_icache_range()
56 * @stop: the stop address (exclusive)
58 void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() argument
63 clean_dcache_range(start, stop); in flush_icache_range()
75 invalidate_icache_range(start, stop); in flush_icache_range()
/linux-6.12.1/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 …]

12345678910>>...186