Home
last modified time | relevance | path

Searched refs:since (Results 1 – 25 of 48) sorted by relevance

12

/drivers/block/paride/
DTransition-notes8 anything except B, since it is under if (!ps_tq_active) under
9 ps_spinlock. C is always preceded by B, since we can't reach it
12 the sum of numbers of A and C, since each call of ps_tq_int() is
16 since at any time number of B can not exceed the number of these
87 we were acquiring the lock, (1) would be already false, since
98 pi_spinlock, or after not tocuhing ->claimed_cont since acquiring pi_spinlock
122 ps_continuation, since the latter is changed only from the area.
123 We don't need to reset it to NULL, since we are guaranteed that there
/drivers/block/aoe/
Daoecmd.c664 int since; in rexmit_deferred() local
709 since = tsince_hr(f); in rexmit_deferred()
710 f->waited += since; in rexmit_deferred()
711 f->waited_total += since; in rexmit_deferred()
759 int since; in rexmit_timer() local
791 since = tsince_hr(f); in rexmit_timer()
792 n = f->waited_total + since; in rexmit_timer()
807 n = f->waited + since; in rexmit_timer()
/drivers/input/
DKconfig59 option is only useful for out-of-tree drivers since
72 useful for out-of-tree drivers since in-tree drivers
85 useful for out-of-tree drivers since in-tree drivers
/drivers/gpu/drm/omapdrm/
DTODO6 . This is mainly theoretical since most of these devices don't actually
/drivers/net/wireless/ath/wil6210/
DKconfig24 For production code, use COR (say y); is default since
/drivers/vfio/
DKconfig45 this mode since there is no IOMMU to provide DMA translation.
/drivers/media/radio/
DKconfig298 Note: this driver hasn't been tested since a long time due to lack
413 Note: this driver hasn't been tested since a long time due to lack
428 Note: this driver hasn't been tested since a long time due to lack
451 Note: this driver hasn't been tested since a long time due to lack
485 Note: this driver hasn't been tested since a long time due to lack
/drivers/staging/media/davinci_vpfe/
DTODO27 As of now since the interface will undergo few changes all the include
/drivers/staging/media/cec/
DTODO25 since SPECIFIC and UNREGISTERED give no useful information.
/drivers/dma/
Dk3dma.c585 int num = 1, since = 0; in k3_dma_prep_dma_cyclic() local
620 since += len; in k3_dma_prep_dma_cyclic()
621 if (since >= period_len) { in k3_dma_prep_dma_cyclic()
624 since -= period_len; in k3_dma_prep_dma_cyclic()
/drivers/staging/android/
DTODO22 since ion would just be the central allocator for shared buffers.
/drivers/media/rc/img-ir/
DKconfig26 power since only a single interrupt is received for each scancode,
/drivers/gpu/drm/i915/
Di915_drv.h2617 #define IS_REVID(p, since, until) \ argument
2618 (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until))
2699 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until)) argument
2706 #define IS_BXT_REVID(p, since, until) (IS_BROXTON(p) && IS_REVID(p, since, until)) argument
2714 #define IS_KBL_REVID(p, since, until) \ argument
2715 (IS_KABYLAKE(p) && IS_REVID(p, since, until))
/drivers/net/ethernet/realtek/
DKconfig75 experimental since hardly documented by the manufacturer.
/drivers/tty/ipwireless/
Dhardware.c73 unsigned long since = jiffies - timing_stats.last_report_time; in report_timing() local
76 if (since >= HZ) { in report_timing()
83 jiffies_to_usecs(since), in report_timing()
/drivers/gpu/drm/msm/
DNOTES76 names (I had to invent a few, since no sufficient hint was given in
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc338 // find out how much time elapsed since the last update
347 // pending, we can just bail since the timer isr will
/drivers/staging/i4l/Documentation/
DREADME.icn87 You need to configure shared memory only once, since the icn-driver
/drivers/scsi/aic7xxx/
Daic79xx.seq317 * NULL out the SCB links since these fields
326 * Save SCBID of this SCB in REG0 since
457 * PCI-X mode, we do this to avoid split transactions since
839 * should go into the message out phase since we have ATN
1262 * Restore SCB TAG since we reuse this field
1346 * since they are only initialized when we go into data_in or data_out.
1483 * both FIFOs have been allocated since we last checked
2097 * the FIFO anyway since it costs us only one extra
2175 * count since the status received flag, and thus completion
Daic7xxx.seq58 * in scratch ram since a reconnecting target can request sense and this will
448 * Put tag in connonical location since not
572 * the total for the command since we've already fetched
648 * should go into the message out phase since we have ATN
1277 * the SCB. We use STCNT instead of HCNT, since it's a reflection
1725 * since they are only initialized when we go into data_in or data_out.
1756 * Use the residual number since STCNT is corrupted by
1876 * transactions since the SCB may exist in any slot. If we're not
/drivers/net/ethernet/dec/tulip/
DKconfig95 Use HW to reduce RX interrupts. Not strictly necessary since NAPI
/drivers/uio/
DKconfig65 This device differs from other UIO devices since it uses I/O
/drivers/usb/gadget/legacy/
DKconfig275 user space OBEX server talking to /dev/ttyGS*, since the kernel
404 Gadget. This is the configuration dedicated for Windows since RNDIS
/drivers/scsi/
D53c700.scr68 ; Combinations, since the script assembler can't process |
/drivers/ata/
Dlibata-eh.c1983 u64 since; member
1993 if ((ent->eflags & ATA_EFLAG_OLD_ER) || (ent->timestamp < arg->since)) in speed_down_verdict_cb()
2069 arg.since = j64 - min(j64, j5mins); in ata_eh_speed_down_verdict()
2088 arg.since = j64 - min(j64, j10mins); in ata_eh_speed_down_verdict()

12