Searched refs:stop (Results 51 - 75 of 1275) sorted by relevance

1234567891011>>

/linux-master/lib/raid6/
H A Davx2.c82 static void raid6_avx21_xor_syndrome(int disks, int start, int stop, argument
89 z0 = stop; /* P/Q right side optimization */
192 static void raid6_avx22_xor_syndrome(int disks, int start, int stop, argument
199 z0 = stop; /* P/Q right side optimization */
353 static void raid6_avx24_xor_syndrome(int disks, int start, int stop, argument
360 z0 = stop; /* P/Q right side optimization */
H A Davx512.c101 static void raid6_avx5121_xor_syndrome(int disks, int start, int stop, argument
108 z0 = stop; /* P/Q right side optimization */
233 static void raid6_avx5122_xor_syndrome(int disks, int start, int stop, argument
240 z0 = stop; /* P/Q right side optimization */
423 static void raid6_avx5124_xor_syndrome(int disks, int start, int stop, argument
430 z0 = stop; /* P/Q right side optimization */
/linux-master/tools/perf/bench/
H A Dbreakpoint.c118 struct timeval start, stop, diff; local
147 gettimeofday(&stop, NULL);
148 timersub(&stop, &start, &diff);
204 struct timeval start, stop, diff; local
237 gettimeofday(&stop, NULL);
238 timersub(&stop, &start, &diff);
H A Dsched-seccomp-notify.c97 struct timeval start, stop, diff; local
142 gettimeofday(&stop, NULL);
143 timersub(&stop, &start, &diff);
/linux-master/kernel/power/
H A Dswap.c562 ktime_t stop; local
587 stop = ktime_get();
592 swsusp_show_speed(start, stop, nr_to_write, "Wrote");
602 atomic_t stop; /* ready to stop flag */ member in struct:crc_data
624 atomic_set_release(&d->stop, 1);
633 atomic_set_release(&d->stop, 1);
645 atomic_t stop; /* ready to stop flag */ member in struct:cmp_data
672 atomic_set_release(&d->stop,
707 ktime_t stop; local
1100 ktime_t stop; local
1152 atomic_t stop; /* ready to stop flag */ member in struct:dec_data
1212 ktime_t stop; local
[all...]
/linux-master/drivers/video/fbdev/
H A Dep93xx-fb.c230 unsigned int vlines_total, hclks_total, start, stop; local
242 stop = vlines_total - info->var.vsync_len;
243 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VSYNC);
246 stop = info->var.lower_margin - 1;
247 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VBLANK);
248 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VACTIVE);
251 stop = vlines_total + 1;
252 ep93xxfb_out_locked(fbi, start | (stop << 16), EP93XXFB_VCLK);
255 stop = hclks_total - info->var.hsync_len;
256 ep93xxfb_out_locked(fbi, start | (stop << 1
[all...]
/linux-master/kernel/
H A Djump_label.c80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) argument
88 size = (((unsigned long)stop - (unsigned long)start)
456 struct jump_entry *stop,
459 for (; (entry < stop) && (jump_entry_key(entry) == key); entry++) {
467 struct jump_entry *stop,
470 for (; (entry < stop) && (jump_entry_key(entry) == key); entry++) {
603 struct jump_entry *stop; local
615 stop = __stop___jump_table;
617 stop = m->jump_entries + m->num_jump_entries;
618 __jump_label_update(key, mod->entries, stop,
454 __jump_label_update(struct static_key *key, struct jump_entry *entry, struct jump_entry *stop, bool init) argument
465 __jump_label_update(struct static_key *key, struct jump_entry *entry, struct jump_entry *stop, bool init) argument
807 struct jump_entry *stop = __stop___jump_table; local
[all...]
/linux-master/drivers/staging/media/meson/vdec/
H A Dvdec_1.c164 codec_ops->stop(sess);
214 goto stop;
218 goto stop;
237 stop:
244 .stop = vdec_1_stop,
H A Dvdec_hevc.c124 codec_ops->stop(sess);
209 goto stop;
213 goto stop;
225 stop:
232 .stop = vdec_hevc_stop,
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_wx.c27 char *start, char *stop,
44 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN);
52 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid);
55 start = iwe_stream_add_point(info, start, stop, &iwe, "<hidden>");
58 start = iwe_stream_add_point(info, start, stop, &iwe, network->hidden_ssid);
70 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN);
79 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_UINT_LEN);
87 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN);
96 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid);
147 start = iwe_stream_add_event(info, start, stop,
26 rtl819x_translate_scan(struct rtllib_device *ieee, char *start, char *stop, struct rtllib_network *network, struct iw_request_info *info) argument
227 char *stop = ev + wrqu->data.length; local
[all...]
/linux-master/drivers/tty/serial/
H A Dsuncore.c89 int baud, bits, stop, cflag; local
127 stop = simple_strtoul(++s, NULL, 0);
162 switch (stop) {
/linux-master/net/x25/
H A Dx25_proc.c150 .stop = x25_seq_route_stop,
157 .stop = x25_seq_socket_stop,
164 .stop = x25_seq_forward_stop,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.c278 .stop = mtk_aal_stop,
286 .stop = mtk_ccorr_stop,
302 .stop = mtk_dither_stop,
307 .stop = mtk_dpi_stop,
316 .stop = mtk_dsc_stop,
321 .stop = mtk_dsi_ddp_stop,
332 .stop = mtk_gamma_stop,
339 .stop = mtk_merge_stop,
355 .stop = mtk_ovl_stop,
375 .stop
[all...]
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_hdcs.h143 .stop = hdcs_stop,
162 .stop = hdcs_stop,
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c46 char *start, char *stop,
61 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN);
69 start = iwe_stream_add_point(info, start, stop,
76 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_CHAR_LEN);
86 start = iwe_stream_add_event(info, start, stop,
96 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_FREQ_LEN);
105 start = iwe_stream_add_point(info, start, stop,
127 stop, &iwe, IW_EV_PARAM_LEN);
135 stop, &iwe, IW_EV_PARAM_LEN);
185 start = iwe_stream_add_event(info, start, stop,
45 libipw_translate_scan(struct libipw_device *ieee, char *start, char *stop, struct libipw_network *network, struct iw_request_info *info) argument
259 char *stop = ev + wrqu->data.length; local
[all...]
/linux-master/drivers/platform/x86/intel/ifs/
H A Difs.h210 u8 stop; member in struct:ifs_scan::__anon1483::__anon1484::__anon1485
215 u16 stop; member in struct:ifs_scan::__anon1483::__anon1484::__anon1486
/linux-master/include/linux/mmc/
H A Dcore.h133 struct mmc_command *stop; /* stop command */ member in struct:mmc_data
147 struct mmc_command *stop; member in struct:mmc_request
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-op-mode.h51 * interact with it. The driver layer typically calls the start and stop
59 * @stop: stop the op_mode. Must free all the memory allocated.
94 void (*stop)(struct iwl_op_mode *op_mode); member in struct:iwl_op_mode_ops
130 op_mode->ops->stop(op_mode);
/linux-master/arch/s390/kvm/
H A Dguestdbg.c15 * Extends the address range given by *start and *stop to include the address
19 static void extend_address_range(u64 *start, u64 *stop, u64 estart, int len) argument
31 if ((*start == 0) && (*stop == 0)) {
33 *stop = estop;
34 } else if (*start <= *stop) {
38 if (estop > *stop)
39 *stop = estop;
41 /* "overflowing" interval, whereby *stop > *start */
42 if (estart <= *stop) {
43 if (estop > *stop)
[all...]
/linux-master/arch/csky/kernel/
H A Dcpu-probe.c77 .stop = c_stop,
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dleds.h40 bool stop; member in struct:b43_leds
/linux-master/net/sctp/
H A Dobjcnt.c92 .stop = sctp_objcnt_seq_stop,
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspu_save_crt0.S78 * stop-and-signal with code=0.
84 stop 0x0
/linux-master/arch/x86/events/intel/
H A Dpt.h32 u64 stop : 1; member in struct:topa_entry
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h59 int (*stop) (void); member in struct:cpuidle_monitor

Completed in 353 milliseconds

1234567891011>>