Searched refs:stop (Results 1 - 25 of 1275) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/livepatch/
H A Dtest_klp-call_getpid.c14 static int stop; variable
19 stop = 1;
24 stop = 1;
35 while (!stop) {
/linux-master/include/trace/events/
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;
31 TP_printk("batch: %.2d, start: %.4x, stop: %.4x, status: %.16llx",
34 __entry->stop,
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...]
/linux-master/include/sound/
H A Dsh_dac_audio.h15 void (*stop)(struct dac_audio_pdata *pd); member in struct:dac_audio_pdata
/linux-master/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,
H A Dneon.c41 int start, int stop, \
48 start, stop, (unsigned long)bytes, ptrs); \
/linux-master/arch/powerpc/lib/
H A Dpmem.c13 static inline void __clean_pmem_range(unsigned long start, unsigned long stop) argument
18 unsigned long size = stop - (unsigned long)addr + (bytes - 1);
25 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) argument
30 unsigned long size = stop - (unsigned long)addr + (bytes - 1);
37 static inline void clean_pmem_range(unsigned long start, unsigned long stop) argument
40 return __clean_pmem_range(start, stop);
43 static inline void flush_pmem_range(unsigned long start, unsigned long stop) argument
46 return __flush_pmem_range(start, stop);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H 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);
H A Daicasm_macro_scan.l134 stop("Expecting Macro Name",
145 stop(buf, EX_DATAERR);
152 stop("EOF encountered in macro call", EX_DATAERR);
H A Daicasm_gram.y280 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("R
[all...]
H A Daicasm.h85 void stop(const char *errstring, int err_code);
/linux-master/arch/powerpc/include/asm/
H A Dcacheflush.h53 void flush_icache_range(unsigned long start, unsigned long stop);
68 * @stop: the stop address (exclusive)
70 static inline void flush_dcache_range(unsigned long start, unsigned long stop) argument
75 unsigned long size = stop - (unsigned long)addr + (bytes - 1);
92 static inline void clean_dcache_range(unsigned long start, unsigned long stop) argument
97 unsigned long size = stop - (unsigned long)addr + (bytes - 1);
111 unsigned long stop)
116 unsigned long size = stop - (unsigned long)addr + (bytes - 1);
110 invalidate_dcache_range(unsigned long start, unsigned long stop) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhtab_reuse.c12 bool stop; member in struct:htab_op_ctx
25 while (i++ < ctx->loop && !ctx->stop) {
42 while (i++ < ctx->loop && !ctx->stop) {
76 ctx.stop = false;
82 ctx.stop = true;
89 ctx.stop = true;
H A Dsubprogs.c9 bool stop; member in struct:toggler_ctx
18 while (!ctx->stop) {
39 ctx.stop = false;
55 ctx.stop = true;
H A Dhtab_update.c12 bool stop; member in struct:htab_update_ctx
60 while (i++ < ctx->loop && !ctx->stop) {
66 ctx->stop = true;
88 ctx.stop = false;
100 ctx.stop = true;
/linux-master/include/linux/
H A Dirqbypass.h22 * independently. When a token match is found, the optional @stop callback
38 * @stop: Perform any quiesce operations necessary prior to add/del (optional)
53 void (*stop)(struct irq_bypass_producer *); member in struct:irq_bypass_producer
63 * @stop: Perform any quiesce operations necessary prior to add/del (optional)
78 void (*stop)(struct irq_bypass_consumer *); member in struct:irq_bypass_consumer
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_st6422.h35 .stop = st6422_stop,
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S82 * 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-master/virt/lib/
H A Dirqbypass.c35 if (prod->stop)
36 prod->stop(prod);
37 if (cons->stop)
38 cons->stop(cons);
61 if (prod->stop)
62 prod->stop(prod);
63 if (cons->stop)
64 cons->stop(cons);
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h63 int (*stop)(struct sd *sd); member in struct:m5602_sensor
/linux-master/kernel/sched/
H A Dstop_task.c3 * 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 */
31 static void set_next_task_stop(struct rq *rq, struct task_struct *stop, bool first) argument
33 stop->se.exec_start = rq_clock_task(rq);
41 return rq->stop;
68 BUG(); /* the stop task should never yield, its pointless. */
104 * Simple, special scheduling class for the per-CPU stop tasks:
106 DEFINE_SCHED_CLASS(stop) = { variable
/linux-master/arch/powerpc/mm/
H A Dcacheflush.c32 * @stop: the stop address (exclusive)
34 static void invalidate_icache_range(unsigned long start, unsigned long stop) argument
39 unsigned long size = stop - (unsigned long)addr + (bytes - 1);
56 * @stop: the stop address (exclusive)
58 void flush_icache_range(unsigned long start, unsigned long stop) argument
63 clean_dcache_range(start, stop);
75 invalidate_icache_range(start, stop);
/linux-master/kernel/
H A Dstatic_call_inline.c107 struct static_call_site *stop)
109 sort(start, stop - start, sizeof(struct static_call_site),
136 struct static_call_site *site, *stop; local
177 stop = __stop_static_call_sites;
181 stop = mod->static_call_sites +
188 site < stop && static_call_key(site) == key; site++) {
222 struct static_call_site *stop)
228 if (start == stop)
231 static_call_sort_entries(start, stop);
233 for (site = start; site < stop; sit
106 static_call_sort_entries(struct static_call_site *start, struct static_call_site *stop) argument
220 __static_call_init(struct module *mod, struct static_call_site *start, struct static_call_site *stop) argument
350 struct static_call_tramp_key *stop = __stop_static_call_tramp_key; local
367 struct static_call_site *stop = start + mod->num_static_call_sites; local
406 struct static_call_site *stop = mod->static_call_sites + local
[all...]
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dtask_storage_map.c21 bool stop; member in struct:lookup_ctx
36 while (!ctx->stop && i++ < ctx->loop)
45 ctx->stop = true;
96 ctx.stop = false;
/linux-master/arch/arm/include/asm/
H A Dunwind.h30 const struct unwind_idx *stop; member in struct:unwind_table

Completed in 236 milliseconds

1234567891011>>