/linux-4.1.27/arch/x86/kernel/ |
D | pci-iommu_table.c | 11 struct iommu_table_entry *finish, in find_dependents_of() argument 19 for (p = start; p < finish; p++) in find_dependents_of() 28 struct iommu_table_entry *finish) { in sort_iommu_table() argument 32 for (p = start; p < finish; p++) { in sort_iommu_table() 34 q = find_dependents_of(start, finish, p); in sort_iommu_table() 50 struct iommu_table_entry *finish) in check_iommu_entries() argument 55 for (p = start; p < finish; p++) { in check_iommu_entries() 56 q = find_dependents_of(start, finish, p); in check_iommu_entries() 57 x = find_dependents_of(start, finish, q); in check_iommu_entries() 66 for (p = start; p < finish; p++) { in check_iommu_entries() [all …]
|
D | smp.c | 226 goto finish; in native_stop_other_cpus() 244 finish: in native_stop_other_cpus()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | cacheflush.h | 82 char *finish = (char *)L2_CACHE_ALIGN((long)buffer + size); in __flush_buffer() local 83 while (next < finish) { in __flush_buffer() 93 char *finish = (char *)L2_CACHE_ALIGN((long)buffer + size); in __finv_buffer() local 94 while (next < finish) { in __finv_buffer() 126 char *finish = (char *)L2_CACHE_ALIGN((long)buffer + size); in __inv_buffer() local 127 while (next < finish) { in __inv_buffer()
|
/linux-4.1.27/arch/mips/kernel/ |
D | spinlock_test.c | 12 ktime_t start, finish; in ss_get() local 30 finish = ktime_get(); in ss_get() 32 *val = ktime_us_delta(finish, start); in ss_get() 92 ktime_t finish; in multi_get() local 109 finish = ktime_get(); in multi_get() 111 *val = ktime_us_delta(finish, t1.start); in multi_get()
|
/linux-4.1.27/arch/s390/mm/ |
D | extable.c | 49 struct exception_table_entry *finish) in sort_extable() argument 55 for (p = start, i = 0; p < finish; p++, i += 8) { in sort_extable() 59 sort(start, finish - start, sizeof(*start), cmp_ex, NULL); in sort_extable() 61 for (p = start, i = 0; p < finish; p++, i += 8) { in sort_extable()
|
/linux-4.1.27/scripts/ |
D | markup_oops.pl | 279 my $finish; 303 $finish = $center; 306 while ($finish < $counter) { 307 $finish = $finish + 1; 308 my $line = $lines[$finish]; 338 while ($i < $finish) {
|
D | spelling.txt | 419 finsih||finish
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | get_op.S | 507 bra finish |special already on stack 510 bne finish 512 bra finish 527 bra finish 532 bra finish 540 bra finish 562 bge finish 564 bra finish |special already on stack 576 bge finish |if clr, go on 578 bra finish [all …]
|
D | bugfix.S | 240 bra finish 243 bra finish 334 bra finish 337 bra finish 460 bra finish 465 bra finish 470 bra finish 475 bra finish 491 finish: label
|
D | res_func.S | 465 bras cu_dmove |fmove code will finish
|
/linux-4.1.27/arch/x86/mm/ |
D | extable.c | 124 struct exception_table_entry *finish) in sort_extable() argument 131 for (p = start; p < finish; p++) { in sort_extable() 138 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable() 143 for (p = start; p < finish; p++) { in sort_extable()
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | pm.c | 94 if (puv3_cpu_pm_fns && puv3_cpu_pm_fns->finish) in puv3_pm_finish() 95 puv3_cpu_pm_fns->finish(); in puv3_pm_finish() 102 .finish = puv3_pm_finish,
|
D | puv3-core.c | 236 .finish = puv3_cpu_pm_finish,
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | pm.c | 89 if (pxa_cpu_pm_fns && pxa_cpu_pm_fns->finish) in pxa_pm_finish() 90 pxa_cpu_pm_fns->finish(); in pxa_pm_finish() 97 .finish = pxa_pm_finish,
|
D | pxa25x.c | 280 .finish = pxa25x_cpu_pm_finish,
|
D | pxa27x.c | 352 .finish = pxa27x_cpu_pm_finish,
|
D | sharpsl_pm.c | 826 .finish = pxa_pm_finish,
|
/linux-4.1.27/drivers/misc/eeprom/ |
D | eeprom_93xx46.c | 97 if (edev->pdata->finish) in eeprom_93xx46_bin_read() 98 edev->pdata->finish(edev); in eeprom_93xx46_bin_read() 142 if (edev->pdata->finish) in eeprom_93xx46_ew() 143 edev->pdata->finish(edev); in eeprom_93xx46_ew() 235 if (edev->pdata->finish) in eeprom_93xx46_bin_write() 236 edev->pdata->finish(edev); in eeprom_93xx46_bin_write() 281 if (pd->finish) in eeprom_93xx46_eral() 282 pd->finish(edev); in eeprom_93xx46_eral()
|
D | digsy_mtc_eeprom.c | 41 .finish = digsy_mtc_op_finish,
|
/linux-4.1.27/include/linux/ |
D | textsearch.h | 88 void (*finish)(struct ts_config *conf, member 109 if (conf->finish) in textsearch_next() 110 conf->finish(conf, state); in textsearch_next()
|
D | eeprom_93xx46.h | 17 void (*finish)(void *); member
|
D | suspend.h | 184 void (*finish)(void); member 320 void (*finish)(void); member
|
D | module.h | 81 struct exception_table_entry *finish);
|
/linux-4.1.27/fs/squashfs/ |
D | dir.c | 125 goto finish; in squashfs_readdir() 152 goto finish; in squashfs_readdir() 215 goto finish; in squashfs_readdir() 221 finish: in squashfs_readdir()
|
/linux-4.1.27/tools/perf/ui/ |
D | progress.c | 36 if (ui_progress__ops->finish) in ui_progress__finish() 37 ui_progress__ops->finish(); in ui_progress__finish()
|
D | progress.h | 18 void (*finish)(void); member
|
/linux-4.1.27/arch/x86/include/asm/ |
D | iommu_table.h | 96 struct iommu_table_entry *finish); 99 struct iommu_table_entry *finish);
|
/linux-4.1.27/lib/ |
D | extable.c | 37 struct exception_table_entry *finish) in sort_extable() argument 39 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
D | bch.c | 1180 goto finish; in compute_generator_polynomial() 1221 finish: in compute_generator_polynomial()
|
D | test_bpf.c | 1945 u64 start, finish; in __run_one() local 1953 finish = ktime_to_us(ktime_get()); in __run_one() 1955 *duration = (finish - start) * 1000ULL; in __run_one()
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu_v2.c | 41 bool finish; member 86 u16 finish; member 452 pasid_state->pri[tag].finish) { in finish_pri_tag() 455 pasid_state->pri[tag].finish = false; in finish_pri_tag() 543 bool finish; in ppr_notifier() local 549 finish = (iommu_fault->tag >> 9) & 1; in ppr_notifier() 566 if (finish) in ppr_notifier() 567 pasid_state->pri[tag].finish = true; in ppr_notifier() 581 fault->finish = finish; in ppr_notifier()
|
D | iova.c | 451 goto finish; in reserve_iova() 462 finish: in reserve_iova()
|
/linux-4.1.27/drivers/input/serio/ |
D | hp_sdc.c | 366 goto finish; in hp_sdc_put() 409 goto finish; in hp_sdc_put() 424 goto finish; in hp_sdc_put() 438 goto finish; in hp_sdc_put() 455 goto finish; in hp_sdc_put() 469 goto finish; in hp_sdc_put() 505 goto finish; in hp_sdc_put() 532 goto finish; in hp_sdc_put() 539 goto finish; in hp_sdc_put() 561 goto finish; in hp_sdc_put() [all …]
|
/linux-4.1.27/arch/alpha/mm/ |
D | extable.c | 45 struct exception_table_entry *finish) in sort_extable() argument 47 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
/linux-4.1.27/arch/ia64/mm/ |
D | extable.c | 50 struct exception_table_entry *finish) in sort_extable() argument 52 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | memx.c | 76 u32 finish, reply[2]; in nvkm_memx_fini() local 82 finish = nv_rd32(pmu, 0x10a1c0) & 0x00ffffff; in nvkm_memx_fini() 88 memx->base, finish); in nvkm_memx_fini()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 248 .finish = &r100_pm_finish, 316 .finish = &r100_pm_finish, 412 .finish = &r100_pm_finish, 480 .finish = &r100_pm_finish, 548 .finish = &r100_pm_finish, 616 .finish = &r100_pm_finish, 684 .finish = &rs600_pm_finish, 752 .finish = &rs600_pm_finish, 820 .finish = &rs600_pm_finish, 888 .finish = &rs600_pm_finish, [all …]
|
D | radeon_state.c | 1523 unsigned int finish; member 1546 prim->vc_format, prim->start, prim->finish, prim->numverts); in radeon_cp_dispatch_vertex() 1649 int count = (prim->finish - start) / sizeof(u16); in radeon_cp_dispatch_indices() 1655 prim->start, prim->finish, prim->offset, prim->numverts); in radeon_cp_dispatch_indices() 1662 if (start >= prim->finish || (prim->start & 0x7)) { in radeon_cp_dispatch_indices() 1667 dwords = (prim->finish - prim->start + 3) / sizeof(u32); in radeon_cp_dispatch_indices() 1687 prim->start, prim->finish); in radeon_cp_dispatch_indices() 2318 prim.finish = vertex->count; /* unused */ in radeon_cp_vertex() 2410 prim.finish = elts->end; in radeon_cp_indices() 2608 tclprim.finish = prim.finish; in radeon_cp_vertex2()
|
D | radeon_pm.c | 47 static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish); 1775 static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish) in radeon_pm_debug_check_in_vbl() argument 1782 finish ? "exit" : "entry"); in radeon_pm_debug_check_in_vbl()
|
D | radeon.h | 1955 void (*finish)(struct radeon_device *rdev); member 2934 #define radeon_pm_finish(rdev) (rdev)->asic->pm.finish((rdev))
|
/linux-4.1.27/net/sctp/ |
D | output.c | 279 goto finish; in __sctp_packet_append_chunk() 315 finish: in __sctp_packet_append_chunk() 336 goto finish; in sctp_packet_append_chunk() 342 goto finish; in sctp_packet_append_chunk() 347 goto finish; in sctp_packet_append_chunk() 351 finish: in sctp_packet_append_chunk()
|
/linux-4.1.27/arch/s390/oprofile/ |
D | hwsampler.c | 227 cb->finish = 0; in prepare_cpu_buffers() 505 cb->finish = 1; in hws_oom_callback() 564 cb->finish = 1; in hwsampler_deactivate() 725 if (cb->finish) { in worker_on_finish() 741 if (!cb->finish) { in worker_on_finish() 742 cb->finish = 1; in worker_on_finish() 870 if (!cb->finish) in worker() 873 if (cb->finish) in worker()
|
D | hwsampler.h | 46 unsigned int finish:1; member
|
/linux-4.1.27/drivers/mtd/tests/ |
D | speedtest.c | 52 static struct timeval start, finish; variable 176 do_gettimeofday(&finish); in stop_timing() 184 ms = (finish.tv_sec - start.tv_sec) * 1000 + in calc_speed() 185 (finish.tv_usec - start.tv_usec) / 1000; in calc_speed()
|
D | torturetest.c | 82 static struct timeval start, finish; variable 93 do_gettimeofday(&finish); in stop_timing() 336 ms = (finish.tv_sec - start.tv_sec) * 1000 + in tort_init() 337 (finish.tv_usec - start.tv_usec) / 1000; in tort_init()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | ptrace_32.c | 108 goto finish; in genregs32_get() 118 finish: in genregs32_get() 196 goto finish; in genregs32_set() 202 finish: in genregs32_set()
|
D | ptrace_64.c | 566 goto finish; in genregs32_get() 576 finish: in genregs32_get() 689 goto finish; in genregs32_set() 695 finish: in genregs32_set()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | q931.c | 1195 int size, finish = 0; in dlogframe() local 1218 finish = 1; in dlogframe() 1222 finish = 1; in dlogframe() 1225 finish = 1; in dlogframe() 1235 finish = 1; in dlogframe() 1239 finish = 1; in dlogframe() 1245 finish = 1; in dlogframe() 1247 if (finish) { in dlogframe()
|
D | hfc_usb.c | 210 int finish); 781 collect_rx_frame(usb_fifo *fifo, __u8 *data, int len, int finish) in collect_rx_frame() argument 818 if (finish) { in collect_rx_frame()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | time.c | 250 unsigned long long finish = (pcycle_freq_mhz * usecs) - fudgefactor; in __udelay() local 252 while ((__vmgettime() - start) < finish) in __udelay()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | pm.h | 20 void (*finish)(void); member
|
/linux-4.1.27/lib/reed_solomon/ |
D | decode_rs.c | 92 goto finish; 206 goto finish; 264 finish:
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
D | pm.h | 19 void (*finish)(void); member
|
/linux-4.1.27/arch/unicore32/include/mach/ |
D | pm.h | 24 void (*finish)(void); member
|
/linux-4.1.27/fs/reiserfs/ |
D | bitmap.c | 348 b_blocknr_t * start, b_blocknr_t finish, in scan_bitmap() argument 365 get_bit_address(s, finish, &end_bm, &end_off); in scan_bitmap() 1145 b_blocknr_t finish, int min, in allocate_without_wrapping_disk() argument 1152 while (rest > 0 && start <= finish) { in allocate_without_wrapping_disk() 1153 nr_allocated = scan_bitmap(hint->th, &start, finish, min, in allocate_without_wrapping_disk() 1191 b_blocknr_t finish = SB_BLOCK_COUNT(s) - 1; in blocknrs_and_prealloc_arrays_from_search_start() local 1230 finish = SB_BLOCK_COUNT(s) - 1; in blocknrs_and_prealloc_arrays_from_search_start() 1234 finish = hint->search_start; in blocknrs_and_prealloc_arrays_from_search_start() 1238 finish = hint->beg; in blocknrs_and_prealloc_arrays_from_search_start() 1269 start, finish, in blocknrs_and_prealloc_arrays_from_search_start()
|
/linux-4.1.27/arch/mips/mm/ |
D | tlb-r8k.c | 167 goto finish; in local_flush_tlb_page() 173 finish: in local_flush_tlb_page()
|
D | tlb-r3k.c | 179 goto finish; in local_flush_tlb_page() 182 finish: in local_flush_tlb_page()
|
D | tlb-r4k.c | 232 goto finish; in local_flush_tlb_page() 239 finish: in local_flush_tlb_page()
|
/linux-4.1.27/arch/score/mm/ |
D | tlb-score.c | 177 goto finish; in local_flush_tlb_page() 180 finish: in local_flush_tlb_page()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | module.h | 87 struct exception_table_entry *finish);
|
/linux-4.1.27/drivers/thermal/ |
D | of-thermal.c | 760 goto finish; in thermal_of_build_thermal_zone() 764 goto finish; in thermal_of_build_thermal_zone() 786 goto finish; in thermal_of_build_thermal_zone() 790 goto finish; in thermal_of_build_thermal_zone() 806 finish: in thermal_of_build_thermal_zone()
|
/linux-4.1.27/drivers/staging/nvec/ |
D | TODO | 5 - finish suspend/resume support
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_list_set.c | 408 goto finish; in list_set_uadt() 418 goto finish; in list_set_uadt() 427 goto finish; in list_set_uadt() 437 finish: in list_set_uadt() 516 goto finish; in list_set_list() 535 finish: in list_set_list()
|
/linux-4.1.27/include/trace/events/ |
D | power_cpu_migrate.h | 44 __define_cpu_migrate_event(finish);
|
/linux-4.1.27/arch/mn10300/mm/ |
D | cache.inc | 49 # wait for the cache to finish 110 # wait for the cache to finish
|
/linux-4.1.27/drivers/of/ |
D | fdt_address.c | 127 goto finish; in fdt_translate_one() 146 finish: in fdt_translate_one()
|
D | address.c | 506 goto finish; in of_translate_one() 525 finish: in of_translate_one()
|
/linux-4.1.27/Documentation/usb/ |
D | anchors.txt | 31 is automatic. A function is provided to forcibly finish (kill) 63 This function waits for all URBs associated with an anchor to finish
|
D | error-codes.txt | 78 one or more packets could finish before an error stops further endpoint I/O.
|
D | gadget_serial.txt | 169 Windows Logo testing, but select "Continue anyway" and finish the
|
/linux-4.1.27/drivers/sh/maple/ |
D | maple.c | 282 goto finish; in maple_send() 287 goto finish; in maple_send() 307 finish: in maple_send() 457 goto finish; in maple_vblank_handler() 487 finish: in maple_vblank_handler()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | progress.c | 53 .finish = gtk_ui_progress__finish,
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_mdio.c | 43 unsigned long finish = jiffies + 3 * HZ; in stmmac_mdio_busy_wait() local 51 } while (!time_after_eq(curr, finish)); in stmmac_mdio_busy_wait()
|
/linux-4.1.27/net/mac80211/ |
D | offchannel.c | 346 goto finish; in ieee80211_sw_roc_work() 387 goto finish; in ieee80211_sw_roc_work() 394 finish: in ieee80211_sw_roc_work()
|
/linux-4.1.27/arch/sparc/mm/ |
D | extable.c | 9 struct exception_table_entry *finish) in sort_extable() argument
|
/linux-4.1.27/arch/arm/plat-samsung/ |
D | pm.c | 191 .finish = s3c_pm_finish,
|
/linux-4.1.27/arch/arm/mach-s5pv210/ |
D | pm.c | 149 .finish = s5pv210_suspend_finish,
|
/linux-4.1.27/drivers/phy/ |
D | phy-miphy28lp.c | 491 unsigned long finish = jiffies + 5 * HZ; in miphy28lp_wait_compensation() local 498 if (time_after_eq(jiffies, finish)) in miphy28lp_wait_compensation() 812 unsigned long finish = jiffies + 5 * HZ; in miphy_is_ready() local 829 } while (!time_after_eq(jiffies, finish)); in miphy_is_ready() 837 unsigned long finish = jiffies + 5 * HZ; in miphy_osc_is_ready() local 854 } while (!time_after_eq(jiffies, finish)); in miphy_osc_is_ready()
|
/linux-4.1.27/kernel/power/ |
D | suspend.c | 203 if (state != PM_SUSPEND_FREEZE && suspend_ops->finish) in platform_resume_finish() 204 suspend_ops->finish(); in platform_resume_finish()
|
D | hibernate.c | 79 && ops->prepare && ops->finish && ops->enter && ops->pre_restore in hibernation_set_ops() 183 hibernation_ops->finish(); in platform_finish() 574 hibernation_ops->finish(); in hibernation_platform_enter()
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_eh.txt | 62 scsi_io_completion() to finish the I/O. 97 This indicates that more time is required to finish the 240 either retry or error-finish (notify upper layer of failure) recovered 265 ACTION: scsi_eh_finish_cmd() is invoked to EH-finish scmd 279 LOCKING: queue or finish function performs appropriate locking 376 scmds. Yet, this function EH-finish all scmds on the sdev 413 and EH-finish the scmds.
|
D | ChangeLog.megaraid_sas | 223 OCR to finish, then issue the cmds to FW. 360 make sure the FW will finish the pending cmd for KDUMP case.
|
D | st.txt | 390 the command to finish) for some commands (e.g., rewind)
|
D | ChangeLog.1992-1997 | 482 Patches from me (ERY) to finish support for low-level loadable scsi.
|
/linux-4.1.27/fs/ntfs/ |
D | runlist.c | 624 bool finish; in ntfs_runlists_merge() local 630 finish = ((drl[dins].lcn >= LCN_RL_NOT_MAPPED) && /* End of file */ in ntfs_runlists_merge() 635 if (finish && !drl[dins].length) in ntfs_runlists_merge() 638 finish = false; in ntfs_runlists_merge() 642 ntfs_debug("start = %i, finish = %i", start, finish); in ntfs_runlists_merge() 646 if (finish) in ntfs_runlists_merge() 651 if (finish) in ntfs_runlists_merge()
|
/linux-4.1.27/drivers/crypto/ |
D | img-hash.c | 837 goto finish; in img_hash_done_task() 848 goto finish; in img_hash_done_task() 856 goto finish; in img_hash_done_task() 862 goto finish; in img_hash_done_task() 867 finish: in img_hash_done_task()
|
D | atmel-sha.c | 1117 goto finish; in atmel_sha_done_task() 1125 goto finish; in atmel_sha_done_task() 1134 goto finish; in atmel_sha_done_task() 1139 finish: in atmel_sha_done_task()
|
D | omap-sham.c | 1621 goto finish; in omap_sham_done_task() 1628 goto finish; in omap_sham_done_task() 1636 goto finish; in omap_sham_done_task() 1642 finish: in omap_sham_done_task()
|
/linux-4.1.27/arch/arm/mach-mmp/ |
D | pm-mmp2.c | 216 .finish = mmp2_pm_finish,
|
D | pm-pxa910.c | 250 .finish = pxa910_pm_finish,
|
/linux-4.1.27/arch/arm/common/ |
D | vlock.S | 74 @ Wait for the current round of voting to finish:
|
/linux-4.1.27/arch/parisc/kernel/ |
D | unwind.c | 130 struct unwind_table_entry *finish) in unwind_table_sort() argument 132 sort(start, finish - start, sizeof(struct unwind_table_entry), in unwind_table_sort()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | base.c | 108 goto finish; in nvkm_vm_map_sg_table() 122 goto finish; in nvkm_vm_map_sg_table() 127 finish: in nvkm_vm_map_sg_table()
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-st.c | 235 unsigned long finish = jiffies + HZ; in st_mmcss_lock_dll() local 245 } while (!time_after_eq(curr, finish)); in st_mmcss_lock_dll()
|
D | rtsx_usb_sdmmc.c | 834 goto finish; in sdmmc_request() 850 goto finish; in sdmmc_request() 900 finish: in sdmmc_request()
|
D | rtsx_pci_sdmmc.c | 815 goto finish; in sd_request() 821 goto finish; in sd_request() 863 finish: in sd_request()
|
/linux-4.1.27/drivers/acpi/ |
D | sleep.c | 738 .finish = acpi_pm_finish, 784 .finish = acpi_pm_finish,
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pm.c | 193 .finish = mpc52xx_pm_finish,
|
D | lite5200_pm.c | 241 .finish = lite5200_pm_finish,
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | pm.c | 244 .finish = omap_pm_finish,
|
D | sram243x.S | 152 mcr p15, 0, r3, c7, c10, 4 @ memory barrier, finish ARM SDR/DDR
|
D | sram242x.S | 152 mcr p15, 0, r3, c7, c10, 4 @ memory barrier, finish ARM SDR/DDR
|
/linux-4.1.27/arch/arm/mach-rockchip/ |
D | pm.c | 234 .finish = rk3288_suspend_finish,
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_host.c | 857 goto finish; in musb_ep_program() 869 finish: in musb_ep_program() 1626 goto finish; in musb_host_rx() 1649 goto finish; in musb_host_rx() 1655 goto finish; in musb_host_rx() 1771 goto finish; in musb_host_rx() 1918 goto finish; in musb_host_rx() 1938 finish: in musb_host_rx()
|
D | musb_gadget_ep0.c | 878 goto finish; in musb_g_ep0_irq() 887 finish: in musb_g_ep0_irq()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_nl.c | 1327 goto finish; in drbd_adm_disk_opts() 1447 finish: in drbd_adm_disk_opts() 1476 goto finish; in drbd_adm_attach() 1890 finish: in drbd_adm_attach() 2141 goto finish; in drbd_adm_net_opts() 2243 finish: in drbd_adm_net_opts() 2506 goto finish; in drbd_adm_resize() 2615 finish: in drbd_adm_resize() 3567 goto finish; in drbd_adm_down() 3612 finish: in drbd_adm_down() [all …]
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 473 1: move.b [R_DMA_CH6_CMD],$r0 ; wait for reset cycle to finish 478 1: move.b [R_DMA_CH7_CMD],$r0 ; wait for reset cycle to finish 488 1: move.b [R_DMA_CH8_CMD],$r0 ; wait for reset cycle to finish 493 1: move.b [R_DMA_CH9_CMD],$r0 ; wait for reset cycle to finish
|
/linux-4.1.27/drivers/usb/host/ |
D | r8a66597-hcd.c | 1327 int finish = 0; in packet_read() local 1360 finish = 1; in packet_read() 1374 finish = 0; in packet_read() 1378 if (finish || check_transfer_finish(td, urb)) { in packet_read() 1381 finish = 1; in packet_read() 1393 if (finish && pipenum != 0) in packet_read() 1464 u8 finish = 0; in check_next_phase() local 1485 finish = 1; in check_next_phase() 1489 if (finish || status != 0 || urb->unlinked) in check_next_phase()
|
/linux-4.1.27/Documentation/filesystems/ |
D | ecryptfs.txt | 54 just wrote. To test reading, from start to finish, you need to clear
|
D | ext4.txt | 288 finish committing a transaction. Call this time
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | pm.c | 288 .finish = bf609_cpu_pm_finish,
|
/linux-4.1.27/arch/s390/kernel/ |
D | relocate_kernel.S | 76 j .done # ok, lets finish it here...
|
/linux-4.1.27/drivers/mtd/devices/ |
D | spear_smi.c | 267 unsigned long finish; in spear_smi_wait_till_ready() local 270 finish = jiffies + timeout; in spear_smi_wait_till_ready() 282 } while (!time_after_eq(jiffies, finish)); in spear_smi_wait_till_ready()
|
/linux-4.1.27/drivers/macintosh/ |
D | via-pmu68k.c | 595 goto finish; in pmu_interrupt() 669 finish: in pmu_interrupt()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 835 goto finish; in vmap_batch() 848 goto finish; in vmap_batch() 851 finish: in vmap_batch()
|
D | intel_sprite.c | 883 goto finish; in intel_check_sprite_plane() 1020 finish: in intel_check_sprite_plane()
|
D | intel_display.c | 12770 goto finish; in intel_check_cursor_plane() 12790 finish: in intel_check_cursor_plane()
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 330 goto finish; in hsw_set_dsp_D0() 337 finish: in hsw_set_dsp_D0()
|
/linux-4.1.27/drivers/mfd/ |
D | rtsx_pcr.c | 804 struct completion finish; in rtsx_pci_complete_unfinished_transfer() local 806 pcr->finish_me = &finish; in rtsx_pci_complete_unfinished_transfer() 807 init_completion(&finish); in rtsx_pci_complete_unfinished_transfer() 815 wait_for_completion_interruptible_timeout(&finish, in rtsx_pci_complete_unfinished_transfer()
|
/linux-4.1.27/fs/ext4/ |
D | extents.c | 5581 finish: in ext4_swap_extents() 5589 goto finish; in ext4_swap_extents() 5595 goto finish; in ext4_swap_extents() 5617 goto finish; in ext4_swap_extents() 5636 goto finish; in ext4_swap_extents() 5643 goto finish; in ext4_swap_extents() 5662 goto finish; in ext4_swap_extents() 5669 goto finish; in ext4_swap_extents() 5679 goto finish; in ext4_swap_extents() 5682 goto finish; in ext4_swap_extents() [all …]
|
/linux-4.1.27/block/partitions/ |
D | ldm.c | 1424 int size, perbuf, skip, finish, s, v, recs; in ldm_get_vblks() local 1435 finish = (size * ldb->vm.last_vblk_seq) >> 9; in ldm_get_vblks() 1437 for (s = skip; s < finish; s++) { /* For each sector */ in ldm_get_vblks()
|
/linux-4.1.27/Documentation/infiniband/ |
D | core_locking.txt | 111 device. A consumer must finish all cleanup and free all resources
|
/linux-4.1.27/include/media/ |
D | videobuf2-core.h | 97 void (*finish)(void *buf_priv); member
|
/linux-4.1.27/drivers/mtd/maps/ |
D | vmu-flash.c | 324 goto finish; in vmu_flash_read_char() 347 finish: in vmu_flash_read_char()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | pm.c | 623 .finish = omap_pm_finish,
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.quirks | 45 finish-ing the previous transaction.
|
/linux-4.1.27/fs/xfs/ |
D | xfs_trace.h | 1298 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish), 1299 TP_ARGS(ip, start, finish), 1305 __field(xfs_off_t, finish) 1312 __entry->finish = finish; 1319 __entry->finish)
|
/linux-4.1.27/net/ieee802154/ |
D | nl802154.c | 278 goto finish; in nl802154_send_wpan_phy() 308 finish: in nl802154_send_wpan_phy()
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio.c | 730 goto finish; in mmc_sdio_init_card() 807 finish: in mmc_sdio_init_card()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 907 goto finish; in ptlrpc_connect_interpret() 960 goto finish; in ptlrpc_connect_interpret() 1013 finish: in ptlrpc_connect_interpret()
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 91 query.finish()
|
/linux-4.1.27/drivers/media/rc/ |
D | winbond-cir.c | 708 goto finish; in wbcir_shutdown() 834 finish: in wbcir_shutdown()
|
/linux-4.1.27/fs/btrfs/ |
D | raid56.c | 1556 goto finish; in raid56_rmw_stripe() 1585 finish: in raid56_rmw_stripe() 2616 goto finish; in raid56_parity_scrub_stripe() 2645 finish: in raid56_parity_scrub_stripe()
|
D | send.c | 3143 goto finish; in apply_dir_move() 3149 goto finish; in apply_dir_move() 3165 finish: in apply_dir_move()
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 170 when the DMA will finish the buffer, and pxa_camera_check_link_miss() will
|
D | README.cpia2 | 105 it is possible for the camera to finish sending one image just after a
|
D | v4l2-framework.txt | 741 pointer, then you can use the helper functions vb2_ops_wait_prepare/finish.
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | suspend.c | 647 .finish = exynos_suspend_finish,
|
/linux-4.1.27/Documentation/ |
D | futex-requeue-pi.txt | 121 waiter is woken to finish the acquisition of the lock.
|
D | md-cluster.txt | 102 [ wait finish ]
|
D | iostats.txt | 83 given to appropriate struct request_queue and decremented as they finish.
|
D | kobject.txt | 401 the object is still the same. At a later time call kobject_put() to finish
|
D | parport-lowlevel.txt | 445 parport_unregister_device - finish using a port
|
D | DMA-API-HOWTO.txt | 673 finish accessing the data with the CPU, and then before actually
|
/linux-4.1.27/drivers/hid/ |
D | hid-cp2112.c | 512 goto finish; in cp2112_i2c_xfer() 523 finish: in cp2112_i2c_xfer()
|
/linux-4.1.27/drivers/usb/serial/ |
D | cypress_m8.c | 676 goto finish; in cypress_write() 684 finish: in cypress_write()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | auo_k190x.c | 803 goto finish; in auok190x_runtime_suspend() 819 finish: in auok190x_runtime_suspend()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | mcdi.c | 261 unsigned long time, finish; in efx_mcdi_poll() local 281 finish = jiffies + MCDI_RPC_TIMEOUT; in efx_mcdi_poll() 296 if (time_after(time, finish)) in efx_mcdi_poll()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1898 goto finish; in lov_fiemap() 1937 goto finish; in lov_fiemap() 1941 goto finish; in lov_fiemap() 1944 finish: in lov_fiemap()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | m66592-udc.c | 850 int finish = 0; in irq_packet_read() local 882 finish = 1; in irq_packet_read() 893 if ((ep->pipenum != 0) && finish) in irq_packet_read()
|
D | r8a66597-udc.c | 1050 int finish = 0; in irq_packet_read() local 1082 finish = 1; in irq_packet_read() 1094 if ((ep->pipenum != 0) && finish) in irq_packet_read()
|
/linux-4.1.27/Documentation/arm/ |
D | Interrupts | 33 finish processing before you can service the new interrupt. Eg, an
|
D | cluster-pm-race-avoidance.txt | 387 b) finish tearing the cluster down and put the cluster
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 867 bool finish; member 2284 priv->prs_shadow[pe.index].finish = false; in mvpp2_prs_etype_init() 2314 priv->prs_shadow[pe.index].finish = true; in mvpp2_prs_etype_init() 2346 priv->prs_shadow[pe.index].finish = true; in mvpp2_prs_etype_init() 2383 priv->prs_shadow[pe.index].finish = false; in mvpp2_prs_etype_init() 2413 priv->prs_shadow[pe.index].finish = false; in mvpp2_prs_etype_init() 2444 priv->prs_shadow[pe.index].finish = false; in mvpp2_prs_etype_init() 2470 priv->prs_shadow[pe.index].finish = true; in mvpp2_prs_etype_init()
|
/linux-4.1.27/include/uapi/drm/ |
D | radeon_drm.h | 416 unsigned int finish; member
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 155 performance tests to start and finish in a very short
|
D | intel810.txt | 154 to finish before starting another instruction. This will produce a
|
/linux-4.1.27/Documentation/driver-model/ |
D | driver.txt | 160 returns zero and the driver model code will finish its part of binding
|
/linux-4.1.27/fs/ceph/ |
D | inode.c | 1638 int wrbuffer_refs, finish = 0; in __ceph_do_pending_vmtruncate() local 1677 finish = 1; in __ceph_do_pending_vmtruncate() 1680 if (!finish) in __ceph_do_pending_vmtruncate()
|
D | mds_client.c | 2120 goto finish; in __do_request() 2139 goto finish; in __do_request() 2172 finish: in __do_request()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-dma-sg.c | 718 .finish = vb2_dma_sg_finish,
|
D | videobuf2-dma-contig.c | 853 .finish = vb2_dc_finish,
|
D | videobuf2-core.c | 1198 call_void_memop(vb, finish, vb->planes[plane].mem_priv); in vb2_buffer_done()
|
/linux-4.1.27/arch/frv/kernel/ |
D | entry.S | 90 # finish building the exception frame
|
/linux-4.1.27/fs/ |
D | dcache.c | 1161 void (*finish)(void *)) in d_walk() 1247 if (finish) in d_walk() 1248 finish(data); in d_walk()
|
/linux-4.1.27/Documentation/scheduler/ |
D | completion.txt | 105 For a thread of execution to wait for some concurrent work to finish, it
|
D | sched-deadline.txt | 134 time c_j needed to finish the job, and a job absolute deadline d_j, which
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 1192 uint32_t start, finish; in qla24xx_erase_sector() local 1196 finish = start + (ha->fdt_block_size >> 2) - 1; in qla24xx_erase_sector() 1198 start), flash_data_addr(ha, finish)); in qla24xx_erase_sector()
|
D | qla_mbx.c | 4019 qla81xx_fac_erase_sector(scsi_qla_host_t *vha, uint32_t start, uint32_t finish) in qla81xx_fac_erase_sector() argument 4036 mcp->mb[4] = LSW(finish); in qla81xx_fac_erase_sector() 4037 mcp->mb[5] = MSW(finish); in qla81xx_fac_erase_sector()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 677 to wait for it to finish if it is. 710 the pages are attached to. This function will wait for pages to finish being 711 written to the cache and for the cache to finish with the page generally. No
|
/linux-4.1.27/Documentation/input/ |
D | input-programming.txt | 302 isn't a rule), and thus must not sleep, and must not take too long to finish.
|
/linux-4.1.27/Documentation/trace/ |
D | ring-buffer-design.txt | 64 but a writer may interrupt another writer, but it must finish writing 218 transaction. If another write happens it must finish before continuing
|
/linux-4.1.27/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 100 early boot (See Fig. 2). This area is released once we finish
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 469 // wait for strands to finish
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-FAQ.txt | 90 git format-patch --subject-prefix='PATCH net-next' start..finish
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 29 * so that we won't have to wait for the tape to finish
|
/linux-4.1.27/drivers/tty/serial/ |
D | samsung.c | 597 goto finish; in s3c24xx_serial_rx_chars_dma() 619 finish: in s3c24xx_serial_rx_chars_dma()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 814 int finish) in hfcsusb_rx_frame() argument 900 if (finish) { in hfcsusb_rx_frame()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | phy_lp.c | 1229 goto finish; in lpphy_rev0_1_rc_calib() 1241 goto finish; in lpphy_rev0_1_rc_calib() 1258 finish: in lpphy_rev0_1_rc_calib()
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 95 - dep_link_up() is called after a p2p target has been detected, to finish
|
/linux-4.1.27/arch/sparc/lib/ |
D | checksum_32.S | 396 b ccmerge ! finish it off, above
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 59 - At macro level, first dd should finish first. To get more precise data, keep
|
/linux-4.1.27/Documentation/RCU/ |
D | whatisRCU.txt | 66 completed, either by blocking until they finish or by registering a 67 callback that is invoked after they finish. Only readers that are active
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | vb_setmode.c | 1859 goto finish; in XGI_GetVBType() 1864 goto finish; in XGI_GetVBType() 1890 finish: in XGI_GetVBType()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 16009 bra.b stzs_norm # finish scaling 16135 bra.b stzd_norm # finish scaling 16395 beq.b fdbcc_ngt_done # no;go finish 16436 beq.b fdbcc_nge_done # no;go finish 16471 beq.b fdbcc_nlt_done # no;go finish 16512 beq.w fdbcc_nle_done # no; go finish 16547 beq.b fdbcc_ngl_done # no; go finish 16628 beq.b fdbcc_st_done # no;go finish 16674 beq.w fdbcc_sneq_done # no;go finish
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script-python.txt | 24 This section shows the process, start to finish, of creating a working
|
/linux-4.1.27/drivers/md/ |
D | raid5.c | 4330 goto finish; in handle_stripe() 4337 goto finish; in handle_stripe() 4525 goto finish; in handle_stripe() 4556 finish: in handle_stripe()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 5450 goto finish; 5460 finish:
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 941 The function will wait for the key to finish being constructed and then 1395 The program (or whatever it calls) should finish construction of the key by
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1475 /* Did we just finish fetching segs? */ 2073 * Wait for the current context to finish to verify that
|
D | aic7xxx.seq | 735 /* Did we just finish fetching segs? */
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 2901 config->finish = skb_ts_finish; in skb_find_text()
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 1283 goto finish; in nl80211_send_wiphy() 1724 finish: in nl80211_send_wiphy()
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1640 finish: will run until exit of the current routine
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 3099 has re-entered the kernel with KVM_RUN. The kernel side will first finish
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2703 (UML gdb) finish
|