Home
last modified time | relevance | path

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

12345678910>>...64

/linux/drivers/scsi/aic7xxx/aicasm/
A Daicasm_gram.y280 stop("Prefix multiply defined",
722 stop(errbuf, EX_DATAERR);
947 stop(errbuf, EX_DATAERR);
1630 stop(errbuf, EX_DATAERR); in process_register()
1640 stop(errbuf, EX_DATAERR); in process_register()
1825 stop(errbuf, EX_DATAERR); in test_readable_symbol()
1842 stop(errbuf, EX_DATAERR); in test_writable_symbol()
1882 stop(errbuf, EX_DATAERR); in type_check()
1904 stop(errbuf, EX_DATAERR); in type_check()
1929 stop("Conditional expression '0' " in add_conditional()
[all …]
A Daicasm_macro_gram.y92 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()
A Daicasm.c173 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()
302 stop(NULL, 0); in main()
337 stop(buf, EX_DATAERR); in back_patch()
539 stop(NULL, EX_DATAERR); in output_listing()
555 stop("Could not malloc", EX_OSERR); in output_listing()
[all …]
/linux/include/trace/events/
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->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 …]
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/
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/arch/powerpc/include/asm/
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/kernel/
A Dstatic_call_inline.c107 struct static_call_site *stop) in static_call_sort_entries() argument
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()
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()
370 for (site = start; site != stop; site++) { in static_call_add_module()
400 return __static_call_init(mod, start, stop); in static_call_add_module()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
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()
A Dhtab_update.c12 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()
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()
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/
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/virt/lib/
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()
61 if (prod->stop) in __disconnect()
62 prod->stop(prod); in __disconnect()
63 if (cons->stop) in __disconnect()
64 cons->stop(cons); in __disconnect()
/linux/drivers/i2c/busses/
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()
315 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg() argument
323 priv->stop = stop; in hix5hd2_i2c_xfer_msg()
358 int i, ret, stop; in hix5hd2_i2c_xfer() local
364 stop = 1; in hix5hd2_i2c_xfer()
[all …]
/linux/arch/arm/kernel/
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()
136 stop = mid; in search_index()
156 pr_debug("%s(%p, %p)\n", __func__, start, stop); in unwind_find_origin()
157 while (start < stop) { in unwind_find_origin()
165 stop = mid; in unwind_find_origin()
167 pr_debug("%s -> %p\n", __func__, stop); in unwind_find_origin()
168 return stop; in unwind_find_origin()
[all …]
/linux/lib/raid6/
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/kernel/power/
A Dswap.c557 ktime_t stop; in save_image() local
582 stop = ktime_get(); in save_image()
702 ktime_t stop; in save_compressed_image() local
877 atomic_set(&crc->stop, 0); in save_compressed_image()
882 stop = ktime_get(); in save_compressed_image()
1095 ktime_t stop; in load_image() local
1127 stop = ktime_get(); in load_image()
1207 ktime_t stop; in load_compressed_image() local
1379 atomic_set(&crc->stop, 0); in load_compressed_image()
1479 atomic_set(&crc->stop, 0); in load_compressed_image()
[all …]
/linux/arch/powerpc/platforms/cell/spufs/
A Dspu_restore_crt0.S96 stop SPU_RESTORE_COMPLETE
97 stop 0
98 stop 0
99 stop 0
/linux/drivers/video/fbdev/
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()
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()
259 stop = info->var.right_margin - 1; in ep93xxfb_set_timing()
264 stop = hclks_total; in ep93xxfb_set_timing()
[all …]
/linux/arch/powerpc/mm/
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/staging/rtl8192e/
A Drtllib_wx.c27 char *start, char *stop, in rtl819x_translate_scan() argument
55 start = iwe_stream_add_point(info, start, stop, &iwe, "<hidden>"); in rtl819x_translate_scan()
151 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan()
172 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan()
181 start = iwe_stream_add_point(info, start, stop, &iwe, buf); in rtl819x_translate_scan()
190 start = iwe_stream_add_point(info, start, stop, &iwe, buf); in rtl819x_translate_scan()
201 start = iwe_stream_add_point(info, start, stop, &iwe, buf); in rtl819x_translate_scan()
214 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan()
227 char *stop = ev + wrqu->data.length; in rtllib_wx_get_scan() local
237 if ((stop - ev) < 200) { in rtllib_wx_get_scan()
[all …]
/linux/drivers/net/wireless/ti/wl18xx/
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/Documentation/devicetree/bindings/net/can/
A 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/fs/afs/
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()
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()
357 stop = preflist->nr; in afs_del_address_pref()
[all …]

Completed in 32 milliseconds

12345678910>>...64