Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 144 of 144) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce-inject.c37 i->finished = 0; in inject_mce()
39 m->finished = 0; in inject_mce()
47 i->finished = 1; in inject_mce()
59 m->finished = 0; in raise_poll()
77 m->finished = 0; in raise_exception()
141 m->finished = 0; in raise_local()
165 if (!mcpu->finished || in raise_mce()
Dmce.c165 mce->finished = 0; in mce_log()
182 if (mcelog.entry[entry].finished) { in mce_log()
195 mcelog.entry[entry].finished = 1; in mce_log()
198 mce->finished = 1; in mce_log()
376 if (__this_cpu_read(injectm.finished)) { in mce_rdmsrl()
399 if (__this_cpu_read(injectm.finished)) { in mce_wrmsrl()
1851 while (!m->finished) { in mce_chrdev_read()
1882 if (m->finished && m->tsc < cpu_tsc[m->cpu]) { in mce_chrdev_read()
/linux-4.4.14/net/irda/
Dirda_device.c187 int finished = TRUE; in irda_task_kick() local
216 if (task->finished) in irda_task_kick()
217 task->finished(task); in irda_task_kick()
236 finished = FALSE; in irda_task_kick()
240 finished = FALSE; in irda_task_kick()
243 return finished; in irda_task_kick()
/linux-4.4.14/drivers/video/console/
Dfbcon_rotate.c31 goto finished; in fbcon_rotate_font()
53 goto finished; in fbcon_rotate_font()
92 finished: in fbcon_rotate_font()
Dfbcon.c1182 goto finished; in fbcon_deinit()
1187 goto finished; in fbcon_deinit()
1194 goto finished; in fbcon_deinit()
1200 finished: in fbcon_deinit()
/linux-4.4.14/arch/tile/include/asm/
Dhighmem.h57 void *kmap_fix_kpte(struct page *page, int finished);
67 void kmap_atomic_fix_kpte(struct page *page, int finished);
/linux-4.4.14/arch/tile/mm/
Dhighmem.c146 int finished) in kmap_atomic_fix_one_kpte() argument
149 if (!finished) { in kmap_atomic_fix_one_kpte()
174 void kmap_atomic_fix_kpte(struct page *page, int finished) in kmap_atomic_fix_kpte() argument
181 kmap_atomic_fix_one_kpte(amp, finished); in kmap_atomic_fix_kpte()
/linux-4.4.14/drivers/platform/olpc/
Dolpc-ec.c26 struct completion finished; member
91 complete(&desc->finished); in olpc_ec_worker()
139 init_completion(&desc.finished); in olpc_ec_cmd()
144 wait_for_completion(&desc.finished); in olpc_ec_cmd()
/linux-4.4.14/Documentation/
Ddcdbas.txt48 to perform a power cycle or power off of the system after the OS has finished
50 a driver perform a SMI after the OS has finished shutting down.
54 action after the system has finished shutting down:
68 has finished shutting down.)
Dmen-chameleon-bus.txt80 assignment in the Chameleon table. After resource assignment is finished, the
DDMA-ISA-LPC.txt111 Once the DMA transfer is finished (or timed out) you should disable
Ddma-buf-sharing.txt42 5. When finished with its use, the buffer-user notifies end-of-DMA to exporter
148 5. When finished, the buffer-user notifies end-of-DMA to exporter
218 Once all users have finished accessing and have unmapped this buffer, the
Dmd-cluster.txt8 and may not yet have finished. The on-disk layout is:
Dcircular-buffers.txt222 the new item, and then it shall make sure the CPU has finished reading the item
Dkmemleak.txt95 gray set is finished
Dkobject.txt343 When you are finished with the kset, call:
391 must be cleaned up when the code is finished with it. To do that, call
Drobust-futexes.txt112 it after the list-add (or list-remove) has finished.
DDMA-API-HOWTO.txt580 You should call dma_unmap_single() when the DMA activity is finished, e.g.,
614 You should call dma_unmap_page() when the DMA activity is finished, e.g.,
645 Again, make sure DMA activity has already finished.
Dinitrd.txt197 When finished with its duties, init typically changes the root device
Dvfio.txt410 * recovery is finished.
Dkmemcheck.txt728 finished the one instruction that generated the memory access, a debug
Dkernel-parameters.txt3083 Set maximum number of finished RCU callbacks to
/linux-4.4.14/arch/mn10300/kernel/
Dsmp.c71 cpumask_t finished; member
407 data.finished = data.started; in smp_nmi_call_function()
427 !cpumask_empty(&data.finished); in smp_nmi_call_function()
441 while (!cpumask_empty(&data.finished)) in smp_nmi_call_function()
545 &nmi_call_data->finished); in smp_nmi_call_function_interrupt()
1087 nmi_call_func_mask_data.finished = cpumask; in hotplug_cpu_nmi_call_function()
1105 } while (!cpumask_empty(&nmi_call_func_mask_data.finished)); in hotplug_cpu_nmi_call_function()
/linux-4.4.14/tools/virtio/
Dvringh_test.c296 unsigned int finished = 0; in parallel_test() local
334 assert(*dbuf == finished - 1); in parallel_test()
336 assert(*dbuf == finished); in parallel_test()
337 finished++; in parallel_test()
404 while (finished != xfers) { in parallel_test()
412 assert(*dbuf == finished - 1); in parallel_test()
415 finished++; in parallel_test()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dmce.h24 __u8 finished; /* entry is valid */ member
/linux-4.4.14/tools/testing/selftests/vm/
Duserfaultfd.c80 static int uffd, finished, *pipefd; variable
134 while (!finished) { in locking_thread()
354 finished = 0; in stress()
409 finished = 1; in stress()
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_sasem.c108 struct completion finished; /* wait for write to finish */ member
332 init_completion(&context->tx.finished); in send_packet()
343 wait_for_completion(&context->tx.finished); in send_packet()
473 complete(&context->tx.finished); in usb_tx_callback()
898 wait_for_completion(&context->tx.finished); in sasem_disconnect()
Dlirc_imon.c105 struct completion finished; /* wait for write to finish */ member
339 init_completion(&context->tx.finished); in send_packet()
351 &context->tx.finished); in send_packet()
482 complete(&context->tx.finished); in usb_tx_callback()
938 complete_all(&context->tx.finished); in imon_disconnect()
/linux-4.4.14/fs/ncpfs/
Ddir.c330 goto finished; in ncp_lookup_validate()
342 goto finished; in ncp_lookup_validate()
383 finished: in ncp_lookup_validate()
464 goto finished; in ncp_readdir()
503 goto finished; in ncp_readdir()
507 goto finished; in ncp_readdir()
552 finished: in ncp_readdir()
840 goto finished; in ncp_lookup()
881 finished: in ncp_lookup()
/linux-4.4.14/Documentation/fb/
Daty128fb.txt56 accel - use acceleration engine. Not finished.
68 + This driver is still experimental and is not finished. Too many
/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt20 at the time of irq/dma tx2 is already finished, tx1->complete() and
57 is the last finished transfer at that point in time.
103 When a transfer flagged as "DMA_PREP_INTERRUPT" is finished, the dma irq
108 - calling all the transfer callbacks of finished transfers, based on
/linux-4.4.14/arch/um/kernel/
Dtlb.c61 int finished) in do_ops() argument
72 op->u.mmap.offset, finished, &hvc->data); in do_ops()
76 op->u.munmap.len, finished, &hvc->data); in do_ops()
81 finished, &hvc->data); in do_ops()
/linux-4.4.14/drivers/usb/gadget/udc/
Damd5536udc.c777 unsigned finished = 0; in udc_rxfifo_read() local
799 finished = 1; in udc_rxfifo_read()
805 return finished; in udc_rxfifo_read()
1176 goto finished; in udc_queue()
1181 goto finished; in udc_queue()
1249 goto finished; in udc_queue()
1285 finished: in udc_queue()
2147 goto finished; in udc_data_out_isr()
2157 goto finished; in udc_data_out_isr()
2270 goto finished; in udc_data_out_isr()
[all …]
Dpch_udc.c3174 goto finished; in pch_udc_probe()
3183 goto finished; in pch_udc_probe()
3188 goto finished; in pch_udc_probe()
3193 goto finished; in pch_udc_probe()
3200 goto finished; in pch_udc_probe()
3215 goto finished; in pch_udc_probe()
3225 goto finished; in pch_udc_probe()
3228 finished: in pch_udc_probe()
Dgoku_udc.c658 goto finished; in abort_dma()
673 goto finished; in abort_dma()
697 finished: in abort_dma()
/linux-4.4.14/Documentation/video4linux/
Dpxa_camera.txt52 | | not empty / | | finished |
120 After the chaining is finished, the chain looks like :
163 This checks if the DMA is finished and a buffer is still on the
/linux-4.4.14/drivers/video/fbdev/core/
Dmodedb.c1185 goto finished; in fb_find_best_display()
1206 goto finished; in fb_find_best_display()
1219 goto finished; in fb_find_best_display()
1226 goto finished; in fb_find_best_display()
1231 finished: in fb_find_best_display()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-mem2mem.c300 wait_event(m2m_ctx->finished, in v4l2_m2m_cancel_job()
340 wake_up(&m2m_dev->curr_ctx->finished); in v4l2_m2m_job_finish()
535 wake_up(&m2m_ctx->finished); in v4l2_m2m_streamoff()
716 init_waitqueue_head(&m2m_ctx->finished); in v4l2_m2m_ctx_init()
/linux-4.4.14/arch/arm/mach-omap2/
Dsleep24xx.S69 mcr p15, 0, r3, c7, c10, 4 @ memory barrier, hope SDR/DDR finished
/linux-4.4.14/kernel/debug/
Dgdbstub.c705 int finished = 0; in gdb_cmd_query() local
728 if (i >= ks->thr_query && !finished) { in gdb_cmd_query()
734 finished = 1; in gdb_cmd_query()
/linux-4.4.14/arch/alpha/lib/
Dev6-memset.S188 beq $3, no_quad_b # U : Might have finished already
365 beq $3, no_quad # U : Might have finished already
552 beq $3, no_quad_w # U : Might have finished already
/linux-4.4.14/drivers/mfd/
Drtsx_pcr.c150 int err, i, finished = 0; in __rtsx_pci_write_phy_register() local
170 finished = 1; in __rtsx_pci_write_phy_register()
175 if (!finished) in __rtsx_pci_write_phy_register()
192 int err, i, finished = 0; in __rtsx_pci_read_phy_register() local
211 finished = 1; in __rtsx_pci_read_phy_register()
216 if (!finished) in __rtsx_pci_read_phy_register()
/linux-4.4.14/include/net/irda/
Dirda_device.h97 IRDA_TASK_CALLBACK finished; member
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-pktcdvd31 packets_finished (0444) Number of finished packets.
/linux-4.4.14/include/media/
Dv4l2-mem2mem.h86 wait_queue_head_t finished; member
/linux-4.4.14/arch/cris/arch-v32/mach-fs/
Ddram_init.S101 ; Initialization finished
/linux-4.4.14/Documentation/filesystems/
Dbfs.txt18 When you have finished using it and umounted you need to also deallocate
Dqnx6.txt169 When finished with writing (a sync write is completed, the maximum sync leap
Dseq_file.txt150 seq_file iterator is finished by creating a seq_operations structure with
Drelay.txt448 The client calls relay_close() when it's finished using the channel.
/linux-4.4.14/Documentation/usb/
Danchors.txt30 an URB is finished by (successful) completion. Thus disassociation
DURB.txt157 that the URB will not normally have finished when usb_unlink_urb()
166 has finished. It also marks the URB as temporarily unusable, so
Dpower-management.txt457 when the core has just finished deciding the device has been idle for
/linux-4.4.14/include/xen/interface/
Dxen-mca.h351 __u8 finished; /* entry is valid */ member
/linux-4.4.14/Documentation/device-mapper/
Dsnapshot.txt138 smaller. Merging has finished when the number of sectors holding data
168 Merging has finished.
Ddm-io.txt72 When the user is finished using the dm-io services, they should call
/linux-4.4.14/fs/ext4/
Ddir.c540 goto finished; in ext4_dx_readdir()
590 finished: in ext4_dx_readdir()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_layer.h392 void (*finished)(void *data),
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-calling.txt35 1 I Driver has finished setting the parameters.
/linux-4.4.14/drivers/scsi/arm/
DKconfig20 previous commands haven't finished yet. Some SCSI devices don't
/linux-4.4.14/tools/perf/tests/attr/
DREADME9 are stored into separate text file. Once perf command is finished
/linux-4.4.14/arch/arm/mm/
Dcache-v7.S123 beq finished @ if loc is 0, then no need to clean
166 finished: label
/linux-4.4.14/Documentation/scsi/
Dscsi_eh.txt91 assumed to be finished with the command, and no other
370 all failed scmds on the sdev are EH-finished with
398 EH-finished.
406 all ready or offline sdevs on the host are EH-finished.
Dlibsas.txt69 oob_mode -- you set this when OOB has finished and then notify
324 task_done -- callback when the task has finished execution
DChangeLog.megaraid_sas212 finished.
216 cmds until the OCR finished.
Dst.txt296 is finished and the number of bytes is returned. The next write
547 finished. The drives and SCSI adapters should handle this condition
Dscsi_mid_low_api.txt328 to bump its reference count. When it is finished with the pointer it can
/linux-4.4.14/drivers/staging/rts5208/
Drtsx_chip.c1771 bool finished = false; in rtsx_write_phy_register() local
1803 finished = true; in rtsx_write_phy_register()
1808 if (!finished) { in rtsx_write_phy_register()
1819 bool finished = false; in rtsx_read_phy_register() local
1842 finished = true; in rtsx_read_phy_register()
1847 if (!finished) { in rtsx_read_phy_register()
/linux-4.4.14/Documentation/serial/
Dserial-rs485.txt88 /* Close the device when finished: */
/linux-4.4.14/arch/powerpc/boot/dts/
Dtqm5200.dts144 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
Dcharon.dts142 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
Dlite5200.dts235 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
Dmpc5200b.dtsi234 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
/linux-4.4.14/Documentation/i2c/
Di2c-protocol1 This document describes the i2c protocol. Or will, when it is finished :-)
/linux-4.4.14/drivers/scsi/snic/
Dsnic_main.c183 int (*finished)(struct vnic_dev *, int *), in snic_dev_wait()
203 ret = finished(vdev, &done); in snic_dev_wait()
/linux-4.4.14/drivers/xen/
Dmcelog.c275 m.finished = 1; in convert_log()
/linux-4.4.14/drivers/media/rc/
Dimon.c131 struct completion finished; /* wait for write to finish */ member
614 init_completion(&ictx->tx.finished); in send_packet()
627 &ictx->tx.finished); in send_packet()
1075 complete(&ictx->tx.finished); in usb_tx_callback()
2514 complete_all(&ictx->tx.finished); in imon_disconnect()
/linux-4.4.14/sound/
DKconfig22 after the PnP configuration is finished. To do this, choose M here
/linux-4.4.14/Documentation/ABI/
DREADME70 developers feel they are finished. They cannot be removed from the
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dscan.c229 goto finished; in iwl_scan_cancel_timeout()
235 finished: in iwl_scan_cancel_timeout()
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt36 commit_page - a pointer to the page with the last finished non-nested write.
207 commit page - the page that last finished a write.
215 is finished writing data into that position, it commits the write.
572 move the head page, until the writer is finished with the move.
Dftrace.txt166 should be shrunk "freed" when the process is finished, even
1381 triggered. When the interrupt finished, it started running softirqs.
2140 all CPUs again, and then remove the breakpoint with the finished
/linux-4.4.14/drivers/lightnvm/
Drrpc.c328 goto finished; in rrpc_move_valid_pages()
348 goto finished; in rrpc_move_valid_pages()
357 finished: in rrpc_move_valid_pages()
/linux-4.4.14/fs/ntfs/
Drunlist.c574 goto finished; in ntfs_runlists_merge()
675 goto finished; in ntfs_runlists_merge()
714 finished: in ntfs_runlists_merge()
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt84 Once the usage of the cell is finished the consumer should call *nvmem_cell_put()
/linux-4.4.14/Documentation/DocBook/
Dscsi.xml.db109 API-iscsi-scan-finished
/linux-4.4.14/arch/m68k/fpsp040/
Dbinstr.S123 bras end_bstr |finished, so exit
Dscale.S181 tstw %d0 |it is finished when
Dbindec.S323 bras A7_str |finished here
/linux-4.4.14/tools/build/Documentation/
DBuild.txt35 When succefully finished the $(DIR) directory contains the final object file
/linux-4.4.14/drivers/media/dvb-frontends/
Dlgs8gxx.c351 u8 *finished) in lgs8gxx_is_autodetect_finished() argument
367 *finished = (ret == 0) ? 1 : 0; in lgs8gxx_is_autodetect_finished()
/linux-4.4.14/mm/
Dvmalloc.c2026 goto finished; in vread()
2043 finished: in vread()
2108 goto finished; in vwrite()
2124 finished: in vwrite()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dmcdi_port.c637 goto finished; in efx_mcdi_bist()
645 finished: in efx_mcdi_bist()
/linux-4.4.14/Documentation/RCU/
Drcubarrier.txt15 pre-existing readers have finished. These old versions are needed because
19 How can an RCU writer possibly determine when all readers are finished,
Dchecklist.txt399 is to wait until all pre-existing readers have finished before
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_main.c433 int (*finished)(struct vnic_dev *, int *), in fnic_dev_wait()
455 err = finished(vdev, &done); in fnic_dev_wait()
/linux-4.4.14/drivers/scsi/
D3w-sas.c565 int finished = 0, count = 0; in twl_aen_drain_queue() local
617 finished = 1; in twl_aen_drain_queue()
634 } while ((finished == 0) && (count < TW_MAX_AEN_DRAIN)); in twl_aen_drain_queue()
D3w-xxxx.c682 int finished = 0; in tw_aen_drain_queue() local
772 finished = 1; in tw_aen_drain_queue()
824 } while (finished == 0); in tw_aen_drain_queue()
D3w-9xxx.c286 int finished = 0, count = 0; in twa_aen_drain_queue() local
343 finished = 1; in twa_aen_drain_queue()
360 } while ((finished == 0) && (count < TW_MAX_AEN_DRAIN)); in twa_aen_drain_queue()
DKconfig695 previous commands haven't finished yet.
1160 device's queue even if previous commands haven't finished yet.
1414 previous commands haven't finished yet.
Dhpsa.c5252 int finished; in hpsa_scan_finished() local
5255 finished = h->scan_finished; in hpsa_scan_finished()
5257 return finished; in hpsa_scan_finished()
/linux-4.4.14/Documentation/frv/
Dbooting.txt63 When finished, the image will then be ready to be executed.
Dmmu-layout.txt93 wills. When it's finished, the kernel calls kunmap() to clear the PTE.
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dhead.S179 ;; reclaimed after init is finished.
/linux-4.4.14/Documentation/vm/
Dhighmem.txt79 CPU until it has finished, lest some other task displace its mappings.
Duserfaultfd.txt82 finished.
Dtranshuge.txt366 process the huge pmd and the hugepage natively. Once finished you can
Dnuma_memory_policy.txt348 reference when we're finished "using" the policy. We must drop the
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt261 that work has been finished
355 /* Notify the kernel that work has been finished */
/linux-4.4.14/Documentation/powerpc/
Dpmu-ebb.txt116 When an EBB event is finished with, you can close it using close() as for any
/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt176 When it has finished doing its processing, it should call
Dobject.txt120 When a state has finished processing, it will usually set the mask of events in
Dnetfs-api.txt258 it has finished. This does not indicate whether there's data on the disk
/linux-4.4.14/Documentation/arm/
DInterrupts35 SMC9196 interrupts until it has finished transferring its multi-sector
/linux-4.4.14/Documentation/isdn/
DREADME.diversion58 the checking process is finished and the rule matching will be applied
/linux-4.4.14/Documentation/hwmon/
Dw83792d115 - The function of vid and vrm has not been finished, because I'm NOT
/linux-4.4.14/drivers/block/xen-blkback/
Dblkback.c419 goto finished; in purge_persistent_gnt()
431 finished: in purge_persistent_gnt()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_init.c1871 int finished = 0; in lpfc_parse_vpd() local
1882 while (!finished && (index < (len - 4))) { in lpfc_parse_vpd()
1996 finished = 0; in lpfc_parse_vpd()
1999 finished = 1; in lpfc_parse_vpd()
3440 goto finished; in lpfc_scan_finished()
3447 goto finished; in lpfc_scan_finished()
3455 goto finished; in lpfc_scan_finished()
3459 goto finished; in lpfc_scan_finished()
3461 goto finished; in lpfc_scan_finished()
3463 goto finished; in lpfc_scan_finished()
[all …]
/linux-4.4.14/Documentation/spi/
Dspi-summary543 finished with this message, it must call
551 finished with this transfer, it must call
559 0: transfer is finished
/linux-4.4.14/Documentation/kbuild/
Dmodules.txt95 when executing and will change back when finished.
509 module, and when the build is finished, a new
/linux-4.4.14/fs/reiserfs/
Dinode.c376 goto finished; in _get_block_create_0()
386 goto finished; in _get_block_create_0()
452 finished: in _get_block_create_0()
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt186 - User-space finished sending all,
/linux-4.4.14/Documentation/networking/
DREADME.sb100074 Then save the finished config file as /etc/isapnp.conf for proper configuration
Dstmmac.txt54 Once the controller has finished transmitting the packet, napi will be
/linux-4.4.14/arch/arm/boot/compressed/
Dhead.S1158 beq finished @ if loc is 0, then no need to clean
1194 finished: label
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt165 writer started writing to the same external LBA, and finished the write updating
/linux-4.4.14/drivers/media/platform/ti-vpe/
Dvpe.c1285 goto finished; in vpe_irq()
1332 finished: in vpe_irq()
/linux-4.4.14/drivers/isdn/hisax/
DKconfig342 cards. This code is not finished yet.
/linux-4.4.14/Documentation/block/
Dcfq-iosched.txt278 data comes in only after fsync has finished its IO (atleast for ext4
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_main.c1955 int (*finished)(struct vnic_dev *, int *), in enic_dev_wait()
1974 err = finished(vdev, &done); in enic_dev_wait()
/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S913 ;; tx finished. send another character if we have one
Dxircom_pgs.S974 ;; tx finished. send another character if we have one
/linux-4.4.14/drivers/s390/block/
Ddasd.c1971 goto finished; in dasd_flush_device_queue()
1983 finished: in dasd_flush_device_queue()
/linux-4.4.14/Documentation/power/
Dswsusp.txt389 or if you disconnect before the device finished saving data you wrote.
Druntime_pm.txt561 It may be desirable to suspend the device once ->probe() has finished.
/linux-4.4.14/Documentation/security/
Dcredentials.txt418 the credentials so obtained when they're finished with.
Dkeys.txt968 they've been finished with. The key pointer passed in will be returned.
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt231 finished the write.
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt142 is the time within which the job should be finished. The maximum execution
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex486 caller only after the drive has finished resetting. If the drive is no
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq2176 * processing, cannot be set until the handler is finished.
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt645 bit value. The tree has to be "finished" with a OF_DT_END token
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS1356 finished for the RDS decoder on this card, too. You will be able to
/linux-4.4.14/Documentation/s390/
DDebugging390.txt300 the SIE instruction is finished, cr1 will be switched back to contain the