Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 172 of 172) sorted by relevance

/linux-4.1.27/scripts/genksyms/
Dlex.l151 repeat:
178 goto repeat;
197 goto repeat;
201 goto repeat;
205 goto repeat;
230 goto repeat;
238 goto repeat;
258 goto repeat;
266 goto repeat;
268 goto repeat;
[all …]
Dlex.lex.c_shipped1960 repeat:
1987 goto repeat;
2006 goto repeat;
2010 goto repeat;
2014 goto repeat;
2039 goto repeat;
2047 goto repeat;
2067 goto repeat;
2075 goto repeat;
2077 goto repeat;
[all …]
/linux-4.1.27/fs/jffs2/
Dcompr_rtime.c86 int repeat; in jffs2_rtime_decompress() local
90 repeat = data_in[pos++]; in jffs2_rtime_decompress()
94 if (repeat) { in jffs2_rtime_decompress()
95 if (backoffs + repeat >= outpos) { in jffs2_rtime_decompress()
96 while(repeat) { in jffs2_rtime_decompress()
98 repeat--; in jffs2_rtime_decompress()
101 memcpy(&cpage_out[outpos],&cpage_out[backoffs],repeat); in jffs2_rtime_decompress()
102 outpos+=repeat; in jffs2_rtime_decompress()
/linux-4.1.27/kernel/power/
Dsuspend_test.c79 repeat: in test_wakealarm()
119 goto repeat; in test_wakealarm()
154 char *repeat; in setup_test_suspend() local
163 repeat = strsep(&value, ","); in setup_test_suspend()
164 if (repeat) { in setup_test_suspend()
165 if (kstrtou32(repeat, 0, &test_repeat_count_max)) in setup_test_suspend()
/linux-4.1.27/sound/usb/line6/
Dmidibuf.c138 int repeat = 0; in line6_midibuf_read() local
168 repeat = 1; in line6_midibuf_read()
219 memcpy(data + repeat, this->buf + this->pos_read, length); in line6_midibuf_read()
224 memcpy(data + repeat, this->buf + this->pos_read, length1); in line6_midibuf_read()
225 memcpy(data + repeat + length1, this->buf, length2); in line6_midibuf_read()
229 if (repeat) in line6_midibuf_read()
233 return length + repeat; in line6_midibuf_read()
/linux-4.1.27/scripts/kconfig/
Dstreamline_config.pl433 my $repeat = 1;
464 $repeat = 1; # do again
532 $repeat = 1;
542 $repeat = 1;
544 while ($repeat) {
545 $repeat = 0;
584 while ($repeat) {
588 $repeat = 0;
/linux-4.1.27/arch/x86/boot/
Dprintf.c138 repeat: in vsprintf()
143 goto repeat; in vsprintf()
146 goto repeat; in vsprintf()
149 goto repeat; in vsprintf()
152 goto repeat; in vsprintf()
155 goto repeat; in vsprintf()
/linux-4.1.27/arch/alpha/boot/
Dstdio.c140 repeat: in vsprintf()
143 case '-': flags |= LEFT; goto repeat; in vsprintf()
144 case '+': flags |= PLUS; goto repeat; in vsprintf()
145 case ' ': flags |= SPACE; goto repeat; in vsprintf()
146 case '#': flags |= SPECIAL; goto repeat; in vsprintf()
147 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()
/linux-4.1.27/arch/powerpc/boot/
Dstdio.c166 repeat: in vsprintf()
169 case '-': flags |= LEFT; goto repeat; in vsprintf()
170 case '+': flags |= PLUS; goto repeat; in vsprintf()
171 case ' ': flags |= SPACE; goto repeat; in vsprintf()
172 case '#': flags |= SPECIAL; goto repeat; in vsprintf()
173 case '0': flags |= ZEROPAD; goto repeat; in vsprintf()
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-p2m.c39 int repeat, u32 ext_size) in solo_p2m_dma() argument
55 repeat, ext_size); in solo_p2m_dma()
138 int repeat, u32 ext_size) in solo_p2m_fill_desc() argument
147 if (repeat) { in solo_p2m_fill_desc()
150 SOLO_P2M_REPEAT(repeat); in solo_p2m_fill_desc()
159 int repeat, u32 ext_size) in solo_p2m_dma_t() argument
163 solo_p2m_fill_desc(&desc[1], wr, dma_addr, ext_addr, size, repeat, in solo_p2m_dma_t()
Dsolo6x10.h370 int repeat, u32 ext_size);
373 int repeat, u32 ext_size);
376 int repeat, u32 ext_size);
/linux-4.1.27/mm/
Dfilemap.c969 repeat: in find_get_entry()
978 goto repeat; in find_get_entry()
987 goto repeat; in find_get_entry()
996 goto repeat; in find_get_entry()
1026 repeat: in find_lock_entry()
1034 goto repeat; in find_lock_entry()
1070 repeat: in pagecache_get_page()
1091 goto repeat; in pagecache_get_page()
1124 goto repeat; in pagecache_get_page()
1170 repeat: in find_get_entries()
[all …]
Dmemory_hotplug.c1714 repeat: in __offline_pages()
1734 goto repeat; in __offline_pages()
1741 goto repeat; in __offline_pages()
Dmemblock.c520 repeat: in memblock_add_range()
570 goto repeat; in memblock_add_range()
Dshmem.c1047 repeat: in shmem_getpage_gfp()
1266 goto repeat; in shmem_getpage_gfp()
1269 goto repeat; in shmem_getpage_gfp()
/linux-4.1.27/drivers/block/
Dhd.c370 repeat: in reset_hd()
378 goto repeat; in reset_hd()
386 goto repeat; in reset_hd()
587 repeat: in hd_request()
611 goto repeat; in hd_request()
616 goto repeat; in hd_request()
635 goto repeat; in hd_request()
641 goto repeat; in hd_request()
644 goto repeat; in hd_request()
Dataflop.c731 repeat: in do_fd_action()
738 goto repeat; in do_fd_action()
1432 repeat: in redo_fd_request()
1447 goto repeat; in redo_fd_request()
1463 goto repeat; in redo_fd_request()
1468 goto repeat; in redo_fd_request()
1478 goto repeat; in redo_fd_request()
Dloop.c1486 repeat: in loop_queue_write_work()
1499 goto repeat; in loop_queue_write_work()
/linux-4.1.27/arch/x86/include/asm/
Dvgtod.h44 repeat: in gtod_read_begin()
48 goto repeat; in gtod_read_begin()
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dgeneric.c112 static u8 __mtrr_type_lookup(u64 start, u64 end, u64 *partial_end, int *repeat) in __mtrr_type_lookup() argument
118 *repeat = 0; in __mtrr_type_lookup()
195 *repeat = 1; in __mtrr_type_lookup()
230 int repeat; in mtrr_type_lookup() local
233 type = __mtrr_type_lookup(start, end, &partial_end, &repeat); in mtrr_type_lookup()
240 while (repeat) { in mtrr_type_lookup()
243 type = __mtrr_type_lookup(start, end, &partial_end, &repeat); in mtrr_type_lookup()
/linux-4.1.27/kernel/debug/kdb/
Dkdb_main.c1476 int num, int repeat, int phys) in kdb_md_line() argument
1491 for (i = 0; i < num && repeat--; i++) { in kdb_md_line()
1558 int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; in kdb_md() local
1573 repeat = mdcount * 16 / bytesperword; in kdb_md()
1587 repeat = mdcount * 16 / bytesperword; in kdb_md()
1592 repeat = simple_strtoul(argv[0] + 4, &p, 10); in kdb_md()
1593 mdcount = ((repeat * bytesperword) + 15) / 16; in kdb_md()
1596 last_repeat = repeat; in kdb_md()
1613 repeat = last_repeat; in kdb_md()
1614 mdcount = ((repeat * bytesperword) + 15) / 16; in kdb_md()
[all …]
/linux-4.1.27/fs/nilfs2/
Dpage.c264 repeat: in nilfs_copy_dirty_pages()
298 goto repeat; in nilfs_copy_dirty_pages()
319 repeat: in nilfs_copy_back_pages()
369 goto repeat; in nilfs_copy_back_pages()
531 repeat: in nilfs_find_uncommitted_extent()
574 goto repeat; in nilfs_find_uncommitted_extent()
Dsegbuf.c443 repeat: in nilfs_segbuf_submit_bh()
460 goto repeat; in nilfs_segbuf_submit_bh()
Dinode.c721 repeat: in nilfs_truncate_bmap()
736 goto repeat; in nilfs_truncate_bmap()
Dsegment.c645 repeat: in nilfs_lookup_dirty_data_buffers()
680 goto repeat; in nilfs_lookup_dirty_data_buffers()
/linux-4.1.27/drivers/iio/
Dindustrialio-buffer.c208 if (this_attr->c->scan_type.repeat > 1) in iio_show_fixed_type()
214 this_attr->c->scan_type.repeat, in iio_show_fixed_type()
506 if (ch->scan_type.repeat > 1) in iio_compute_scan_bytes()
508 ch->scan_type.repeat; in iio_compute_scan_bytes()
517 if (ch->scan_type.repeat > 1) in iio_compute_scan_bytes()
519 ch->scan_type.repeat; in iio_compute_scan_bytes()
1150 if (ch->scan_type.repeat > 1) in iio_buffer_update_demux()
1152 ch->scan_type.repeat; in iio_buffer_update_demux()
1159 if (ch->scan_type.repeat > 1) in iio_buffer_update_demux()
1161 ch->scan_type.repeat; in iio_buffer_update_demux()
[all …]
/linux-4.1.27/drivers/s390/cio/
Dcrw.c67 repeat: in crw_collect_info()
131 goto repeat; in crw_collect_info()
/linux-4.1.27/arch/m68k/atari/
Datakeyb.c140 repeat: in atari_keyboard_interrupt()
166 goto repeat; in atari_keyboard_interrupt()
308 goto repeat; in atari_keyboard_interrupt()
/linux-4.1.27/include/linux/i2c/
Dlm8323.h38 bool repeat; member
Dadp5588.h147 unsigned repeat:1; /* Enable key repeat */ member
/linux-4.1.27/arch/powerpc/mm/
Dhugepage-hash64.c141 repeat: in __hash_page_thp()
162 goto repeat; in __hash_page_thp()
Dhash_utils_64.c1444 repeat: in hpte_insert_repeating()
1465 goto repeat; in hpte_insert_repeating()
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
Dbf54x_keys.h15 unsigned short repeat; member
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dinit.h13 u16 repeat; member
/linux-4.1.27/fs/isofs/
Drock.c215 repeat: in get_rock_ridge_filename()
293 goto repeat; in get_rock_ridge_filename()
332 repeat: in parse_rock_ridge_inode_internal()
591 goto repeat; in parse_rock_ridge_inode_internal()
736 repeat: in rock_ridge_symlink_readpage()
775 goto repeat; in rock_ridge_symlink_readpage()
/linux-4.1.27/drivers/input/mouse/
Delan_i2c_core.c96 int repeat = ETP_RETRY_COUNT; in elan_enable_power() local
112 } while (--repeat > 0); in elan_enable_power()
120 int repeat = ETP_RETRY_COUNT; in elan_disable_power() local
140 } while (--repeat > 0); in elan_disable_power()
148 int repeat = ETP_RETRY_COUNT; in elan_sleep() local
157 } while (--repeat > 0); in elan_sleep()
193 int repeat = ETP_RETRY_COUNT; in elan_initialize() local
202 } while (--repeat > 0); in elan_initialize()
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dnvidia,tegra20-kbc.txt30 - nvidia,repeat-delay-ms: delay in milliseconds before repeat starts
Dgpio-keys-polled.txt8 - autorepeat: Boolean, Enable auto repeat feature of Linux input
Dgpio-keys.txt7 - autorepeat: Boolean, Enable auto repeat feature of Linux input
Dbrcm,bcm-keypad.txt58 - autorepeat: Boolean, Enable auto repeat feature of Linux input
/linux-4.1.27/drivers/base/power/
Druntime.c423 repeat: in rpm_suspend()
479 goto repeat; in rpm_suspend()
496 goto repeat; in rpm_suspend()
570 goto repeat; in rpm_suspend()
603 repeat: in rpm_resume()
647 goto repeat; in rpm_resume()
665 goto repeat; in rpm_resume()
726 goto repeat; in rpm_resume()
/linux-4.1.27/fs/jbd/
Dtransaction.c112 repeat: in start_this_handle()
132 goto repeat; in start_this_handle()
158 goto repeat; in start_this_handle()
185 goto repeat; in start_this_handle()
538 repeat: in do_get_write_access()
652 goto repeat; in do_get_write_access()
686 goto repeat; in do_get_write_access()
897 repeat: in journal_get_undo_access()
915 goto repeat; in journal_get_undo_access()
Drevoke.c146 repeat: in insert_revoke_hash()
164 goto repeat; in insert_revoke_hash()
Djournal.c339 repeat: in journal_write_metadata_buffer()
371 goto repeat; in journal_write_metadata_buffer()
1941 repeat: in journal_add_journal_head()
1955 goto repeat; in journal_add_journal_head()
/linux-4.1.27/arch/arm/vdso/
Dvgettimeofday.c37 repeat: in __vdso_read_begin()
41 goto repeat; in __vdso_read_begin()
/linux-4.1.27/tools/testing/ktest/
Dktest.pl904 my $repeat = 1;
938 $old_repeat = $repeat;
940 $test_num += $repeat;
942 $repeat = 1;
983 $repeat = $1;
984 $repeat_tests{"$test_num"} = $repeat;
1000 $repeat = $old_repeat;
1102 if ($repeat > 1) {
1103 $repeats{$val} = $repeat;
1128 $test_num += $repeat - 1;
[all …]
/linux-4.1.27/fs/ufs/
Dinode.c200 repeat: in ufs_inode_getfrag()
213 goto repeat; in ufs_inode_getfrag()
237 goto repeat; in ufs_inode_getfrag()
279 goto repeat; in ufs_inode_getfrag()
361 repeat: in ufs_inode_getblock()
369 goto repeat; in ufs_inode_getblock()
386 goto repeat; in ufs_inode_getblock()
/linux-4.1.27/include/linux/
Dseqlock.h110 repeat: in __read_seqcount_begin()
114 goto repeat; in __read_seqcount_begin()
/linux-4.1.27/net/netfilter/
Dcore.c139 repeat: in nf_iterate()
152 goto repeat; in nf_iterate()
/linux-4.1.27/tools/perf/Documentation/
Dexamples.txt45 'repeat the workload N times' feature of perf stat:
47 titan:~> perf stat --repeat 5 -e kmem:mm_page_pcpu_drain -e
176 titan:~/git> perf stat --repeat 10 -a -e kmem:mm_page_pcpu_drain -e
Dperf-stat.txt66 --repeat=<n>::
67 repeat command and print average + stddev (max: 100). 0 means forever.
127 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
Dperf-bench.txt20 --repeat=::
21 Specify amount of times to repeat the run (default 10).
Dperf-sched.txt30 of the workload as it occurred when it was recorded - and can repeat
/linux-4.1.27/fs/jbd2/
Dtransaction.c305 repeat: in start_this_handle()
324 goto repeat; in start_this_handle()
338 goto repeat; in start_this_handle()
346 goto repeat; in start_this_handle()
793 repeat: in do_get_write_access()
902 goto repeat; in do_get_write_access()
936 goto repeat; in do_get_write_access()
1158 repeat: in jbd2_journal_get_undo_access()
1176 goto repeat; in jbd2_journal_get_undo_access()
Drevoke.c145 repeat: in insert_revoke_hash()
163 goto repeat; in insert_revoke_hash()
Djournal.c389 repeat: in jbd2_journal_write_metadata_buffer()
439 goto repeat; in jbd2_journal_write_metadata_buffer()
2472 repeat: in jbd2_journal_add_journal_head()
2486 goto repeat; in jbd2_journal_add_journal_head()
/linux-4.1.27/drivers/media/rc/img-ir/
Dimg-ir-sanyo.c114 .repeat = 108, /* 108 ms */
Dimg-ir-hw.c333 if (decoder->repeat) { in img_ir_decoder_preprocess()
360 if (decoder->repeat) in img_ir_decoder_convert()
854 if (dec->repeat && !hw->stopping) { in img_ir_handle_data()
860 interval = dec->repeat + (dec->repeat >> 3); in img_ir_handle_data()
Dimg-ir-nec.c143 .repeat = 108, /* 108 ms */
Dimg-ir-hw.h175 unsigned int repeat; member
/linux-4.1.27/fs/f2fs/
Dcheckpoint.c36 repeat: in grab_meta_page()
40 goto repeat; in grab_meta_page()
59 repeat: in get_meta_page()
63 goto repeat; in get_meta_page()
69 goto repeat; in get_meta_page()
74 goto repeat; in get_meta_page()
Ddata.c992 repeat: in get_lock_data_page()
1043 goto repeat; in get_lock_data_page()
1068 repeat: in get_new_data_page()
1099 goto repeat; in get_new_data_page()
1592 repeat: in f2fs_write_begin()
1664 goto repeat; in f2fs_write_begin()
Dnode.c1047 repeat: in get_node_page()
1065 goto repeat; in get_node_page()
1086 repeat: in get_node_page_ra()
1114 goto repeat; in get_node_page_ra()
Dsegment.c299 repeat: in issue_flush_thread()
325 goto repeat; in issue_flush_thread()
/linux-4.1.27/include/linux/input/
Dadp5589.h153 bool repeat; /* Enable key repeat */ member
/linux-4.1.27/drivers/input/keyboard/
Dpmic8xxx-keypad.c511 bool repeat; in pmic8xxx_kp_probe() local
527 repeat = !of_property_read_bool(pdev->dev.of_node, in pmic8xxx_kp_probe()
583 if (repeat) in pmic8xxx_kp_probe()
Dadp5520-keys.c127 if (pdata->repeat) in adp5520_keys_probe()
Dbf54x-keys.c287 if (pdata->repeat) in bfin_kpad_probe()
Dlm8323.c729 if (pdata->repeat) in lm8323_probe()
Dadp5588-keys.c544 if (pdata->repeat) in adp5588_probe()
Dadp5589-keys.c988 if (pdata->repeat) in adp5589_probe()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtime-event.c610 time_cmd.repeat = 1; in iwl_mvm_protect_session()
790 time_cmd.repeat = 1; in iwl_mvm_start_p2p_roc()
874 time_cmd.repeat = 1; in iwl_mvm_schedule_csa_period()
Dfw-api.h778 u8 repeat; member
/linux-4.1.27/kernel/
Dstop_machine.c454 repeat: in cpu_stopper_thread()
485 goto repeat; in cpu_stopper_thread()
Dkthread.c553 repeat: in kthread_worker_fn()
581 goto repeat; in kthread_worker_fn()
Dexit.c173 repeat: in release_task()
211 goto repeat; in release_task()
1483 repeat: in do_wait()
1518 goto repeat; in do_wait()
Dsysctl_binary.c1235 repeat: in get_sysctl()
1269 goto repeat; in get_sysctl()
Dworkqueue.c2268 repeat: in rescuer_thread()
2362 goto repeat; in rescuer_thread()
/linux-4.1.27/drivers/net/wan/
Dsbni.c507 int repeat; in sbni_interrupt() local
514 repeat = 0; in sbni_interrupt()
517 repeat = 1; in sbni_interrupt()
521 repeat = 1; in sbni_interrupt()
522 } while( repeat ); in sbni_interrupt()
/linux-4.1.27/drivers/hwmon/
Dnct6683.c398 int repeat) in nct6683_create_attr_group() argument
408 if (repeat <= 0) in nct6683_create_attr_group()
422 attrs = devm_kzalloc(dev, sizeof(*attrs) * (repeat * count + 1), in nct6683_create_attr_group()
427 su = devm_kzalloc(dev, sizeof(*su) * repeat * count, in nct6683_create_attr_group()
435 for (i = 0; i < repeat; i++) { in nct6683_create_attr_group()
Dnct6775.c958 int repeat) in nct6775_create_attr_group() argument
968 if (repeat <= 0) in nct6775_create_attr_group()
982 attrs = devm_kzalloc(dev, sizeof(*attrs) * (repeat * count + 1), in nct6775_create_attr_group()
987 su = devm_kzalloc(dev, sizeof(*su) * repeat * count, in nct6775_create_attr_group()
995 for (i = 0; i < repeat; i++) { in nct6775_create_attr_group()
/linux-4.1.27/include/linux/mfd/
Dadp5520.h174 unsigned repeat:1; /* Enable key repeat */ member
/linux-4.1.27/Documentation/power/
Dbasic-pm-debugging.txt13 hibernation is most likely to work correctly. Still, you need to repeat the
98 and "processors" up to "core" (repeat the test on each level a couple of times
111 - if the test fails, unload a half of the drivers currently loaded and repeat
115 recently and repeat.
/linux-4.1.27/fs/reiserfs/
Dfix_node.c2637 goto repeat; in fix_nodes()
2646 goto repeat; in fix_nodes()
2655 goto repeat; in fix_nodes()
2660 goto repeat; in fix_nodes()
2668 goto repeat; in fix_nodes()
2709 goto repeat; in fix_nodes()
2715 goto repeat; in fix_nodes()
2718 repeat: in fix_nodes()
Dinode.c659 int repeat, retval = 0; in reiserfs_get_block() local
762 repeat = in reiserfs_get_block()
771 if (repeat == NO_DISK_SPACE || repeat == QUOTA_EXCEEDED) { in reiserfs_get_block()
776 repeat = in reiserfs_get_block()
780 if (repeat != NO_DISK_SPACE && repeat != QUOTA_EXCEEDED) { in reiserfs_get_block()
783 if (repeat == QUOTA_EXCEEDED) in reiserfs_get_block()
Djournal.c163 repeat: in get_bitmap_node()
175 goto repeat; in get_bitmap_node()
/linux-4.1.27/drivers/block/paride/
Dpf.c780 repeat: in do_pf_request()
794 goto repeat; in do_pf_request()
809 goto repeat; in do_pf_request()
/linux-4.1.27/fs/
Ddax.c338 repeat: in do_dax_fault()
348 goto repeat; in do_dax_fault()
Dinode.c765 repeat: in find_inode()
774 goto repeat; in find_inode()
792 repeat: in find_inode_fast()
801 goto repeat; in find_inode_fast()
Dfile.c453 repeat: in __alloc_fd()
479 goto repeat; in __alloc_fd()
Ddcache.c754 repeat: in dput()
787 goto repeat; in dput()
822 repeat: in dget_parent()
833 goto repeat; in dget_parent()
1185 repeat: in d_walk()
1215 goto repeat; in d_walk()
Dbuffer.c510 repeat: in osync_buffers_list()
521 goto repeat; in osync_buffers_list()
Dnamespace.c2511 repeat: in select_submounts()
2526 goto repeat; in select_submounts()
/linux-4.1.27/drivers/xen/
Dswiotlb-xen.c223 unsigned int repeat = 3; in xen_swiotlb_init() local
281 if (repeat--) { in xen_swiotlb_init()
/linux-4.1.27/Documentation/
Dirqflags-tracing.txt37 fix and repeat. Once the system has booted up and works without a
Dedac.txt706 bit 0 - repeat
Dkernel-parameters.txt505 Use software keyboard repeat
3561 the optional capability to repeat N number of times.
Dmemory-barriers.txt2024 To repeat, this write memory barrier is present if and only if something
/linux-4.1.27/Documentation/trace/
Dtracepoint-analysis.txt149 $ perf stat --repeat 5 -e kmem:mm_page_alloc -e kmem:mm_page_free
168 Using --repeat, it is also possible to view how events are fluctuating over
173 -a --repeat 10 \
/linux-4.1.27/drivers/net/ethernet/amd/
Damd8111e.c117 unsigned int repeat= REPEAT_CNT; in amd8111e_read_phy() local
128 } while (--repeat && (reg_val & PHY_CMD_ACTIVE)); in amd8111e_read_phy()
144 unsigned int repeat = REPEAT_CNT; in amd8111e_write_phy() local
158 } while (--repeat && (reg_val & PHY_CMD_ACTIVE)); in amd8111e_write_phy()
869 unsigned int repeat = REPEAT_CNT; in amd8111e_read_mib() local
876 while (--repeat && (status & MIB_CMD_ACTIVE)); in amd8111e_read_mib()
/linux-4.1.27/Documentation/video4linux/
Dcpia2_overview.txt36 a tuple structure containing address/value pairs. The repeat mode is only
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c652 u16 repeat = init->repeat; in init_repeat() local
657 init->repeat = init->offset; in init_repeat()
660 init->offset = init->repeat; in init_repeat()
666 init->repeat = repeat; in init_repeat()
719 if (init->repeat) { in init_end_repeat()
/linux-4.1.27/arch/x86/mm/
Dinit_32.c290 repeat: in kernel_physical_mapping_init()
385 goto repeat; in kernel_physical_mapping_init()
Dpageattr.c1139 repeat: in __change_page_attr()
1225 goto repeat; in __change_page_attr()
/linux-4.1.27/drivers/media/firewire/
Dfiredtv-avc.c1382 repeat: in cmp_establish_pp_connection()
1424 goto repeat; in cmp_establish_pp_connection()
1440 repeat: in cmp_break_pp_connection()
1465 goto repeat; in cmp_break_pp_connection()
/linux-4.1.27/arch/alpha/lib/
Dev6-clear_user.S152 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop?
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.h266 u8 repeat; member
Dcfg80211.c3366 pfn_param.repeat = BRCMF_PNO_REPEAT; in brcmf_dev_pno_config()
/linux-4.1.27/drivers/iio/orientation/
Dhid-sensor-rotation.c57 chan->scan_type.repeat = 4; in dev_rot_adjust_channel_bit_mask()
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmthread.c68 repeat: in __dlm_wait_on_lockres_flags()
74 goto repeat; in __dlm_wait_on_lockres_flags()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c754 repeat: in cmd_report()
870 goto repeat; in cmd_report()
Dbuiltin-top.c612 repeat: in display_thread()
636 goto repeat; in display_thread()
/linux-4.1.27/fs/kernfs/
Dfile.c810 repeat: in kernfs_notify_workfn()
857 goto repeat; in kernfs_notify_workfn()
Ddir.c401 repeat: in kernfs_put()
430 goto repeat; in kernfs_put()
/linux-4.1.27/drivers/acpi/apei/
Dapei-base.c315 repeat: in apei_res_add()
328 goto repeat; in apei_res_add()
/linux-4.1.27/net/core/
Dnetpoll.c287 repeat: in find_skb()
296 goto repeat; in find_skb()
/linux-4.1.27/drivers/ide/
Dide-io.c479 repeat: in do_ide_request()
557 goto repeat; in do_ide_request()
/linux-4.1.27/include/linux/iio/
Diio.h234 u8 repeat; member
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dioctl.h385 u16 repeat; member
Dcfg80211.c2799 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_auto_arp_mef_entry()
2814 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_auto_arp_mef_entry()
2863 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_wowlan_mef_entry()
2880 mef_entry->filter[filt_num].repeat = 16; in mwifiex_set_wowlan_mef_entry()
2891 mef_entry->filter[filt_num].repeat = 16; in mwifiex_set_wowlan_mef_entry()
Dsta_cmd.c1333 *(__le32 *)stack_ptr = cpu_to_le32((u32)filter->repeat); in mwifiex_cmd_append_rpn_expression()
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-server-gss.txt84 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
/linux-4.1.27/lib/
Ddebugobjects.c686 repeat: in __debug_check_no_obj_freed()
703 goto repeat; in __debug_check_no_obj_freed()
/linux-4.1.27/arch/arm/nwfpe/
DChangeLog7 * Only initialize FPE state once in repeat-FP situations. (6%)
/linux-4.1.27/fs/udf/
Dballoc.c235 repeat: in udf_bitmap_new_block()
330 goto repeat; in udf_bitmap_new_block()
/linux-4.1.27/fs/ext4/
Dmballoc.c2140 repeat: in ext4_mb_regular_allocator()
2217 goto repeat; in ext4_mb_regular_allocator()
3850 repeat: in ext4_mb_discard_group_preallocations()
3882 goto repeat; in ext4_mb_discard_group_preallocations()
3945 repeat: in ext4_discard_preallocations()
3962 goto repeat; in ext4_discard_preallocations()
3990 goto repeat; in ext4_discard_preallocations()
4468 repeat: in ext4_mb_new_blocks()
4498 goto repeat; in ext4_mb_new_blocks()
4509 goto repeat; in ext4_mb_new_blocks()
Dextents.c1355 repeat: in ext4_ext_create_new_leaf()
1402 goto repeat; in ext4_ext_create_new_leaf()
5583 goto repeat; in ext4_swap_extents()
5627 goto repeat; in ext4_swap_extents()
5648 goto repeat; in ext4_swap_extents()
5674 goto repeat; in ext4_swap_extents()
5716 repeat: in ext4_swap_extents()
/linux-4.1.27/arch/m68k/fpsp040/
Dbinstr.S43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
Dbindec.S87 | or less than LEN -1 digits, adjust ILOG and repeat from
608 | or less than LEN -1 digits, adjust ILOG and repeat from
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog.c312 repeat: in llog_process_thread()
344 goto repeat; in llog_process_thread()
/linux-4.1.27/fs/dlm/
Duser.c821 repeat: in device_read()
827 goto repeat; in device_read()
/linux-4.1.27/fs/ext2/
Dballoc.c699 repeat: in ext2_try_to_allocate()
726 goto repeat; in ext2_try_to_allocate()
/linux-4.1.27/net/sched/
Dact_api.c394 repeat: in tcf_action_exec()
402 goto repeat; /* we need a ttl - JHS */ in tcf_action_exec()
/linux-4.1.27/drivers/acpi/
Dec.c500 int repeat = 5; /* number of command restarts */ in ec_poll() local
502 while (repeat--) { in ec_poll()
/linux-4.1.27/sound/core/
DKconfig208 Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages.
/linux-4.1.27/arch/s390/mm/
Dpgtable.c67 repeat: in crst_table_upgrade()
98 goto repeat; in crst_table_upgrade()
/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt84 For convenience, we repeat the content of struct vmcs12 here. If the internals
/linux-4.1.27/Documentation/leds/
Dledtrig-transient.txt141 repeat the following step as needed:
/linux-4.1.27/fs/ext3/
Dballoc.c910 repeat: in ext3_try_to_allocate()
937 goto repeat; in ext3_try_to_allocate()
/linux-4.1.27/drivers/mtd/ubi/
Dwl.c507 repeat: in serve_prot_queue()
523 goto repeat; in serve_prot_queue()
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt53 CT.3 (TXRPT) Branch repeat counter
/linux-4.1.27/arch/blackfin/mach-bf548/boards/
Dcm_bf548.c97 .repeat = 0,
Dezkit.c136 .repeat = 0,
/linux-4.1.27/arch/mips/kernel/
Dmips-r2-to-r6-emul.c914 repeat: in mipsr2_decoder()
2211 goto repeat; in mipsr2_decoder()
/linux-4.1.27/arch/blackfin/mach-bf527/boards/
Dezkit.c940 .repeat = 0,
/linux-4.1.27/arch/arm/boot/dts/
Dtegra20-whistler.dts508 nvidia,repeat-delay-ms = <160>;
Dtegra20-harmony.dts441 nvidia,repeat-delay-ms = <160>;
Dtegra20-seaboard.dts541 nvidia,repeat-delay-ms = <160>;
/linux-4.1.27/drivers/staging/panel/
Dpanel.c2073 const char *repeat, in panel_bind_key() argument
2094 strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str)); in panel_bind_key()
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
Dstamp.c1875 .repeat = 0,
1974 .repeat = 0,
/linux-4.1.27/drivers/ata/
Dlibata-scsi.c3721 repeat: in ata_scsi_scan_host()
3768 goto repeat; in ata_scsi_scan_host()
3776 goto repeat; in ata_scsi_scan_host()
Dlibata-eh.c730 repeat: in ata_scsi_port_error_handler()
786 goto repeat; in ata_scsi_port_error_handler()
/linux-4.1.27/drivers/usb/gadget/
Dcomposite.c914 goto repeat; in collect_langs()
917 repeat: in collect_langs()
/linux-4.1.27/drivers/macintosh/
Dadbhid.c284 adbhid_input_keycode(int id, int scancode, int repeat) in adbhid_input_keycode() argument
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dsvga3d_reg.h576 uint16 repeat; member
/linux-4.1.27/drivers/block/drbd/
Ddrbd_receiver.c2141 repeat: in fail_postponed_requests()
2157 goto repeat; in fail_postponed_requests()
2178 repeat: in handle_write_conflicts()
2194 goto repeat; in handle_write_conflicts()
2252 goto repeat; in handle_write_conflicts()
/linux-4.1.27/drivers/net/
DKconfig24 # All the following symbols are dependent on NETDEVICES - do not repeat
/linux-4.1.27/Documentation/scsi/
Darcmsr_spec.txt487 ** byte 11/12/13 : repeat for each volume in the raidset
/linux-4.1.27/fs/logfs/
Dreadwrite.c318 repeat: in logfs_get_write_page()
328 goto repeat; in logfs_get_write_page()
/linux-4.1.27/drivers/mmc/card/
Dmmc_test.c395 struct scatterlist *sglist, int repeat, in mmc_test_map_sg() argument
430 } while (sz && repeat); in mmc_test_map_sg()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bios.c47 bool repeat; member
/linux-4.1.27/fs/jfs/
Djfs_dtree.c3067 repeat: in jfs_readdir()
3085 goto repeat; in jfs_readdir()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dhal.h3946 u32 repeat; member
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt386 numbering is only per-partition-unique so entries will frequently repeat.
/linux-4.1.27/drivers/md/
Dmd.c2233 repeat: in md_update_sb()
2364 goto repeat; in md_update_sb()
7865 repeat: in md_do_sync()
7897 goto repeat; in md_do_sync()
/linux-4.1.27/Documentation/input/
Datarikbd.txt459 every Vn tenths of seconds. This provides a velocity (auto-repeat) breakpoint
/linux-4.1.27/Documentation/networking/
Darcnet.txt231 just repeat the options on the kernel command line, e.g.:
/linux-4.1.27/drivers/scsi/
Dosst.c433 static int repeat = 0; in osst_do_scsi() local
499 ++repeat < 3))) { in osst_do_scsi()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_els.c7855 repeat: in lpfc_resume_fabric_iocbs()
7888 goto repeat; in lpfc_resume_fabric_iocbs()
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt1600 entering the discussion it is useful to repeat that the Coda FS Driver
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2820 and repeat the process above. You'll also need to re-enable break-
3811 and repeat the build process with ARCH=um on all the steps.
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1881 #7 0x4d7a8a in command_line_input (prompt=0x564420 "(gdb) ", repeat=1,