/Linux-v6.1/tools/testing/selftests/ptrace/ |
D | get_syscall_info.c | 149 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-v6.1/net/netfilter/ |
D | nf_conntrack_h323_types.c | 717 {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-v6.1/Documentation/images/ |
D | logo.svg | 64 <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-v6.1/include/trace/events/ |
D | mmc.h | 52 __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 …]
|
D | intel_ifs.h | 21 __field( u8, stop ) 27 __entry->stop = activate.stop; 31 TP_printk("cpu: %d, start: %.2x, stop: %.2x, status: %llx", 34 __entry->stop,
|
/Linux-v6.1/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 280 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-v6.1/kernel/sched/ |
D | stop_task.c | 3 * 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() 68 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop() 115 * Simple, special scheduling class for the per-CPU stop tasks: 117 DEFINE_SCHED_CLASS(stop) = {
|
/Linux-v6.1/arch/powerpc/lib/ |
D | pmem.c | 13 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-v6.1/arch/powerpc/include/asm/ |
D | cacheflush.h | 47 void flush_icache_range(unsigned long start, unsigned long stop); 62 * @stop: the stop address (exclusive) 64 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() argument 69 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in flush_dcache_range() 86 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range() argument 91 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in clean_dcache_range() 105 unsigned long stop) in invalidate_dcache_range() argument 110 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in invalidate_dcache_range()
|
/Linux-v6.1/kernel/ |
D | static_call_inline.c | 96 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 …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | uncore-other.json | 589 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 599 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 609 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 619 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 629 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 639 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 649 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 679 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 689 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 699 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… [all …]
|
/Linux-v6.1/include/linux/sched/ |
D | jobctl.h | 12 #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-v6.1/Documentation/devicetree/bindings/net/can/ |
D | fsl,flexcan.yaml | 76 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. 115 For SoCs with SCU support, need setup stop mode via SCU firmware, so this 151 fsl,stop-mode = <&gpr 0x34 28>; 164 fsl,stop-mode = <&gpr 0x34 28>;
|
/Linux-v6.1/tools/testing/selftests/netfilter/ |
D | nft_zones_many.sh | 74 local stop=$outerstart 87 stop=$(date +%s%3N) 88 local duration=$((stop-start)) 94 local duration=$((stop-outerstart)) 117 local stop=$start 132 stop=$(date +%s%3N) 134 local duration=$((stop-start)) 136 start=$stop 141 local duration=$((stop-outerstart))
|
/Linux-v6.1/drivers/media/pci/cobalt/ |
D | cobalt-i2c.c | 45 /* 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-v6.1/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 201 /* 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-v6.1/drivers/i2c/busses/ |
D | i2c-hix5hd2.c | 85 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-v6.1/arch/powerpc/platforms/powernv/ |
D | opal-hmi.c | 44 "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-v6.1/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-other.json | 429 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 439 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 449 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 459 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 469 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 479 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 489 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 499 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 509 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 519 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… [all …]
|
D | uncore-cache.json | 224 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 234 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 244 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 254 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 264 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 274 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 284 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 294 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 304 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… 314 …g stop. This includes when packets are passing by and when packets are being sunk, but does not i… [all …]
|
/Linux-v6.1/arch/powerpc/mm/ |
D | cacheflush.c | 32 * @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-v6.1/drivers/net/wireless/ti/wl12xx/ |
D | scan.c | 185 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-v6.1/arch/arm/kernel/ |
D | unwind.c | 99 * 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-v6.1/arch/powerpc/platforms/cell/spufs/ |
D | spu_restore_crt0.S | 82 * 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-v6.1/drivers/remoteproc/ |
D | qcom_q6v5.c | 80 * qcom_q6v5_unprepare() - unprepare the qcom_q6v5 context after stop 103 /* Sometimes the stop triggers a watchdog rather than a stop-ack */ in q6v5_wdog_interrupt() 196 * qcom_q6v5_request_stop() - request the remote processor to stop 224 * qcom_q6v5_panic() - panic handler to invoke a stop on the remote 227 * Set the stop bit and sleep in order to allow the remote processor to flush 319 q6v5->stop_irq = platform_get_irq_byname(pdev, "stop-ack"); in qcom_q6v5_init() 326 "q6v5 stop", q6v5); in qcom_q6v5_init() 328 dev_err(&pdev->dev, "failed to acquire stop-ack IRQ\n"); in qcom_q6v5_init() 332 q6v5->state = devm_qcom_smem_state_get(&pdev->dev, "stop", &q6v5->stop_bit); in qcom_q6v5_init() 334 dev_err(&pdev->dev, "failed to acquire stop state\n"); in qcom_q6v5_init()
|