Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 25 of 34) sorted by relevance

12

/linux-2.4.37.9/arch/mips/vr41xx/common/
Drtc.c237 uint64_t counts; in vr41xx_get_time() local
239 counts = read_elapsedtime_counter(); in vr41xx_get_time()
240 counts >>= 15; in vr41xx_get_time()
242 return epoch_time + (unsigned long)counts; in vr41xx_get_time()
/linux-2.4.37.9/drivers/char/drm/
Dgamma_dma.c114 atomic_inc(&dev->counts[6]); /* _DRM_STAT_IRQ */ in gamma_dma_service()
236 atomic_inc(&dev->counts[7]); /* _DRM_STAT_DMA */ in gamma_do_dma()
237 atomic_add(length, &dev->counts[8]); /* _DRM_STAT_PRIMARY */ in gamma_do_dma()
283 atomic_inc(&dev->counts[10]); /* _DRM_STAT_MISSED */ in gamma_dma_schedule()
286 missed = atomic_read(&dev->counts[10]); in gamma_dma_schedule()
326 if (missed != atomic_read(&dev->counts[10])) { in gamma_dma_schedule()
456 atomic_inc(&dev->counts[9]); /* _DRM_STAT_SPECIAL */ in gamma_dma_priority()
457 atomic_add(length, &dev->counts[8]); /* _DRM_STAT_PRIMARY */ in gamma_dma_priority()
Ddrm_proc.h513 atomic_read(&dev->counts[_DRM_STAT_OPENS])); in DRM()
515 atomic_read(&dev->counts[_DRM_STAT_CLOSES])); in DRM()
517 atomic_read(&dev->counts[_DRM_STAT_IOCTLS])); in DRM()
521 atomic_read(&dev->counts[_DRM_STAT_LOCKS])); in DRM()
523 atomic_read(&dev->counts[_DRM_STAT_UNLOCKS])); in DRM()
Ddrm_drv.h297 for ( i = 0 ; i < DRM_ARRAY_SIZE(dev->counts) ; i++ ) in DRM()
298 atomic_set( &dev->counts[i], 0 ); in DRM()
739 atomic_inc( &dev->counts[_DRM_STAT_OPENS] ); in DRM()
804 atomic_inc( &dev->counts[_DRM_STAT_LOCKS] ); in DRM()
857 atomic_inc( &dev->counts[_DRM_STAT_CLOSES] ); in DRM()
891 atomic_inc( &dev->counts[_DRM_STAT_IOCTLS] ); in DRM()
974 atomic_inc( &dev->counts[_DRM_STAT_LOCKS] ); in DRM()
1047 atomic_inc( &dev->counts[_DRM_STAT_UNLOCKS] ); in DRM()
Di810_dma.c987 atomic_add(vertex.used, &dev->counts[_DRM_STAT_SECONDARY]); in i810_dma_vertex()
988 atomic_inc(&dev->counts[_DRM_STAT_DMA]); in i810_dma_vertex()
1186 atomic_add(mc.used, &dev->counts[_DRM_STAT_SECONDARY]); in i810_dma_mc()
1187 atomic_inc(&dev->counts[_DRM_STAT_DMA]); in i810_dma_mc()
Ddrm_ioctl.h257 stats.data[i].value = atomic_read(&dev->counts[i]); in DRM()
DdrmP.h623 atomic_t counts[15]; member
/linux-2.4.37.9/drivers/sound/
Ddmabuf.c412 if (dmap->counts[dmap->qhead] == 0) in DMAbuf_launch_output()
413 dmap->counts[dmap->qhead] = dmap->fragment_size; in DMAbuf_launch_output()
416 dmap->counts[dmap->qhead], 1); in DMAbuf_launch_output()
592 *buf = &dmap->raw_buf[dmap->qhead * dmap->fragment_size + dmap->counts[dmap->qhead]]; in DMAbuf_getrdbuffer()
593 *len = dmap->fragment_size - dmap->counts[dmap->qhead]; in DMAbuf_getrdbuffer()
602 int p = dmap->counts[dmap->qhead] + c; in DMAbuf_rmchars()
612 dmap->counts[dmap->qhead] = 0; in DMAbuf_rmchars()
616 else dmap->counts[dmap->qhead] = p; in DMAbuf_rmchars()
884 dmap->counts[dmap->qtail] = dmap->fragment_size; in DMAbuf_move_wrpointer()
890 dmap->counts[dmap->qtail] = dmap->user_counter - ptr; in DMAbuf_move_wrpointer()
[all …]
Daudio.c669 dmap->counts[i] = 0; in reorganize_buffers()
820 info.bytes -= dmap->counts[dmap->qhead]; in dma_ioctl()
862 dmap_out->counts[dmap_out->qhead] = dmap_out->fragment_size; in dma_ioctl()
Ddev_table.h116 int counts[MAX_SUB_BUFFERS]; member
DCOPYING168 access to copy the source code from the same place counts as
/linux-2.4.37.9/Documentation/
Dtty.txt28 code manages the module counts this should not usually be a concern.
31 tty_ldisc structure in the ldisc table counts the number of lines using this
33 counts the number of active users of the ldisc at this instant. In effect it
34 counts the number of threads of execution within an ldisc method (plus those
DCodingStyle139 that counts the number of active users, you should call that
313 reference counts. In the kernel, garbage collection doesn't exist (and
328 when there are users of different "classes". The subclass count counts
/linux-2.4.37.9/net/sctp/
DConfig.in15 bool ' SCTP: Debug object counts' CONFIG_SCTP_DBG_OBJCNT
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dshub.c161 capture_shub_stats(cnodeid_t cnode, uint32_t *counts) in capture_shub_stats() argument
166 counts[i] = shub_mmr_read32(cnode, shub_perf_counts_regs[i]); in capture_shub_stats()
/linux-2.4.37.9/Documentation/vm/
Dlocking88 counts on the corresponding swaphandles, maintained in the "swap_map"
120 To preserve the sum of the counts, the page lock _must_ be acquired before
/linux-2.4.37.9/fs/ext2/
DCHANGES118 blocks and inodes counts. More checks will be added in future
136 this counter becomes bigger than a maximal mount counts (also stored
/linux-2.4.37.9/Documentation/powerpc/
Dppc_htab.txt90 lack of either of these options counts user and kernel.
/linux-2.4.37.9/Documentation/s390/
DCommonIO147 This entry counts how many times s390_process_IRQ has been called for each
/linux-2.4.37.9/Documentation/networking/
D3c509.txt132 Check /proc/interrupts for excessive interrupt counts. The timer tick
/linux-2.4.37.9/fs/hfs/
DChangeLog103 mischief. this fixes both directory counts and mounting on top of
144 up directory counts.
147 counts.
185 idea and results in screwed up entry counts.
1834 hfs_do_unlink() decremented directory counts rather than file counts.
2193 File and directory counts could have overflown 16-bit integer.
2223 Node counts were overflowing 16-bit integers.
DCOPYING168 access to copy the source code from the same place counts as
/linux-2.4.37.9/Documentation/fb/
Dframebuffer.txt192 A full screen counts 480 (yres) lines, but we have to consider the vertical
/linux-2.4.37.9/drivers/parport/
DChangeLog527 reference counts before sleeping.
/linux-2.4.37.9/drivers/net/e1000/
DLICENSE171 the source code from the same place counts as distribution of the source

12