/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() 25 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range() 37 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range() 43 static inline void flush_pmem_range(unsigned long start, unsigned long stop) in flush_pmem_range()
|
/linux/kernel/ |
H A D | static_call_inline.c | 107 struct static_call_site *stop) in static_call_sort_entries() 136 struct static_call_site *site, *stop; in __static_call_update() local 222 struct static_call_site *stop) in __static_call_init() 350 struct static_call_tramp_key *stop = __stop_static_call_tramp_key; in tramp_key_lookup() local 367 struct static_call_site *stop = start + mod->num_static_call_sites; in static_call_add_module() local 406 struct static_call_site *stop = mod->static_call_sites + in static_call_del_module() local
|
H A D | jump_label.c | 80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries() 494 struct jump_entry *stop, in __jump_label_update() 505 struct jump_entry *stop, in __jump_label_update() 680 struct jump_entry *stop; in __jump_label_mod_update() local 898 struct jump_entry *stop = __stop___jump_table; in jump_label_update() local
|
/linux/arch/powerpc/include/asm/ |
H A D | cacheflush.h | 70 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 92 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range() 111 unsigned long stop) in invalidate_dcache_range()
|
/linux/lib/raid6/ |
H A D | avx2.c | 82 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()
|
H A D | avx512.c | 101 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()
|
H A D | sse2.c | 87 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()
|
H A D | loongarch_simd.c | 114 static void raid6_lsx_xor_syndrome(int disks, int start, int stop, in raid6_lsx_xor_syndrome() 323 static void raid6_lasx_xor_syndrome(int disks, int start, int stop, in raid6_lasx_xor_syndrome()
|
/linux/include/linux/ |
H A D | irqbypass.h | 53 void (*stop)(struct irq_bypass_producer *); member 78 void (*stop)(struct irq_bypass_consumer *); member
|
/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-i2c.c | 108 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
|
/linux/fs/afs/ |
H A D | addr_prefs.c | 74 const char *stop; in afs_parse_address() local 256 int ret, i, stop; in afs_add_address_pref() local 336 int ret, i, stop; in afs_del_address_pref() local
|
/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() 58 void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range()
|
/linux/kernel/power/ |
H A D | swap.c | 557 ktime_t stop; in save_image() local 597 atomic_t stop; /* ready to stop flag */ member 640 atomic_t stop; /* ready to stop flag */ member 702 ktime_t stop; in save_compressed_image() local 1095 ktime_t stop; in load_image() local 1147 atomic_t stop; /* ready to stop flag */ member 1207 ktime_t stop; in load_compressed_image() local
|
/linux/tools/perf/bench/ |
H A D | breakpoint.c | 118 struct timeval start, stop, diff; in bench_breakpoint_thread() local 204 struct timeval start, stop, diff; in bench_breakpoint_enable() local
|
/linux/drivers/char/tpm/st33zp24/ |
H A D | st33zp24.c | 121 unsigned long stop; in request_locality() local 162 unsigned long stop; in get_burstcount() local 209 unsigned long stop; in wait_for_stat() local
|
/linux/drivers/char/tpm/ |
H A D | tpm_tis_i2c_cr50.c | 353 unsigned long stop; in tpm_cr50_request_locality() local 430 unsigned long stop; in tpm_cr50_i2c_get_burst_and_status() local 559 unsigned long stop; in tpm_cr50_i2c_tis_send() local
|
H A D | tpm_i2c_infineon.c | 346 unsigned long stop; in request_locality() local 391 unsigned long stop; in get_burstcount() local 416 unsigned long stop; in wait_for_stat() local
|
H A D | tpm_nsc.c | 73 unsigned long stop; in wait_for_stat() local 97 unsigned long stop; in nsc_wait_for_ready() local
|
/linux/include/sound/ |
H A D | sh_dac_audio.h | 15 void (*stop)(struct dac_audio_pdata *pd); member
|
/linux/tools/testing/selftests/livepatch/ |
H A D | test_klp-call_getpid.c | 14 static int stop; variable
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_wx.c | 43 char *start, char *stop, in libipw_translate_scan() 256 char *stop = ev + wrqu->data.length; in libipw_wx_get_scan() local
|
/linux/include/net/netfilter/ |
H A D | nf_conntrack_timestamp.h | 13 u_int64_t stop; member
|
/linux/arch/arm/kernel/ |
H A D | unwind.c | 106 const struct unwind_idx *stop) in search_index() 154 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | subprogs.c | 9 bool stop; member
|
/linux/drivers/net/phy/ |
H A D | sfp.h | 21 void (*stop)(struct sfp *sfp); member
|