/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 281 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 …]
|
D | aicasm_macro_gram.y | 92 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()
|
D | aicasm.c | 162 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 …]
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | pmem.c | 12 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/ |
D | cacheflush.h | 29 void flush_icache_range(unsigned long start, unsigned long stop); 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-5.10/kernel/ |
D | static_call.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 …]
|
D | jump_label.c | 80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries() argument 88 size = (((unsigned long)stop - (unsigned long)start) in jump_label_sort_entries() 432 struct jump_entry *stop, in __jump_label_update() argument 435 for (; (entry < stop) && (jump_entry_key(entry) == key); entry++) { in __jump_label_update() 443 struct jump_entry *stop, in __jump_label_update() argument 446 for (; (entry < stop) && (jump_entry_key(entry) == key); entry++) { in __jump_label_update() 578 struct jump_entry *stop; in __jump_label_mod_update() local 590 stop = __stop___jump_table; in __jump_label_mod_update() 592 stop = m->jump_entries + m->num_jump_entries; in __jump_label_mod_update() 593 __jump_label_update(key, mod->entries, stop, in __jump_label_mod_update() [all …]
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | unwind.c | 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() 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 155 pr_debug("%s(%p, %p)\n", __func__, start, stop); in unwind_find_origin() 156 while (start < stop) { in unwind_find_origin() 157 const struct unwind_idx *mid = start + ((stop - start) >> 1); in unwind_find_origin() [all …]
|
/kernel/linux/linux-5.10/virt/lib/ |
D | irqbypass.c | 35 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()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-hix5hd2.c | 85 int stop; member 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() 328 hix5hd2_i2c_message_start(priv, stop); in hix5hd2_i2c_xfer_msg() [all …]
|
/kernel/linux/linux-5.10/kernel/power/ |
D | swap.c | 548 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 …]
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
D | spu_restore_crt0.S | 96 stop SPU_RESTORE_COMPLETE 97 stop 0 98 stop 0 99 stop 0
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | ep93xx-fb.c | 230 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 …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | blitter.c | 17 unsigned long stop = jiffies + HZ; in gma_blt_wait_idle() local 31 } while (busy && !time_after_eq(jiffies, stop)); in gma_blt_wait_idle() 39 } while (busy && !time_after_eq(jiffies, stop)); in gma_blt_wait_idle()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 299 struct wl18xx_cmd_scan_stop *stop; in __wl18xx_scan_stop() local 304 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in __wl18xx_scan_stop() 305 if (!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() 320 kfree(stop); in __wl18xx_scan_stop()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 35 char *start, char *stop, in rtl819x_translate_scan() argument 52 start = iwe_stream_add_event_rsl(info, start, stop, in rtl819x_translate_scan() 61 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, in rtl819x_translate_scan() 65 start = iwe_stream_add_point_rsl(info, start, stop, in rtl819x_translate_scan() 69 start = iwe_stream_add_point_rsl(info, start, stop, &iwe, in rtl819x_translate_scan() 83 start = iwe_stream_add_event_rsl(info, start, stop, in rtl819x_translate_scan() 93 start = iwe_stream_add_event_rsl(info, start, stop, in rtl819x_translate_scan() 102 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, in rtl819x_translate_scan() 112 start = iwe_stream_add_point_rsl(info, start, stop, in rtl819x_translate_scan() 163 start = iwe_stream_add_event_rsl(info, start, stop, &iwe, in rtl819x_translate_scan() [all …]
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/admin-guide/ |
D | cpu-load.rst | 53 static volatile sig_atomic_t stop; 58 stop = 1; 62 stop = 0; 63 while (!stop && --niters);
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_wx.c | 46 char *start, char *stop, in libipw_translate_scan() argument 61 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); in libipw_translate_scan() 69 start = iwe_stream_add_point(info, start, stop, in libipw_translate_scan() 76 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); in libipw_translate_scan() 86 start = iwe_stream_add_event(info, start, stop, in libipw_translate_scan() 96 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN); in libipw_translate_scan() 105 start = iwe_stream_add_point(info, start, stop, in libipw_translate_scan() 127 stop, &iwe, IW_EV_PARAM_LEN); in libipw_translate_scan() 135 stop, &iwe, IW_EV_PARAM_LEN); in libipw_translate_scan() 185 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_QUAL_LEN); in libipw_translate_scan() [all …]
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_conntrack_amanda.c | 96 unsigned int dataoff, start, stop, off, i; in amanda_help() local 124 stop = skb_find_text(skb, start, skb->len, in amanda_help() 126 if (stop == UINT_MAX) in amanda_help() 128 stop += start; in amanda_help() 131 off = skb_find_text(skb, start, stop, search[i].ts); in amanda_help() 136 len = min_t(unsigned int, sizeof(pbuf) - 1, stop - off); in amanda_help()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_tcp_ca.c | 16 static int stop, duration; variable 68 while (bytes < total_bytes && !READ_ONCE(stop)) { in server() 87 WRITE_ONCE(stop, 1); in server() 104 WRITE_ONCE(stop, 0); in do_test() 161 while (bytes < total_bytes && !READ_ONCE(stop)) { in do_test() 174 WRITE_ONCE(stop, 1); in do_test()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
D | syscall.c | 35 struct timeval start, stop, diff; in bench_syscall_basic() local 46 gettimeofday(&stop, NULL); in bench_syscall_basic() 47 timersub(&stop, &start, &diff); in bench_syscall_basic()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
D | sti_vtg.c | 189 long clocksperline, start, stop; in vtg_set_hsync_vsync_pos() local 197 stop = mode->hsync_end - mode->hsync_start; in vtg_set_hsync_vsync_pos() 200 stop += delay; in vtg_set_hsync_vsync_pos() 207 if (stop < 0) in vtg_set_hsync_vsync_pos() 208 stop += clocksperline; in vtg_set_hsync_vsync_pos() 209 else if (stop >= clocksperline) in vtg_set_hsync_vsync_pos() 210 stop -= clocksperline; in vtg_set_hsync_vsync_pos() 212 sync->hsync = (stop << 16) | start; in vtg_set_hsync_vsync_pos()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | mem.c | 114 static void flush_dcache_range_chunked(unsigned long start, unsigned long stop, in flush_dcache_range_chunked() argument 119 for (i = start; i < stop; i += chunk) { in flush_dcache_range_chunked() 120 flush_dcache_range(i, min(stop, i + chunk)); in flush_dcache_range_chunked() 385 static void invalidate_icache_range(unsigned long start, unsigned long stop) in invalidate_icache_range() argument 390 unsigned long size = stop - (unsigned long)addr + (bytes - 1); in invalidate_icache_range() 409 void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() argument 414 clean_dcache_range(start, stop); in flush_icache_range() 426 invalidate_icache_range(start, stop); in flush_icache_range()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | stop_task.c | 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()
|