| /linux/drivers/scsi/aic7xxx/aicasm/ |
| H A 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 …]
|
| H A D | aicasm_macro_gram.y | 93 stop("Too few arguments for macro invocation", 115 stop("Comma without preceding argument in arg list", 133 stop("Invalid current symbol for adding macro arg", 148 stop("Too many arguments for macro invocation", EX_DATAERR); 153 stop("Unable to replicate replacement text", EX_SOFTWARE); 161 stop(string, EX_DATAERR); in mmerror()
|
| H A 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 …]
|
| /linux/include/trace/events/ |
| H A 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 …]
|
| H A D | intel_ifs.h | 13 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; 34 __entry->stop,
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | fd_htab_lookup.c | 12 bool stop; member 22 while (i++ < ctx->loop && !ctx->stop) { in htab_lookup_fn() 31 ctx->stop = true; in htab_lookup_fn() 40 ctx->stop = true; in htab_lookup_fn() 47 ctx->stop = true; in htab_lookup_fn() 53 ctx->stop = true; in htab_lookup_fn() 67 while (i++ < ctx->loop && !ctx->stop) { in htab_update_fn() 76 ctx->stop = true; in htab_update_fn() 83 ctx->stop = true; in htab_update_fn() 90 ctx->stop = true; in htab_update_fn() [all …]
|
| H A D | htab_reuse.c | 12 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()
|
| H A D | htab_update.c | 12 bool stop; member 60 while (i++ < ctx->loop && !ctx->stop) { in htab_update_thread() 66 ctx->stop = true; in htab_update_thread() 88 ctx.stop = false; in test_concurrent_update() 100 ctx.stop = true; in test_concurrent_update()
|
| H A D | uretprobe_stack.c | 62 long stop; member 93 printf("caller: %#lx - %#lx\n", caller.start, caller.stop); in validate_stack() 95 printf("target_%d: %#lx - %#lx\n", i, targets[i].start, targets[i].stop); in validate_stack() 98 if (ips[i] >= targets[j].start && ips[i] < targets[j].stop) in validate_stack() 103 } else if (ips[i] >= caller.start && ips[i] < caller.stop) { in validate_stack() 118 ASSERT_LT(ips[i], t->stop, "addr_stop"); in validate_stack()
|
| H A D | subprogs.c | 9 bool stop; member 18 while (!ctx->stop) { in toggle_jit_harden() 39 ctx.stop = false; in test_subprogs_with_jit_harden_toggling() 55 ctx.stop = true; in test_subprogs_with_jit_harden_toggling()
|
| /linux/arch/powerpc/lib/ |
| H A 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/arch/powerpc/include/asm/ |
| H A D | cacheflush.h | 53 void flush_icache_range(unsigned long start, unsigned long stop); 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/kernel/ |
| H A D | static_call_inline.c | 107 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/virt/lib/ |
| H A 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() 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/drivers/i2c/busses/ |
| H A 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 …]
|
| /linux/arch/arm/kernel/ |
| H A D | unwind.c | 106 const struct unwind_idx *stop) in search_index() argument 111 __func__, addr, start, origin, stop); in search_index() 119 stop = origin; in search_index() 127 while (start < stop - 1) { in search_index() 128 const struct unwind_idx *mid = start + ((stop - start) >> 1); in search_index() 136 stop = mid; in search_index() 154 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin() argument 156 pr_debug("%s(%p, %p)\n", __func__, start, stop); in unwind_find_origin() 157 while (start < stop) { in unwind_find_origin() 158 const struct unwind_idx *mid = start + ((stop - start) >> 1); in unwind_find_origin() [all …]
|
| /linux/tools/testing/selftests/livepatch/ |
| H A D | test_klp-call_getpid.c | 14 static int stop; variable 19 stop = 1; in hup_handler() 24 stop = 1; in int_handler() 35 while (!stop) { in main()
|
| /linux/lib/raid6/ |
| H A D | neon.h | 4 void raid6_neon1_xor_syndrome_real(int disks, int start, int stop, 7 void raid6_neon2_xor_syndrome_real(int disks, int start, int stop, 10 void raid6_neon4_xor_syndrome_real(int disks, int start, int stop, 13 void raid6_neon8_xor_syndrome_real(int disks, int start, int stop,
|
| /linux/drivers/video/fbdev/ |
| H A 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 …]
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | spu_restore_crt0.S | 96 stop SPU_RESTORE_COMPLETE 97 stop 0 98 stop 0 99 stop 0
|
| /linux/kernel/power/ |
| H A D | swap.c | 543 ktime_t stop; in save_image() local 568 stop = ktime_get(); in save_image() 573 swsusp_show_speed(start, stop, nr_to_write, "Wrote"); in save_image() 583 atomic_t stop; /* ready to stop flag */ member 605 atomic_set_release(&d->stop, 1); in crc32_threadfn() 614 atomic_set_release(&d->stop, 1); in crc32_threadfn() 627 atomic_t stop; /* ready to stop flag */ member 653 atomic_set_release(&d->stop, 1); in compress_threadfn() 668 atomic_set_release(&d->stop, 1); in compress_threadfn() 690 ktime_t stop; in save_compressed_image() local [all …]
|
| /linux/arch/powerpc/mm/ |
| H A D | cacheflush.c | 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() 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/fs/afs/ |
| H A D | addr_prefs.c | 74 const char *stop; in afs_parse_address() local 99 if (in4_pton(p, end - p, (u8 *)&pref->ipv4_addr, -1, &stop)) { in afs_parse_address() 102 } else if (in6_pton(p, end - p, (u8 *)&pref->ipv6_addr, -1, &stop)) { in afs_parse_address() 110 p = (char *)stop; in afs_parse_address() 256 int ret, i, stop; in afs_add_address_pref() local 280 stop = preflist->ipv6_off; in afs_add_address_pref() 283 stop = preflist->nr; in afs_add_address_pref() 286 for (; i < stop; i++) { in afs_add_address_pref() 336 int ret, i, stop; in afs_del_address_pref() local 354 stop = preflist->ipv6_off; in afs_del_address_pref() [all …]
|
| /linux/drivers/net/wireless/ti/wl18xx/ |
| H A 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()
|
| /linux/kernel/sched/ |
| H A D | stop_task.c | 30 static void set_next_task_stop(struct rq *rq, struct task_struct *stop, bool first) in set_next_task_stop() argument 32 stop->se.exec_start = rq_clock_task(rq); in set_next_task_stop() 40 return rq->stop; in pick_task_stop() 96 DEFINE_SCHED_CLASS(stop) = {
|