Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 25 of 603) sorted by relevance

12345678910>>...25

/kernel/linux/linux-5.10/arch/powerpc/lib/
Dpmem.c12 static inline void __clean_pmem_range(unsigned long start, unsigned long stop) in __clean_pmem_range()
24 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range()
36 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range()
42 static inline void flush_pmem_range(unsigned long start, unsigned long stop) in flush_pmem_range()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcacheflush.h47 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
69 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range()
88 unsigned long stop) in invalidate_dcache_range()
/kernel/linux/linux-5.10/kernel/
Dstatic_call.c96 struct static_call_site *stop) in static_call_sort_entries()
125 struct static_call_site *site, *stop; in __static_call_update() local
211 struct static_call_site *stop) in __static_call_init()
339 struct static_call_tramp_key *stop = __stop_static_call_tramp_key; in tramp_key_lookup() local
356 struct static_call_site *stop = start + mod->num_static_call_sites; in static_call_add_module() local
395 struct static_call_site *stop = mod->static_call_sites + in static_call_del_module() local
Djump_label.c80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries()
432 struct jump_entry *stop, in __jump_label_update()
443 struct jump_entry *stop, in __jump_label_update()
578 struct jump_entry *stop; in __jump_label_mod_update() local
806 struct jump_entry *stop = __stop___jump_table; in jump_label_update() local
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dcacheflush.h68 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
84 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range()
101 unsigned long stop) in invalidate_dcache_range()
/kernel/linux/linux-5.10/include/linux/
Dirqbypass.h53 void (*stop)(struct irq_bypass_producer *); member
78 void (*stop)(struct irq_bypass_consumer *); member
/kernel/linux/linux-4.19/include/linux/
Dirqbypass.h56 void (*stop)(struct irq_bypass_producer *); member
81 void (*stop)(struct irq_bypass_consumer *); member
/kernel/linux/linux-5.10/lib/raid6/
Dsse2.c87 static void raid6_sse21_xor_syndrome(int disks, int start, int stop, in raid6_sse21_xor_syndrome()
198 static void raid6_sse22_xor_syndrome(int disks, int start, int stop, in raid6_sse22_xor_syndrome()
364 static void raid6_sse24_xor_syndrome(int disks, int start, int stop, in raid6_sse24_xor_syndrome()
Davx512.c101 static void raid6_avx5121_xor_syndrome(int disks, int start, int stop, in raid6_avx5121_xor_syndrome()
233 static void raid6_avx5122_xor_syndrome(int disks, int start, int stop, in raid6_avx5122_xor_syndrome()
423 static void raid6_avx5124_xor_syndrome(int disks, int start, int stop, in raid6_avx5124_xor_syndrome()
Davx2.c82 static void raid6_avx21_xor_syndrome(int disks, int start, int stop, in raid6_avx21_xor_syndrome()
192 static void raid6_avx22_xor_syndrome(int disks, int start, int stop, in raid6_avx22_xor_syndrome()
353 static void raid6_avx24_xor_syndrome(int disks, int start, int stop, in raid6_avx24_xor_syndrome()
/kernel/linux/linux-4.19/lib/raid6/
Dsse2.c92 static void raid6_sse21_xor_syndrome(int disks, int start, int stop, in raid6_sse21_xor_syndrome()
203 static void raid6_sse22_xor_syndrome(int disks, int start, int stop, in raid6_sse22_xor_syndrome()
369 static void raid6_sse24_xor_syndrome(int disks, int start, int stop, in raid6_sse24_xor_syndrome()
Davx2.c90 static void raid6_avx21_xor_syndrome(int disks, int start, int stop, in raid6_avx21_xor_syndrome()
200 static void raid6_avx22_xor_syndrome(int disks, int start, int stop, in raid6_avx22_xor_syndrome()
361 static void raid6_avx24_xor_syndrome(int disks, int start, int stop, in raid6_avx24_xor_syndrome()
Davx512.c106 static void raid6_avx5121_xor_syndrome(int disks, int start, int stop, in raid6_avx5121_xor_syndrome()
238 static void raid6_avx5122_xor_syndrome(int disks, int start, int stop, in raid6_avx5122_xor_syndrome()
428 static void raid6_avx5124_xor_syndrome(int disks, int start, int stop, in raid6_avx5124_xor_syndrome()
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
Dcobalt-i2c.c108 struct i2c_adapter *adap, bool start, bool stop, in cobalt_tx_bytes()
166 struct i2c_adapter *adap, bool start, bool stop, in cobalt_rx_bytes()
241 int stop = (i == num - 1); in cobalt_xfer() local
/kernel/linux/linux-4.19/drivers/media/pci/cobalt/
Dcobalt-i2c.c108 struct i2c_adapter *adap, bool start, bool stop, in cobalt_tx_bytes()
166 struct i2c_adapter *adap, bool start, bool stop, in cobalt_rx_bytes()
241 int stop = (i == num - 1); in cobalt_xfer() local
/kernel/linux/linux-4.19/drivers/char/tpm/
Dtpm_tis_core.c55 unsigned long stop; in wait_for_tpm_stat() local
105 unsigned long stop = jiffies + chip->timeout_a; in wait_startup() local
161 unsigned long stop, timeout; in release_locality() local
198 unsigned long stop, timeout; in request_locality() local
260 unsigned long stop; in get_burstcount() local
/kernel/linux/linux-4.19/kernel/sched/
Dstop_task.c29 struct task_struct *stop = rq->stop; in pick_next_task_stop() local
91 struct task_struct *stop = rq->stop; in set_curr_task_stop() local
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dblitter.c17 unsigned long stop = jiffies + HZ; in gma_blt_wait_idle() local
/kernel/linux/linux-4.19/drivers/gpu/drm/gma500/
Dblitter.c25 unsigned long stop = jiffies + HZ; in gma_blt_wait_idle() local
/kernel/linux/linux-4.19/samples/mic/mpssd/
Dmpss104 stop() function
/kernel/linux/linux-4.19/drivers/i2c/busses/
Di2c-hix5hd2.c91 int stop; member
305 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) in hix5hd2_i2c_message_start()
321 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg()
364 int i, ret, stop; in hix5hd2_i2c_xfer() local
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-hix5hd2.c85 int stop; member
299 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop) in hix5hd2_i2c_message_start()
315 struct i2c_msg *msgs, int stop) in hix5hd2_i2c_xfer_msg()
358 int i, ret, stop; in hix5hd2_i2c_xfer() local
/kernel/linux/linux-5.10/kernel/power/
Dswap.c548 ktime_t stop; in save_image() local
588 atomic_t stop; /* ready to stop flag */ member
630 atomic_t stop; /* ready to stop flag */ member
685 ktime_t stop; in save_image_lzo() local
1066 ktime_t stop; in load_image() local
1117 atomic_t stop; /* ready to stop flag */ member
1174 ktime_t stop; in load_image_lzo() local
/kernel/linux/linux-4.19/kernel/power/
Dswap.c542 ktime_t stop; in save_image() local
581 atomic_t stop; /* ready to stop flag */ member
623 atomic_t stop; /* ready to stop flag */ member
678 ktime_t stop; in save_image_lzo() local
1059 ktime_t stop; in load_image() local
1109 atomic_t stop; /* ready to stop flag */ member
1166 ktime_t stop; in load_image_lzo() local
/kernel/linux/linux-4.19/kernel/
Djump_label.c49 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries()
364 struct jump_entry *stop) in __jump_label_update()
500 struct jump_entry *stop; in __jump_label_mod_update() local
739 struct jump_entry *stop = __stop___jump_table; in jump_label_update() local

12345678910>>...25