/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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 | 434 finsih||finish
|
/linux-4.4.14/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.4.14/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.4.14/drivers/misc/eeprom/ |
D | eeprom_93xx46.c | 90 if (edev->pdata->finish) in eeprom_93xx46_bin_read() 91 edev->pdata->finish(edev); in eeprom_93xx46_bin_read() 135 if (edev->pdata->finish) in eeprom_93xx46_ew() 136 edev->pdata->finish(edev); in eeprom_93xx46_ew() 221 if (edev->pdata->finish) in eeprom_93xx46_bin_write() 222 edev->pdata->finish(edev); in eeprom_93xx46_bin_write() 267 if (pd->finish) in eeprom_93xx46_eral() 268 pd->finish(edev); in eeprom_93xx46_eral()
|
D | digsy_mtc_eeprom.c | 41 .finish = digsy_mtc_op_finish,
|
/linux-4.4.14/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 | 104 .finish = pxa25x_cpu_pm_finish,
|
D | pxa27x.c | 185 .finish = pxa27x_cpu_pm_finish,
|
D | sharpsl_pm.c | 826 .finish = pxa_pm_finish,
|
/linux-4.4.14/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.4.14/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 356 void (*finish)(void); member
|
D | module.h | 166 struct exception_table_entry *finish);
|
/linux-4.4.14/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.4.14/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.4.14/arch/x86/include/asm/ |
D | iommu_table.h | 96 struct iommu_table_entry *finish); 99 struct iommu_table_entry *finish);
|
/linux-4.4.14/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 | 5308 u64 start, finish; in __run_one() local 5316 finish = ktime_get_ns(); in __run_one() 5318 *duration = finish - start; in __run_one()
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu_v2.c | 41 bool finish; member 86 u16 finish; member 460 pasid_state->pri[tag].finish) { in finish_pri_tag() 463 pasid_state->pri[tag].finish = false; in finish_pri_tag() 567 bool finish; in ppr_notifier() local 573 finish = (iommu_fault->tag >> 9) & 1; in ppr_notifier() 590 if (finish) in ppr_notifier() 591 pasid_state->pri[tag].finish = true; in ppr_notifier() 605 fault->finish = finish; in ppr_notifier()
|
D | iova.c | 467 goto finish; in reserve_iova() 478 finish: in reserve_iova()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 247 .finish = &r100_pm_finish, 315 .finish = &r100_pm_finish, 411 .finish = &r100_pm_finish, 479 .finish = &r100_pm_finish, 547 .finish = &r100_pm_finish, 615 .finish = &r100_pm_finish, 683 .finish = &rs600_pm_finish, 751 .finish = &rs600_pm_finish, 819 .finish = &rs600_pm_finish, 887 .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); 1773 static bool radeon_pm_debug_check_in_vbl(struct radeon_device *rdev, bool finish) in radeon_pm_debug_check_in_vbl() argument 1780 finish ? "exit" : "entry"); in radeon_pm_debug_check_in_vbl()
|
D | radeon.h | 1956 void (*finish)(struct radeon_device *rdev); member 2773 #define radeon_pm_finish(rdev) (rdev)->asic->pm.finish((rdev))
|
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | memx.c | 77 u32 finish, reply[2]; in nvkm_memx_fini() local 83 finish = nvkm_rd32(device, 0x10a1c0) & 0x00ffffff; in nvkm_memx_fini() 89 memx->base, finish); in nvkm_memx_fini()
|
/linux-4.4.14/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.4.14/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.4.14/arch/hexagon/kernel/ |
D | time.c | 235 unsigned long long finish = (pcycle_freq_mhz * usecs) - fudgefactor; in __udelay() local 237 while ((__vmgettime() - start) < finish) in __udelay()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pm.h | 20 void (*finish)(void); member
|
/linux-4.4.14/lib/reed_solomon/ |
D | decode_rs.c | 92 goto finish; 206 goto finish; 264 finish:
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
D | pm.h | 19 void (*finish)(void); member
|
/linux-4.4.14/arch/unicore32/include/mach/ |
D | pm.h | 24 void (*finish)(void); member
|
/linux-4.4.14/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.4.14/arch/score/mm/ |
D | tlb-score.c | 177 goto finish; in local_flush_tlb_page() 180 finish: in local_flush_tlb_page()
|
/linux-4.4.14/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 | 182 goto finish; in local_flush_tlb_page() 185 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.4.14/drivers/mtd/tests/ |
D | speedtest.c | 53 static ktime_t start, finish; variable 177 finish = ktime_get(); in stop_timing() 185 ms = ktime_ms_delta(finish, start); in calc_speed()
|
D | torturetest.c | 83 static ktime_t start, finish; variable 94 finish = ktime_get(); in stop_timing() 337 ms = ktime_ms_delta(finish, start); in tort_init()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | module.h | 87 struct exception_table_entry *finish);
|
/linux-4.4.14/drivers/thermal/ |
D | of-thermal.c | 779 goto finish; in thermal_of_build_thermal_zone() 783 goto finish; in thermal_of_build_thermal_zone() 805 goto finish; in thermal_of_build_thermal_zone() 809 goto finish; in thermal_of_build_thermal_zone() 825 finish: in thermal_of_build_thermal_zone()
|
/linux-4.4.14/drivers/staging/nvec/ |
D | TODO | 5 - finish suspend/resume support
|
/linux-4.4.14/tools/perf/ui/tui/ |
D | progress.c | 55 .finish = tui_progress__finish,
|
/linux-4.4.14/include/trace/events/ |
D | power_cpu_migrate.h | 44 __define_cpu_migrate_event(finish);
|
/linux-4.4.14/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.4.14/drivers/of/ |
D | fdt_address.c | 127 goto finish; in fdt_translate_one() 146 finish: in fdt_translate_one()
|
D | address.c | 513 goto finish; in of_translate_one() 532 finish: in of_translate_one()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache.inc | 49 # wait for the cache to finish 110 # wait for the cache to finish
|
/linux-4.4.14/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.4.14/tools/perf/ui/gtk/ |
D | progress.c | 53 .finish = gtk_ui_progress__finish,
|
/linux-4.4.14/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.4.14/arch/sparc/mm/ |
D | extable.c | 9 struct exception_table_entry *finish) in sort_extable() argument
|
/linux-4.4.14/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.4.14/arch/arm/plat-samsung/ |
D | pm.c | 191 .finish = s3c_pm_finish,
|
/linux-4.4.14/arch/arm/mach-s5pv210/ |
D | pm.c | 149 .finish = s5pv210_suspend_finish,
|
/linux-4.4.14/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.4.14/net/netfilter/ipset/ |
D | ip_set_list_set.c | 377 goto finish; in list_set_uadt() 388 goto finish; in list_set_uadt() 397 goto finish; in list_set_uadt() 407 finish: in list_set_uadt()
|
/linux-4.4.14/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 | 449 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.4.14/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.4.14/kernel/power/ |
D | suspend.c | 206 if (state != PM_SUSPEND_FREEZE && suspend_ops->finish) in platform_resume_finish() 207 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() 577 hibernation_ops->finish(); in hibernation_platform_enter()
|
/linux-4.4.14/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 | 1627 goto finish; in omap_sham_done_task() 1634 goto finish; in omap_sham_done_task() 1642 goto finish; in omap_sham_done_task() 1648 finish: in omap_sham_done_task()
|
/linux-4.4.14/arch/arm/common/ |
D | vlock.S | 74 @ Wait for the current round of voting to finish:
|
/linux-4.4.14/arch/arm/mach-mmp/ |
D | pm-mmp2.c | 216 .finish = mmp2_pm_finish,
|
D | pm-pxa910.c | 251 .finish = pxa910_pm_finish,
|
/linux-4.4.14/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.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 23 API-scsi-eh-finish-cmd 80 API-scsi-finish-async-scan
|
D | regulator.xml.db | 54 API-regulator-suspend-finish
|
D | kernel-api.xml.db | 329 API-kfifo-dma-in-finish 331 API-kfifo-dma-out-finish
|
D | networking.xml.db | 182 API-gnet-stats-finish-copy
|
D | device-drivers.xml.db | 98 API-finish-wait
|
/linux-4.4.14/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.4.14/drivers/acpi/ |
D | sleep.c | 744 .finish = acpi_pm_finish, 790 .finish = acpi_pm_finish,
|
/linux-4.4.14/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.4.14/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pm.c | 193 .finish = mpc52xx_pm_finish,
|
D | lite5200_pm.c | 241 .finish = lite5200_pm_finish,
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | pm.c | 244 .finish = omap_pm_finish,
|
D | sram242x.S | 152 mcr p15, 0, r3, c7, c10, 4 @ memory barrier, finish ARM SDR/DDR
|
D | sram243x.S | 152 mcr p15, 0, r3, c7, c10, 4 @ memory barrier, finish ARM SDR/DDR
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 401 1: move.b [R_DMA_CH6_CMD],$r0 ; wait for reset cycle to finish 406 1: move.b [R_DMA_CH7_CMD],$r0 ; wait for reset cycle to finish 416 1: move.b [R_DMA_CH8_CMD],$r0 ; wait for reset cycle to finish 421 1: move.b [R_DMA_CH9_CMD],$r0 ; wait for reset cycle to finish
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_host.c | 902 goto finish; in musb_ep_program() 914 finish: in musb_ep_program() 1897 goto finish; in musb_host_rx() 1920 goto finish; in musb_host_rx() 1926 goto finish; in musb_host_rx() 1992 goto finish; in musb_host_rx() 2010 goto finish; in musb_host_rx() 2037 goto finish; in musb_host_rx() 2057 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.4.14/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.4.14/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.4.14/arch/arm/mach-rockchip/ |
D | pm.c | 294 .finish = rk3288_suspend_finish,
|
/linux-4.4.14/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.4.14/arch/blackfin/mach-bf609/ |
D | pm.c | 288 .finish = bf609_cpu_pm_finish,
|
/linux-4.4.14/arch/s390/kernel/ |
D | relocate_kernel.S | 76 j .done # ok, lets finish it here...
|
/linux-4.4.14/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.4.14/drivers/macintosh/ |
D | via-pmu68k.c | 595 goto finish; in pmu_interrupt() 669 finish: in pmu_interrupt()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 872 goto finish; in vmap_batch() 885 goto finish; in vmap_batch() 888 finish: in vmap_batch()
|
/linux-4.4.14/include/media/ |
D | videobuf2-core.h | 108 void (*finish)(void *buf_priv); member
|
/linux-4.4.14/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.4.14/drivers/mfd/ |
D | rtsx_pcr.c | 799 struct completion finish; in rtsx_pci_complete_unfinished_transfer() local 801 pcr->finish_me = &finish; in rtsx_pci_complete_unfinished_transfer() 802 init_completion(&finish); in rtsx_pci_complete_unfinished_transfer() 810 wait_for_completion_interruptible_timeout(&finish, in rtsx_pci_complete_unfinished_transfer()
|
/linux-4.4.14/drivers/lightnvm/ |
D | core.c | 128 goto finish; in nvm_register_mgr() 140 finish: in nvm_register_mgr()
|
/linux-4.4.14/fs/ext4/ |
D | extents.c | 5815 finish: in ext4_swap_extents() 5823 goto finish; in ext4_swap_extents() 5829 goto finish; in ext4_swap_extents() 5851 goto finish; in ext4_swap_extents() 5870 goto finish; in ext4_swap_extents() 5877 goto finish; in ext4_swap_extents() 5896 goto finish; in ext4_swap_extents() 5903 goto finish; in ext4_swap_extents() 5913 goto finish; in ext4_swap_extents() 5916 goto finish; in ext4_swap_extents() [all …]
|
/linux-4.4.14/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.4.14/Documentation/infiniband/ |
D | core_locking.txt | 111 device. A consumer must finish all cleanup and free all resources
|
/linux-4.4.14/drivers/mtd/maps/ |
D | vmu-flash.c | 324 goto finish; in vmu_flash_read_char() 347 finish: in vmu_flash_read_char()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | pm.c | 624 .finish = omap_pm_finish,
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 45 finish-ing the previous transaction.
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio.c | 699 goto finish; in mmc_sdio_init_card() 776 finish: in mmc_sdio_init_card()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 898 goto finish; in ptlrpc_connect_interpret() 950 goto finish; in ptlrpc_connect_interpret() 1003 finish: in ptlrpc_connect_interpret()
|
/linux-4.4.14/tools/perf/util/ |
D | intel-bts.c | 843 static void intel_bts_print_info(u64 *arr, int start, int finish) in intel_bts_print_info() argument 850 for (i = start; i <= finish; i++) in intel_bts_print_info()
|
D | intel-pt.c | 1999 static void intel_pt_print_info(u64 *arr, int start, int finish) in intel_pt_print_info() argument 2006 for (i = start; i <= finish; i++) in intel_pt_print_info()
|
/linux-4.4.14/drivers/media/rc/ |
D | winbond-cir.c | 708 goto finish; in wbcir_shutdown() 834 finish: in wbcir_shutdown()
|
/linux-4.4.14/fs/btrfs/ |
D | raid56.c | 1565 goto finish; in raid56_rmw_stripe() 1593 finish: in raid56_rmw_stripe() 2630 goto finish; in raid56_parity_scrub_stripe() 2658 finish: in raid56_parity_scrub_stripe()
|
D | send.c | 3174 goto finish; in apply_dir_move() 3180 goto finish; in apply_dir_move() 3196 finish: in apply_dir_move()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trace.h | 1348 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish), 1349 TP_ARGS(ip, start, finish), 1355 __field(xfs_off_t, finish) 1362 __entry->finish = finish; 1369 __entry->finish)
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 274 query.finish()
|
/linux-4.4.14/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.4.14/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.4.14/arch/arm/mach-exynos/ |
D | suspend.c | 643 .finish = exynos_suspend_finish,
|
/linux-4.4.14/drivers/usb/serial/ |
D | cypress_m8.c | 676 goto finish; in cypress_write() 684 finish: in cypress_write()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | auo_k190x.c | 803 goto finish; in auok190x_runtime_suspend() 819 finish: in auok190x_runtime_suspend()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 1880 goto finish; in lov_fiemap() 1919 goto finish; in lov_fiemap() 1923 goto finish; in lov_fiemap() 1926 finish: in lov_fiemap()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/sfc/ |
D | mcdi.c | 353 unsigned long time, finish; in efx_mcdi_poll() local 373 finish = jiffies + MCDI_RPC_TIMEOUT; in efx_mcdi_poll() 388 if (time_after(time, finish)) in efx_mcdi_poll()
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 884 bool finish; member 2303 priv->prs_shadow[pe.index].finish = false; in mvpp2_prs_etype_init() 2333 priv->prs_shadow[pe.index].finish = true; in mvpp2_prs_etype_init() 2365 priv->prs_shadow[pe.index].finish = true; in mvpp2_prs_etype_init() 2402 priv->prs_shadow[pe.index].finish = false; in mvpp2_prs_etype_init() 2432 priv->prs_shadow[pe.index].finish = false; in mvpp2_prs_etype_init() 2463 priv->prs_shadow[pe.index].finish = false; in mvpp2_prs_etype_init() 2489 priv->prs_shadow[pe.index].finish = true; in mvpp2_prs_etype_init()
|
/linux-4.4.14/include/uapi/drm/ |
D | radeon_drm.h | 416 unsigned int finish; member
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-dma-contig.c | 715 .finish = vb2_dc_finish,
|
D | videobuf2-dma-sg.c | 662 .finish = vb2_dma_sg_finish,
|
D | videobuf2-core.c | 871 call_void_memop(vb, finish, vb->planes[plane].mem_priv); in vb2_buffer_done()
|
/linux-4.4.14/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.4.14/Documentation/driver-model/ |
D | driver.txt | 160 returns zero and the driver model code will finish its part of binding
|
/linux-4.4.14/fs/ceph/ |
D | inode.c | 1701 int wrbuffer_refs, finish = 0; in __ceph_do_pending_vmtruncate() local 1740 finish = 1; in __ceph_do_pending_vmtruncate() 1743 if (!finish) in __ceph_do_pending_vmtruncate()
|
D | mds_client.c | 2159 goto finish; in __do_request() 2164 goto finish; in __do_request() 2183 goto finish; in __do_request() 2213 finish: in __do_request()
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry.S | 90 # finish building the exception frame
|
/linux-4.4.14/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.4.14/Documentation/scheduler/ |
D | completion.txt | 105 For a thread of execution to wait for some concurrent work to finish, it
|
D | sched-deadline.txt | 141 time c_j needed to finish the job, and a job absolute deadline d_j, which 234 result, Task_1 can be scheduled only at time t + e, and will finish at
|
/linux-4.4.14/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 | 4030 qla81xx_fac_erase_sector(scsi_qla_host_t *vha, uint32_t start, uint32_t finish) in qla81xx_fac_erase_sector() argument 4047 mcp->mb[4] = LSW(finish); in qla81xx_fac_erase_sector() 4048 mcp->mb[5] = MSW(finish); in qla81xx_fac_erase_sector()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 100 early boot (See Fig. 2). This area is released once we finish
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 471 // wait for strands to finish
|
/linux-4.4.14/Documentation/networking/ |
D | netdev-FAQ.txt | 90 git format-patch --subject-prefix='PATCH net-next' start..finish
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 29 * so that we won't have to wait for the tape to finish
|
/linux-4.4.14/drivers/tty/serial/ |
D | samsung.c | 572 goto finish; in s3c24xx_serial_rx_chars_dma() 594 finish: in s3c24xx_serial_rx_chars_dma()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 814 int finish) in hfcsusb_rx_frame() argument 900 if (finish) { in hfcsusb_rx_frame()
|
/linux-4.4.14/net/ieee802154/ |
D | nl802154.c | 473 goto finish; in nl802154_send_wpan_phy() 555 finish: in nl802154_send_wpan_phy()
|
/linux-4.4.14/drivers/md/ |
D | raid5.c | 4338 goto finish; in handle_stripe() 4342 goto finish; in handle_stripe() 4349 goto finish; in handle_stripe() 4537 goto finish; in handle_stripe() 4568 finish: in handle_stripe() 5376 goto finish; in reshape_request() 5553 finish: in reshape_request()
|
/linux-4.4.14/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.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 95 - dep_link_up() is called after a p2p target has been detected, to finish
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 396 b ccmerge ! finish it off, above
|
/linux-4.4.14/fs/udf/ |
D | inode.c | 1657 goto finish; in udf_update_inode() 1778 finish: in udf_update_inode()
|
/linux-4.4.14/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.4.14/drivers/staging/xgifb/ |
D | vb_setmode.c | 1852 goto finish; in XGI_GetVBType() 1857 goto finish; in XGI_GetVBType() 1883 finish: in XGI_GetVBType()
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 59 - At macro level, first dd should finish first. To get more precise data, keep
|
/linux-4.4.14/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.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 24 This section shows the process, start to finish, of creating a working
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 5450 goto finish; 5460 finish:
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 941 The function will wait for the key to finish being constructed and then 1404 The program (or whatever it calls) should finish construction of the key by
|
/linux-4.4.14/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.4.14/net/core/ |
D | skbuff.c | 2865 config->finish = skb_ts_finish; in skb_find_text()
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 1290 goto finish; in nl80211_send_wiphy() 1737 finish: in nl80211_send_wiphy()
|