/linux-4.4.14/scripts/genksyms/ |
D | lex.l | 151 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 …]
|
D | lex.lex.c_shipped | 1960 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.4.14/fs/jffs2/ |
D | compr_rtime.c | 86 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.4.14/kernel/power/ |
D | suspend_test.c | 79 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.4.14/sound/usb/line6/ |
D | midibuf.c | 138 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.4.14/scripts/kconfig/ |
D | streamline_config.pl | 433 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.4.14/arch/x86/boot/ |
D | printf.c | 138 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.4.14/arch/alpha/boot/ |
D | stdio.c | 140 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.4.14/arch/powerpc/boot/ |
D | stdio.c | 166 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.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-p2m.c | 39 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()
|
D | solo6x10.h | 346 int repeat, u32 ext_size); 349 int repeat, u32 ext_size); 352 int repeat, u32 ext_size);
|
/linux-4.4.14/mm/ |
D | filemap.c | 1036 repeat: in find_get_entry() 1045 goto repeat; in find_get_entry() 1054 goto repeat; in find_get_entry() 1063 goto repeat; in find_get_entry() 1093 repeat: in find_lock_entry() 1101 goto repeat; in find_lock_entry() 1137 repeat: in pagecache_get_page() 1158 goto repeat; in pagecache_get_page() 1191 goto repeat; in pagecache_get_page() 1237 repeat: in find_get_entries() [all …]
|
D | memory_hotplug.c | 1760 repeat: in __offline_pages() 1780 goto repeat; in __offline_pages() 1787 goto repeat; in __offline_pages()
|
D | memblock.c | 546 repeat: in memblock_add_range() 600 goto repeat; in memblock_add_range()
|
D | shmem.c | 1069 repeat: in shmem_getpage_gfp() 1282 goto repeat; in shmem_getpage_gfp() 1285 goto repeat; in shmem_getpage_gfp()
|
/linux-4.4.14/drivers/block/ |
D | hd.c | 370 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()
|
D | ataflop.c | 731 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()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | vgtod.h | 44 repeat: in gtod_read_begin() 48 goto repeat; in gtod_read_begin()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_main.c | 1476 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.4.14/fs/nilfs2/ |
D | page.c | 264 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()
|
D | segbuf.c | 430 repeat: in nilfs_segbuf_submit_bh() 447 goto repeat; in nilfs_segbuf_submit_bh()
|
D | inode.c | 703 repeat: in nilfs_truncate_bmap() 718 goto repeat; in nilfs_truncate_bmap()
|
D | segment.c | 706 repeat: in nilfs_lookup_dirty_data_buffers() 741 goto repeat; in nilfs_lookup_dirty_data_buffers()
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 160 int *repeat, u8 *uniform) in mtrr_type_lookup_variable() argument 166 *repeat = 0; in mtrr_type_lookup_variable() 221 *repeat = 1; in mtrr_type_lookup_variable() 260 int repeat; in mtrr_type_lookup() local 286 &repeat, &is_uniform); in mtrr_type_lookup() 294 while (repeat) { in mtrr_type_lookup() 299 &repeat, &dummy); in mtrr_type_lookup()
|
/linux-4.4.14/drivers/iio/ |
D | industrialio-buffer.c | 221 if (this_attr->c->scan_type.repeat > 1) in iio_show_fixed_type() 227 this_attr->c->scan_type.repeat, in iio_show_fixed_type() 525 if (ch->scan_type.repeat > 1) in iio_compute_scan_bytes() 527 ch->scan_type.repeat; in iio_compute_scan_bytes() 536 if (ch->scan_type.repeat > 1) in iio_compute_scan_bytes() 538 ch->scan_type.repeat; in iio_compute_scan_bytes() 1273 if (ch->scan_type.repeat > 1) in iio_buffer_update_demux() 1275 ch->scan_type.repeat; in iio_buffer_update_demux() 1282 if (ch->scan_type.repeat > 1) in iio_buffer_update_demux() 1284 ch->scan_type.repeat; in iio_buffer_update_demux() [all …]
|
/linux-4.4.14/drivers/s390/cio/ |
D | crw.c | 67 repeat: in crw_collect_info() 131 goto repeat; in crw_collect_info()
|
/linux-4.4.14/arch/m68k/atari/ |
D | atakeyb.c | 140 repeat: in atari_keyboard_interrupt() 166 goto repeat; in atari_keyboard_interrupt() 308 goto repeat; in atari_keyboard_interrupt()
|
/linux-4.4.14/include/linux/i2c/ |
D | lm8323.h | 38 bool repeat; member
|
D | adp5588.h | 147 unsigned repeat:1; /* Enable key repeat */ member
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hugepage-hash64.c | 141 repeat: in __hash_page_thp() 162 goto repeat; in __hash_page_thp()
|
D | hash_utils_64.c | 1447 repeat: in hpte_insert_repeating() 1468 goto repeat; in hpte_insert_repeating()
|
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ |
D | bf54x_keys.h | 15 unsigned short repeat; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | init.h | 14 u16 repeat; member
|
/linux-4.4.14/fs/isofs/ |
D | rock.c | 215 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.4.14/Documentation/devicetree/bindings/input/ |
D | nvidia,tegra20-kbc.txt | 30 - nvidia,repeat-delay-ms: delay in milliseconds before repeat starts
|
D | gpio-keys.txt | 7 - autorepeat: Boolean, Enable auto repeat feature of Linux input
|
D | gpio-keys-polled.txt | 8 - autorepeat: Boolean, Enable auto repeat feature of Linux input
|
D | brcm,bcm-keypad.txt | 58 - autorepeat: Boolean, Enable auto repeat feature of Linux input
|
/linux-4.4.14/drivers/input/mouse/ |
D | elan_i2c_core.c | 136 int repeat = ETP_RETRY_COUNT; in elan_enable_power() local 152 } while (--repeat > 0); in elan_enable_power() 160 int repeat = ETP_RETRY_COUNT; in elan_disable_power() local 180 } while (--repeat > 0); in elan_disable_power() 188 int repeat = ETP_RETRY_COUNT; in elan_sleep() local 197 } while (--repeat > 0); in elan_sleep() 233 int repeat = ETP_RETRY_COUNT; in elan_initialize() local 242 } while (--repeat > 0); in elan_initialize()
|
/linux-4.4.14/drivers/base/power/ |
D | runtime.c | 424 repeat: in rpm_suspend() 480 goto repeat; in rpm_suspend() 497 goto repeat; in rpm_suspend() 573 goto repeat; in rpm_suspend() 606 repeat: in rpm_resume() 650 goto repeat; in rpm_resume() 668 goto repeat; in rpm_resume() 729 goto repeat; in rpm_resume()
|
/linux-4.4.14/arch/arm/vdso/ |
D | vgettimeofday.c | 37 repeat: in __vdso_read_begin() 41 goto repeat; in __vdso_read_begin()
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 904 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.4.14/include/linux/ |
D | seqlock.h | 111 repeat: in __read_seqcount_begin() 115 goto repeat; in __read_seqcount_begin()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | examples.txt | 45 '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
|
D | perf-bench.txt | 20 --repeat=:: 21 Specify amount of times to repeat the run (default 10).
|
D | perf-stat.txt | 74 --repeat=<n>:: 75 repeat command and print average + stddev (max: 100). 0 means forever. 135 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
|
D | perf-sched.txt | 30 of the workload as it occurred when it was recorded - and can repeat
|
/linux-4.4.14/fs/jbd2/ |
D | transaction.c | 317 repeat: in start_this_handle() 336 goto repeat; in start_this_handle() 350 goto repeat; in start_this_handle() 358 goto repeat; in start_this_handle() 828 repeat: in do_get_write_access() 951 goto repeat; in do_get_write_access() 979 goto repeat; in do_get_write_access() 1230 repeat: in jbd2_journal_get_undo_access() 1248 goto repeat; in jbd2_journal_get_undo_access()
|
D | journal.c | 380 repeat: in jbd2_journal_write_metadata_buffer() 430 goto repeat; in jbd2_journal_write_metadata_buffer() 2456 repeat: in jbd2_journal_add_journal_head() 2470 goto repeat; in jbd2_journal_add_journal_head()
|
/linux-4.4.14/drivers/media/rc/img-ir/ |
D | img-ir-sanyo.c | 114 .repeat = 108, /* 108 ms */
|
D | img-ir-hw.c | 333 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()
|
D | img-ir-nec.c | 143 .repeat = 108, /* 108 ms */
|
D | img-ir-hw.h | 175 unsigned int repeat; member
|
/linux-4.4.14/include/linux/input/ |
D | adp5589.h | 153 bool repeat; /* Enable key repeat */ member
|
/linux-4.4.14/fs/f2fs/ |
D | checkpoint.c | 36 repeat: in grab_meta_page() 40 goto repeat; in grab_meta_page() 65 repeat: in __get_meta_page() 69 goto repeat; in __get_meta_page() 78 goto repeat; in __get_meta_page() 84 goto repeat; in __get_meta_page()
|
D | data.c | 381 repeat: in get_lock_data_page() 394 goto repeat; in get_lock_data_page() 415 repeat: in get_new_data_page() 446 goto repeat; in get_new_data_page() 1418 repeat: in f2fs_write_begin() 1499 goto repeat; in f2fs_write_begin()
|
D | node.c | 1057 repeat: in get_node_page() 1077 goto repeat; in get_node_page() 1098 repeat: in get_node_page_ra() 1128 goto repeat; in get_node_page_ra()
|
D | segment.c | 322 repeat: in issue_flush_thread() 350 goto repeat; in issue_flush_thread()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | pmic8xxx-keypad.c | 512 bool repeat; in pmic8xxx_kp_probe() local 528 repeat = !of_property_read_bool(np, "linux,input-no-autorepeat"); in pmic8xxx_kp_probe() 585 if (repeat) in pmic8xxx_kp_probe()
|
D | adp5520-keys.c | 127 if (pdata->repeat) in adp5520_keys_probe()
|
D | bf54x-keys.c | 287 if (pdata->repeat) in bfin_kpad_probe()
|
D | adp5588-keys.c | 544 if (pdata->repeat) in adp5588_probe()
|
D | lm8323.c | 729 if (pdata->repeat) in lm8323_probe()
|
D | adp5589-keys.c | 988 if (pdata->repeat) in adp5589_probe()
|
/linux-4.4.14/fs/ |
D | file.c | 217 repeat: in expand_files() 233 goto repeat; in expand_files() 504 repeat: in __alloc_fd() 530 goto repeat; in __alloc_fd()
|
D | inode.c | 779 repeat: in find_inode() 788 goto repeat; in find_inode() 806 repeat: in find_inode_fast() 815 goto repeat; in find_inode_fast()
|
D | dax.c | 378 repeat: in __dax_fault() 388 goto repeat; in __dax_fault()
|
D | dcache.c | 754 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()
|
D | buffer.c | 514 repeat: in osync_buffers_list() 525 goto repeat; in osync_buffers_list()
|
D | namespace.c | 2520 repeat: in select_submounts() 2535 goto repeat; in select_submounts()
|
/linux-4.4.14/lib/842/ |
D | 842_compress.c | 540 goto repeat; in sw842_compress() 546 goto repeat; in sw842_compress() 557 repeat: in sw842_compress()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | time-event.c | 606 time_cmd.repeat = 1; in iwl_mvm_protect_session() 786 time_cmd.repeat = 1; in iwl_mvm_start_p2p_roc() 866 time_cmd.repeat = 1; in iwl_mvm_schedule_csa_period()
|
D | fw-api.h | 835 u8 repeat; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog.c | 251 repeat: in llog_process_thread() 283 goto repeat; in llog_process_thread()
|
/linux-4.4.14/kernel/ |
D | stop_machine.c | 437 repeat: in cpu_stopper_thread() 468 goto repeat; in cpu_stopper_thread()
|
D | kthread.c | 572 repeat: in kthread_worker_fn() 600 goto repeat; in kthread_worker_fn()
|
D | exit.c | 173 repeat: in release_task() 211 goto repeat; in release_task() 1487 repeat: in do_wait() 1522 goto repeat; in do_wait()
|
D | sysctl_binary.c | 1235 repeat: in get_sysctl() 1269 goto repeat; in get_sysctl()
|
D | workqueue.c | 2261 repeat: in rescuer_thread() 2355 goto repeat; in rescuer_thread()
|
/linux-4.4.14/net/netfilter/ |
D | core.c | 273 repeat: in nf_iterate() 286 goto repeat; in nf_iterate()
|
/linux-4.4.14/drivers/net/wan/ |
D | sbni.c | 507 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.4.14/drivers/hwmon/ |
D | nct6683.c | 398 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()
|
D | nct6775.c | 1049 int repeat) in nct6775_create_attr_group() argument 1059 if (repeat <= 0) in nct6775_create_attr_group() 1073 attrs = devm_kzalloc(dev, sizeof(*attrs) * (repeat * count + 1), in nct6775_create_attr_group() 1078 su = devm_kzalloc(dev, sizeof(*su) * repeat * count, in nct6775_create_attr_group() 1086 for (i = 0; i < repeat; i++) { in nct6775_create_attr_group()
|
/linux-4.4.14/include/linux/mfd/ |
D | adp5520.h | 174 unsigned repeat:1; /* Enable key repeat */ member
|
/linux-4.4.14/Documentation/power/ |
D | basic-pm-debugging.txt | 13 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.4.14/fs/reiserfs/ |
D | fix_node.c | 2637 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()
|
D | inode.c | 659 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()
|
D | journal.c | 163 repeat: in get_bitmap_node() 175 goto repeat; in get_bitmap_node()
|
/linux-4.4.14/drivers/block/paride/ |
D | pf.c | 787 repeat: in do_pf_request() 801 goto repeat; in do_pf_request() 816 goto repeat; in do_pf_request()
|
/linux-4.4.14/drivers/xen/ |
D | swiotlb-xen.c | 222 unsigned int repeat = 3; in xen_swiotlb_init() local 280 if (repeat--) { in xen_swiotlb_init()
|
/linux-4.4.14/Documentation/ |
D | irqflags-tracing.txt | 37 fix and repeat. Once the system has booted up and works without a
|
D | edac.txt | 676 bit 0 - repeat
|
D | kernel-parameters.txt | 512 Use software keyboard repeat 3681 the optional capability to repeat N number of times.
|
D | memory-barriers.txt | 2013 To repeat, this write memory barrier is present if and only if something
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 149 $ 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.4.14/drivers/net/ethernet/amd/ |
D | amd8111e.c | 117 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.4.14/Documentation/video4linux/ |
D | cpia2_overview.txt | 36 a tuple structure containing address/value pairs. The repeat mode is only
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 659 u16 repeat = init->repeat; in init_repeat() local 664 init->repeat = init->offset; in init_repeat() 667 init->offset = init->repeat; in init_repeat() 673 init->repeat = repeat; in init_repeat() 726 if (init->repeat) { in init_end_repeat()
|
/linux-4.4.14/arch/x86/mm/ |
D | init_32.c | 290 repeat: in kernel_physical_mapping_init() 385 goto repeat; in kernel_physical_mapping_init()
|
D | pageattr.c | 1166 repeat: in __change_page_attr() 1252 goto repeat; in __change_page_attr()
|
/linux-4.4.14/drivers/media/firewire/ |
D | firedtv-avc.c | 1382 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.4.14/arch/alpha/lib/ |
D | ev6-clear_user.S | 152 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop?
|
/linux-4.4.14/drivers/iio/orientation/ |
D | hid-sensor-rotation.c | 57 chan->scan_type.repeat = 4; in dev_rot_adjust_channel_bit_mask()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 264 u8 repeat; member
|
D | cfg80211.c | 3451 pfn_param.repeat = BRCMF_PNO_REPEAT; in brcmf_dev_pno_config()
|
/linux-4.4.14/drivers/acpi/apei/ |
D | apei-base.c | 311 repeat: in apei_res_add() 324 goto repeat; in apei_res_add()
|
/linux-4.4.14/fs/kernfs/ |
D | file.c | 809 repeat: in kernfs_notify_workfn() 856 goto repeat; in kernfs_notify_workfn()
|
D | dir.c | 424 repeat: in kernfs_put() 453 goto repeat; in kernfs_put()
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 292 repeat: in find_skb() 301 goto repeat; in find_skb()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmthread.c | 68 repeat: in __dlm_wait_on_lockres_flags() 74 goto repeat; in __dlm_wait_on_lockres_flags()
|
/linux-4.4.14/drivers/ide/ |
D | ide-io.c | 479 repeat: in do_ide_request() 557 goto repeat; in do_ide_request()
|
/linux-4.4.14/include/linux/iio/ |
D | iio.h | 237 u8 repeat; member
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-server-gss.txt | 84 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | ioctl.h | 392 u16 repeat; member
|
D | cfg80211.c | 2958 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_auto_arp_mef_entry() 2973 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_auto_arp_mef_entry() 3022 mef_entry->filter[filt_num].repeat = 1; in mwifiex_set_wowlan_mef_entry() 3039 mef_entry->filter[filt_num].repeat = 16; in mwifiex_set_wowlan_mef_entry() 3050 mef_entry->filter[filt_num].repeat = 16; in mwifiex_set_wowlan_mef_entry()
|
D | sta_cmd.c | 1367 *(__le32 *)stack_ptr = cpu_to_le32((u32)filter->repeat); in mwifiex_cmd_append_rpn_expression()
|
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 837 repeat: in cmd_report() 960 goto repeat; in cmd_report()
|
D | builtin-top.c | 621 repeat: in display_thread() 645 goto repeat; in display_thread()
|
/linux-4.4.14/lib/ |
D | debugobjects.c | 686 repeat: in __debug_check_no_obj_freed() 703 goto repeat; in __debug_check_no_obj_freed()
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | ChangeLog | 7 * Only initialize FPE state once in repeat-FP situations. (6%)
|
/linux-4.4.14/fs/udf/ |
D | balloc.c | 235 repeat: in udf_bitmap_new_block() 330 goto repeat; in udf_bitmap_new_block()
|
/linux-4.4.14/fs/ext4/ |
D | mballoc.c | 2156 repeat: in ext4_mb_regular_allocator() 2241 goto repeat; in ext4_mb_regular_allocator() 3870 repeat: in ext4_mb_discard_group_preallocations() 3902 goto repeat; in ext4_mb_discard_group_preallocations() 3965 repeat: in ext4_discard_preallocations() 3982 goto repeat; in ext4_discard_preallocations() 4010 goto repeat; in ext4_discard_preallocations() 4489 repeat: in ext4_mb_new_blocks() 4519 goto repeat; in ext4_mb_new_blocks() 4530 goto repeat; in ext4_mb_new_blocks()
|
D | extents.c | 1357 repeat: in ext4_ext_create_new_leaf() 1404 goto repeat; in ext4_ext_create_new_leaf() 5817 goto repeat; in ext4_swap_extents() 5861 goto repeat; in ext4_swap_extents() 5882 goto repeat; in ext4_swap_extents() 5908 goto repeat; in ext4_swap_extents() 5950 repeat: in ext4_swap_extents()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | binstr.S | 43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
|
D | bindec.S | 87 | 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.4.14/fs/dlm/ |
D | user.c | 819 repeat: in device_read() 825 goto repeat; in device_read()
|
/linux-4.4.14/fs/ext2/ |
D | balloc.c | 699 repeat: in ext2_try_to_allocate() 726 goto repeat; in ext2_try_to_allocate()
|
/linux-4.4.14/net/sched/ |
D | act_api.c | 417 repeat: in tcf_action_exec() 420 goto repeat; /* we need a ttl - JHS */ in tcf_action_exec()
|
/linux-4.4.14/drivers/acpi/ |
D | ec.c | 647 int repeat = 5; /* number of command restarts */ in ec_poll() local 649 while (repeat--) { in ec_poll()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 84 For convenience, we repeat the content of struct vmcs12 here. If the internals
|
/linux-4.4.14/sound/core/ |
D | Kconfig | 234 Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages.
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-transient.txt | 141 repeat the following step as needed:
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_types.h | 785 uint16 repeat; member
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | wl.c | 507 repeat: in serve_prot_queue() 523 goto repeat; in serve_prot_queue()
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 53 CT.3 (TXRPT) Branch repeat counter
|
/linux-4.4.14/arch/blackfin/mach-bf548/boards/ |
D | cm_bf548.c | 97 .repeat = 0,
|
D | ezkit.c | 136 .repeat = 0,
|
/linux-4.4.14/drivers/staging/panel/ |
D | panel.c | 2095 const char *repeat, in panel_bind_key() argument 2116 strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str)); in panel_bind_key()
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 915 repeat: in mipsr2_decoder() 2212 goto repeat; in mipsr2_decoder()
|
/linux-4.4.14/arch/blackfin/mach-bf527/boards/ |
D | ezkit.c | 940 .repeat = 0,
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra20-whistler.dts | 508 nvidia,repeat-delay-ms = <160>;
|
D | tegra20-harmony.dts | 441 nvidia,repeat-delay-ms = <160>;
|
D | tegra20-seaboard.dts | 542 nvidia,repeat-delay-ms = <160>;
|
/linux-4.4.14/arch/blackfin/mach-bf537/boards/ |
D | stamp.c | 1875 .repeat = 0, 1974 .repeat = 0,
|
/linux-4.4.14/drivers/ata/ |
D | libata-scsi.c | 3725 repeat: in ata_scsi_scan_host() 3772 goto repeat; in ata_scsi_scan_host() 3780 goto repeat; in ata_scsi_scan_host()
|
D | libata-eh.c | 730 repeat: in ata_scsi_port_error_handler() 786 goto repeat; in ata_scsi_port_error_handler()
|
/linux-4.4.14/drivers/macintosh/ |
D | adbhid.c | 284 adbhid_input_keycode(int id, int scancode, int repeat) in adbhid_input_keycode() argument
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 919 goto repeat; in collect_langs() 922 repeat: in collect_langs()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 2142 repeat: in fail_postponed_requests() 2158 goto repeat; in fail_postponed_requests() 2179 repeat: in handle_write_conflicts() 2195 goto repeat; in handle_write_conflicts() 2253 goto repeat; in handle_write_conflicts()
|
/linux-4.4.14/Documentation/scsi/ |
D | arcmsr_spec.txt | 487 ** byte 11/12/13 : repeat for each volume in the raidset
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 389 struct scatterlist *sglist, int repeat, in mmc_test_map_sg() argument 424 } while (sz && repeat); in mmc_test_map_sg()
|
/linux-4.4.14/fs/logfs/ |
D | readwrite.c | 318 repeat: in logfs_get_write_page() 328 goto repeat; in logfs_get_write_page()
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 24 # All the following symbols are dependent on NETDEVICES - do not repeat
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 47 bool repeat; member
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dtree.c | 3067 repeat: in jfs_readdir() 3085 goto repeat; in jfs_readdir()
|
/linux-4.4.14/Documentation/powerpc/ |
D | hvcs.txt | 386 numbering is only per-partition-unique so entries will frequently repeat.
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 3946 u32 repeat; member
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 459 every Vn tenths of seconds. This provides a velocity (auto-repeat) breakpoint
|
/linux-4.4.14/drivers/md/ |
D | md.c | 2310 repeat: in md_update_sb() 2442 goto repeat; in md_update_sb() 8015 repeat: in md_do_sync() 8047 goto repeat; in md_do_sync()
|
/linux-4.4.14/Documentation/networking/ |
D | arcnet.txt | 231 just repeat the options on the kernel command line, e.g.:
|
/linux-4.4.14/drivers/scsi/ |
D | osst.c | 433 static int repeat = 0; in osst_do_scsi() local 499 ++repeat < 3))) { in osst_do_scsi()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_els.c | 8480 repeat: in lpfc_resume_fabric_iocbs() 8513 goto repeat; in lpfc_resume_fabric_iocbs()
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 1600 entering the discussion it is useful to repeat that the Coda FS Driver
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2820 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.4.14/Documentation/s390/ |
D | Debugging390.txt | 1881 #7 0x4d7a8a in command_line_input (prompt=0x564420 "(gdb) ", repeat=1,
|