Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 1218) sorted by relevance

12345678910>>...49

/linux/drivers/scsi/aic7xxx/aicasm/
H A 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 …]
H A Daicasm_macro_gram.y93 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 Daicasm.c162 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 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
[all...]
H A 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;
34 __entry->stop,
/linux/arch/powerpc/lib/
H A 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/kernel/
H A 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; sit in __static_call_init()
350 struct static_call_tramp_key *stop = __stop_static_call_tramp_key; tramp_key_lookup() local
367 struct static_call_site *stop = start + mod->num_static_call_sites; static_call_add_module() local
406 struct static_call_site *stop = mod->static_call_sites + static_call_del_module() local
[all...]
/linux/arch/powerpc/include/asm/
H A Dcacheflush.h53 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/virt/lib/
H A Dirqbypass.c35 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/arch/arm/kernel/
H A Dunwind.c106 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/drivers/i2c/busses/
H A Di2c-hix5hd2.c85 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/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A Dhtab_update.c12 bool stop; member
79 while (i++ < ctx->loop && !ctx->stop) { in test_concurrent_update()
85 ctx->stop = true; in test_concurrent_update()
107 ctx.stop = false; in test_concurrent_update()
119 ctx.stop = true;
H A Duretprobe_stack.c62 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 Dsubprogs.c9 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/tools/testing/selftests/livepatch/
H A Dtest_klp-call_getpid.c14 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 Dneon.h4 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 Dep93xx-fb.c230 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/kernel/power/
H A Dswap.c525 ktime_t stop; in save_image() local
550 stop = ktime_get(); in save_image()
555 swsusp_show_speed(start, stop, nr_to_write, "Wrote"); in save_image()
565 atomic_t stop; /* ready to stop flag */ member
622 atomic_set_release(&d->stop, 1); in crc32_threadfn()
631 atomic_set_release(&d->stop, 1); in crc32_threadfn()
645 atomic_t stop; /* ready to stop flag */ member
668 atomic_set_release(&d->stop, 1); in compress_threadfn()
683 atomic_set_release(&d->stop, 1); in compress_threadfn()
699 ktime_t stop; in save_compressed_image() local
[all …]
/linux/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S96 stop SPU_RESTORE_COMPLETE
97 stop 0
98 stop 0
99 stop 0
/linux/fs/afs/
H A Daddr_prefs.c74 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 Dscan.c299 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/arch/powerpc/mm/
H A Dcacheflush.c34 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/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c43 char *start, char *stop, in libipw_translate_scan() argument
58 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); in libipw_translate_scan()
66 start = iwe_stream_add_point(info, start, stop, in libipw_translate_scan()
73 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN); in libipw_translate_scan()
83 start = iwe_stream_add_event(info, start, stop, in libipw_translate_scan()
93 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN); in libipw_translate_scan()
102 start = iwe_stream_add_point(info, start, stop, in libipw_translate_scan()
124 stop, &iwe, IW_EV_PARAM_LEN); in libipw_translate_scan()
132 stop, &iwe, IW_EV_PARAM_LEN); in libipw_translate_scan()
182 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_QUAL_LEN); in libipw_translate_scan()
[all …]
/linux/lib/
H A Dcodetag.c26 struct codetag *stop; member
66 return cmod->range.start < cmod->range.stop ? cmod->range.start : NULL; in get_first_module_ct()
75 return res < iter->cmod->range.stop ? res : NULL; in get_next_module_ct()
134 return ((char *)range->stop - (char *)range->start) / in range_size()
184 if (!range.start || !range.stop) { in codetag_module_init()
191 if (range.start == range.stop) in codetag_module_init()
194 BUG_ON(range.start > range.stop); in codetag_module_init()
208 err = cttype->desc.module_load(mod, range.start, range.stop); in codetag_module_init()
364 cmod->range.start, cmod->range.stop); in codetag_unload_module()

12345678910>>...49