Home
last modified time | relevance | path

Searched refs:track (Results 1 – 154 of 154) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dr200.c150 struct r100_cs_track *track; in r200_packet0_check() local
160 track = (struct r100_cs_track *)p->track; in r200_packet0_check()
188 track->zb.robj = reloc->robj; in r200_packet0_check()
189 track->zb.offset = idx_value; in r200_packet0_check()
190 track->zb_dirty = true; in r200_packet0_check()
201 track->cb[0].robj = reloc->robj; in r200_packet0_check()
202 track->cb[0].offset = idx_value; in r200_packet0_check()
203 track->cb_dirty = true; in r200_packet0_check()
231 track->textures[i].robj = reloc->robj; in r200_packet0_check()
232 track->tex_dirty = true; in r200_packet0_check()
[all …]
Dr600_cs.c299 static void r600_cs_track_init(struct r600_cs_track *track) in r600_cs_track_init() argument
304 track->sq_config = DX9_CONSTS; in r600_cs_track_init()
306 track->cb_color_base_last[i] = 0; in r600_cs_track_init()
307 track->cb_color_size[i] = 0; in r600_cs_track_init()
308 track->cb_color_size_idx[i] = 0; in r600_cs_track_init()
309 track->cb_color_info[i] = 0; in r600_cs_track_init()
310 track->cb_color_view[i] = 0xFFFFFFFF; in r600_cs_track_init()
311 track->cb_color_bo[i] = NULL; in r600_cs_track_init()
312 track->cb_color_bo_offset[i] = 0xFFFFFFFF; in r600_cs_track_init()
313 track->cb_color_bo_mc[i] = 0xFFFFFFFF; in r600_cs_track_init()
[all …]
Devergreen_cs.c114 static void evergreen_cs_track_init(struct evergreen_cs_track *track) in evergreen_cs_track_init() argument
119 track->cb_color_fmask_bo[i] = NULL; in evergreen_cs_track_init()
120 track->cb_color_cmask_bo[i] = NULL; in evergreen_cs_track_init()
121 track->cb_color_cmask_slice[i] = 0; in evergreen_cs_track_init()
122 track->cb_color_fmask_slice[i] = 0; in evergreen_cs_track_init()
126 track->cb_color_bo[i] = NULL; in evergreen_cs_track_init()
127 track->cb_color_bo_offset[i] = 0xFFFFFFFF; in evergreen_cs_track_init()
128 track->cb_color_info[i] = 0; in evergreen_cs_track_init()
129 track->cb_color_view[i] = 0xFFFFFFFF; in evergreen_cs_track_init()
130 track->cb_color_pitch[i] = 0; in evergreen_cs_track_init()
[all …]
Dr300.c608 struct r100_cs_track *track; in r300_packet0_check() local
616 track = (struct r100_cs_track *)p->track; in r300_packet0_check()
648 track->cb[i].robj = reloc->robj; in r300_packet0_check()
649 track->cb[i].offset = idx_value; in r300_packet0_check()
650 track->cb_dirty = true; in r300_packet0_check()
661 track->zb.robj = reloc->robj; in r300_packet0_check()
662 track->zb.offset = idx_value; in r300_packet0_check()
663 track->zb_dirty = true; in r300_packet0_check()
706 track->textures[i].robj = reloc->robj; in r300_packet0_check()
707 track->tex_dirty = true; in r300_packet0_check()
[all …]
Dr100.c1307 struct r100_cs_track *track; in r100_packet3_load_vbpntr() local
1313 track = (struct r100_cs_track *)p->track; in r100_packet3_load_vbpntr()
1321 track->num_arrays = c; in r100_packet3_load_vbpntr()
1333 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1334 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1335 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1344 track->arrays[i + 1].robj = reloc->robj; in r100_packet3_load_vbpntr()
1345 track->arrays[i + 1].esize = idx_value >> 24; in r100_packet3_load_vbpntr()
1346 track->arrays[i + 1].esize &= 0x7F; in r100_packet3_load_vbpntr()
1358 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
[all …]
Dr100_track.h82 int r100_cs_track_check(struct radeon_device *rdev, struct r100_cs_track *track);
83 void r100_cs_track_clear(struct radeon_device *rdev, struct r100_cs_track *track);
Dradeon_cs.c430 kfree(parser->track); in radeon_cs_parser_fini()
Dradeon.h1092 void *track; member
/linux-4.1.27/drivers/block/
Damiflop.c287 if (unit[drive].track % 2 != 0) in fd_select()
440 unit[drive].track = -1; in fd_calibrate()
445 unit[drive].track = 0; in fd_calibrate()
453 static int fd_seek(int drive, int track) in fd_seek() argument
459 printk("seeking drive %d to track %d\n",drive,track); in fd_seek()
463 if (unit[drive].track == track) { in fd_seek()
471 if (unit[drive].track < 0 && !fd_calibrate(drive)) { in fd_seek()
477 cnt = unit[drive].track/2 - track/2; in fd_seek()
480 if (track % 2 != 0) in fd_seek()
487 if (track % 2 != unit[drive].track % 2) in fd_seek()
[all …]
Dataflop.c215 int track; /* current head position or -1 if member
284 #define IS_BUFFERED(drive,side,track) \ argument
285 (BufferDrive == (drive) && BufferSide == (side) && BufferTrack == (track))
446 FDC_WRITE( FDCREG_TRACK, UD.track ); in fd_select_drive()
628 SUD.track = -1; in fd_error()
653 drive, desc->track, desc->head, desc->sect_offset )); in do_format()
671 if (!UDT || desc->track >= UDT->blocks/UDT->spt/2 || desc->head >= 2) { in do_format()
689 *p++ = desc->track; in do_format()
706 ReqTrack = desc->track; in do_format()
758 if (UD.track == -1) in do_fd_action()
[all …]
Dswim.c35 unsigned char track; member
189 int track; member
428 static inline int swim_track(struct floppy_state *fs, int track) in swim_track() argument
433 ret = swim_seek(base, track - fs->track); in swim_track()
436 fs->track = track; in swim_track()
439 fs->track = 0; in swim_track()
460 int side, int track, in swim_read_sector() argument
469 swim_track(fs, track); in swim_read_sector()
489 if ((header.side != side) || (header.track != track) || in swim_read_sector()
502 int side, track, sector; in floppy_read_sectors() local
[all …]
Dfloppy.c843 if (FDC(drive) == fdc && (mode || UDRS->track != NEED_1_RECAL)) in reset_fdc_info()
844 UDRS->track = NEED_2_RECAL; in reset_fdc_info()
1430 DRS->track = NEED_2_RECAL; in interpret_errors()
1517 DRS->track = NEED_2_RECAL; in seek_interrupt()
1522 if (DRS->track >= 0 && DRS->track != ST1 && !blind_seek) { in seek_interrupt()
1530 DRS->track = ST1; in seek_interrupt()
1558 int track; in seek_floppy() local
1575 if (DRS->track <= NEED_1_RECAL) { in seek_floppy()
1580 (DRS->track <= NO_TRACK || DRS->track == raw_cmd->track)) { in seek_floppy()
1583 if (raw_cmd->track) in seek_floppy()
[all …]
Dhd.c581 unsigned int block, nsect, sec, track, head, cyl; in hd_request() local
620 track = block / disk->sect; in hd_request()
621 head = track % disk->head; in hd_request()
622 cyl = track / disk->head; in hd_request()
Dpktcdvd.c1617 static int pkt_get_track_info(struct pktcdvd_device *pd, __u16 track, __u8 type, track_information … in pkt_get_track_info() argument
1625 cgc.cmd[4] = (track & 0xff00) >> 8; in pkt_get_track_info()
1626 cgc.cmd[5] = track & 0xff; in pkt_get_track_info()
1847 int ret, track; in pkt_probe_settings() local
1868 track = 1; /* (di.last_track_msb << 8) | di.last_track_lsb; */ in pkt_probe_settings()
1869 if ((ret = pkt_get_track_info(pd, track, 1, &ti))) { in pkt_probe_settings()
/linux-4.1.27/include/uapi/linux/
Dfd.h17 track, /* nr of tracks */ member
73 unsigned int device,head,track; member
213 short track; /* current track */ member
275 unsigned char track[4]; member
363 int track; member
/linux-4.1.27/drivers/cdrom/
Dgdrom.c317 static int get_entry_lba(int track) in get_entry_lba() argument
319 return (cpu_to_be32(track & 0xffffff00) - GD_SESSION_OFFSET); in get_entry_lba()
322 static int get_entry_q_ctrl(int track) in get_entry_q_ctrl() argument
324 return (track & 0x000000f0) >> 4; in get_entry_q_ctrl()
327 static int get_entry_track(int track) in get_entry_track() argument
329 return (track & 0x0000ff00) >> 8; in get_entry_track()
335 int fentry, lentry, track, data, tocuse, err; in gdrom_get_last_session() local
354 track = get_entry_track(gd.toc->last); in gdrom_get_last_session()
356 data = gd.toc->entry[track - 1]; in gdrom_get_last_session()
359 track--; in gdrom_get_last_session()
[all …]
Dcdrom.c2780 __u16 track, __u8 type, track_information *ti) in cdrom_get_track_info() argument
2789 cgc.cmd[4] = (track & 0xff00) >> 8; in cdrom_get_track_info()
2790 cgc.cmd[5] = track & 0xff; in cdrom_get_track_info()
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt151 delay and padding and directly move from one track content to another. The end
153 switching from one track to another
161 switch from one track to another and start using data for second track.
167 decoder to strip the silence. This needs to be set before the data in the track
172 correspond to subsequent track
177 data would belong to next track
183 - Set metadata of the first track
184 - Fill data of the first track
187 - Indicaite next track data by sending set_next_track
188 - Set metadata of the next track
[all …]
Dtimestamping.txt19 timestamps allow for applications to keep track of the 'fullness' of
75 removes the need to keep track of internal DSP processing times and
95 - the link time can be used to track long-term drifts between audio
DREADME.maya4442 - The level meters ("multi track") in 'alsamixer' do not seem to react to signals in (if this is a …
/linux-4.1.27/block/
Dcompat_ioctl.c240 short track; member
265 unsigned char track[4]; member
337 err |= __get_user(f->track, &uf->track); in compat_fd_ioctl()
421 err |= __put_user(f->track, &uf->track); in compat_fd_ioctl()
469 err |= __put_user(f->track, &uf->track); in compat_fd_ioctl()
496 err |= __copy_to_user(uf->track, f->track, sizeof(f->track)); in compat_fd_ioctl()
/linux-4.1.27/arch/arc/lib/
Dmemcmp.S56 ; slow track insn
71 ; slow track insn
84 ; slow track insn
/linux-4.1.27/drivers/ide/
Dide-cd_ioctl.c321 static int ide_cd_get_toc_entry(ide_drive_t *drive, int track, in ide_cd_get_toc_entry() argument
340 if (track == CDROM_LEADOUT) in ide_cd_get_toc_entry()
342 else if (track < toc->hdr.first_track || track > toc->hdr.last_track) in ide_cd_get_toc_entry()
345 *ent = &toc->ent[track - toc->hdr.first_track]; in ide_cd_get_toc_entry()
Dide-cd.h61 u8 track; member
Dide-disk.c133 unsigned int sect, head, cyl, track; in __ide_do_rw_disk() local
135 track = (int)block / drive->sect; in __ide_do_rw_disk()
137 head = track % drive->head; in __ide_do_rw_disk()
138 cyl = track / drive->head; in __ide_do_rw_disk()
Dide-cd.c1067 toc->ent[i].track = bcd2bin(toc->ent[i].track); in ide_cd_read_toc()
/linux-4.1.27/Documentation/hwmon/
Dda905512 resolution and track and hold circuitry combined with an analogue input
14 different inputs. The track and hold circuit ensures stable input voltages at
Dda905212 resolution and track and hold circuitry combined with an analogue input
14 different inputs. The track and hold circuit ensures stable input voltages at
Dmax161912 Oleksij Rempel <bug-track@fisher-privat.net>,
/linux-4.1.27/arch/m68k/include/asm/
Datafd.h7 int track; /* to be formatted */ member
/linux-4.1.27/include/linux/
Dfd.h13 compat_uint_t track; member
Damifd.h47 int track; /* current track (-1 == unknown) */ member
/linux-4.1.27/Documentation/usb/
Danchors.txt6 driver has to keep track of the URBs it has submitted
9 keeping track of URBs and provides methods to deal with
Dpersist.txt115 Perhaps not. Arguably, keeping track of mounted filesystems and
/linux-4.1.27/mm/
Dslub.c189 struct track { struct
498 static struct track *get_track(struct kmem_cache *s, void *object, in get_track()
501 struct track *p; in get_track()
514 struct track *p = get_track(s, object, alloc); in set_track()
542 memset(p, 0, sizeof(struct track)); in set_track()
554 static void print_track(const char *s, struct track *t) in print_track()
644 off += 2 * sizeof(struct track); in print_trailer()
768 off += 2 * sizeof(struct track); in check_pad_bytes()
3070 size += 2 * sizeof(struct track); in calculate_sizes()
4009 const struct track *track) in add_location() argument
[all …]
/linux-4.1.27/Documentation/filesystems/
Dsysv-fs.txt24 corresponds to the beginning of track 1 on floppy disks. No support
44 On SystemV Release 2 FS (e.g. Microport) the first track is reserved and
45 all the block numbers (including the super block) are offset by one track.
Dxfs-delayed-logging-design.txt109 infrastructure to keep track of logical changes in memory prior to physically
247 them to be used without limitations, we need to be able to track and accumulate
250 to be the object that is used to track committed objects as it will always
253 The log item is already used to track the log items that have been written to
401 efficient way to track vectors, even though it seems like the natural way to do
405 the log vector chaining. If we track by the log vectors, then we only need to
440 operations that track transactions that have not yet completed know what
445 To ensure that we can do this, we need to track all the checkpoint contexts
481 number of split log vector regions are going to be used. We can track the
Dvfs.txt501 cache. It can be used to keep track of the pages in a file (or
502 anything else) and also track the mapping of sections of the file into
507 pressure, page lookup by address, and keeping track of pages tagged as
Dntfs.txt260 255 heads, 63 sectors/track, 9964 cylinders, total 160086528 sectors
/linux-4.1.27/arch/arm/include/asm/
Dfloppy.h86 raw_cmd->track = 0; in fd_scandrives()
/linux-4.1.27/drivers/staging/iio/Documentation/
Dtrigger.txt22 triggers to keep track of what they have created.
/linux-4.1.27/Documentation/s390/
DDASD52 and stop_unit are the first and last track to be formatted. If
54 up to the last track. blksize can be any power of two between 512 and
Ddriver-model.txt236 only the logical state and not the physical state, since we cannot track the
/linux-4.1.27/fs/jbd/
DKconfig23 help track down any problems you are having. By default the
/linux-4.1.27/Documentation/sh/
Dregister-banks.txt26 - r2_bank (used to track the EXPEVT/INTEVT code)
/linux-4.1.27/drivers/scsi/osd/
DKconfig48 track the problem (see also MAINTAINERS). Setting this will also
/linux-4.1.27/fs/jbd2/
DKconfig28 in order to help track down any problems you are having.
/linux-4.1.27/Documentation/arm/nwfpe/
DNOTES2 been able to track it down yet. This does not occur with the emulator
/linux-4.1.27/Documentation/
Drfkill.txt53 instead of keeping track of calls to set_block(). In fact, drivers should
55 keeps track of soft and hard block separately.
Dvgaarbiter.txt86 The driver keeps track of which user has which locks on which card. It
119 The vga_count is used to track how many cards are being arbitrated, so for
DSubmittingDrivers43 to track changes in API's. The final contact point for Linux 2.6
DBUG-HUNTING56 This is how to track down a bug if you know nothing about kernel hacking.
Dcachetlb.txt76 Linux to keep track of mmap'd regions for a process, the
188 Linux to keep track of mmap'd regions for a process, the
Dassoc_array.txt94 keeps track of the metadata blocks that will be removed from the tree when the
97 This is also used to keep track of dead blocks and dead objects after the
Drtc.txt7 works even with system power off. Such clocks will normally not track
DSubmittingPatches225 series. Developers using "git bisect" to track down a problem can end up
246 actual differences and allows tools to better track the history of
474 want at the same time to credit the author, track changes, merge the fix,
Drbtree.txt25 track requests; the packet CD/DVD driver does the same.
Doops-tracing.txt58 How to track down an Oops.. [originally a mail to linux-kernel]
DHOWTO336 bugzilla.kernel.org is where the Linux kernel developers track kernel
343 of information is needed by the kernel developers to help track down the
Dmedia-framework.txt279 track the number of users of every entity for power management needs.
Dworkqueue.txt122 whenever an active worker wakes up or sleeps and keeps track of the
Dbcache.txt10 in erase block sized buckets, and it uses a hybrid btree/log to track cached
Dkobject.txt317 the kernel to track "all block devices" or "all PCI device drivers."
DDMA-API.txt548 For reasons of efficiency, most platforms choose to track the declared
Dkernel-docs.txt24 kept track of them. These lines try to cover this lack. All documents
DCodingStyle370 generally easily keep track of about 7 different things, anything more
DDMA-API-HOWTO.txt868 Therefore, keeping track of the mapping address and length is a waste
Dpinctrl.txt729 The beauty of the pinmux subsystem is that since it keeps track of all
/linux-4.1.27/Documentation/vm/
Dsoft-dirty.txt3 The soft-dirty is a bit on a PTE which helps to track which pages a task
Dactive_mm.txt36 - however, we obviously need to keep track of which address space we
Dunevictable-lru.txt53 The Unevictable LRU facility adds an additional LRU list to track unevictable
95 same code to isolate them (for migrate, etc.), the same code to keep track
/linux-4.1.27/Documentation/device-mapper/
Ddm-log.txt4 RAID targets to track regions of the disk that are not consistent.
Dera.txt5 addition it keeps track of which blocks were written within a user
Dpersistent-data.txt58 On-disk data structures that keep track of reference counts of blocks.
Dcache.txt167 from the cache blocks. This is because we need to track the discard
/linux-4.1.27/tools/perf/util/
Devsel.c619 int track = evsel->tracking; in perf_evsel__config() local
679 attr->mmap_data = track; in perf_evsel__config()
733 attr->task = track; in perf_evsel__config()
734 attr->mmap = track; in perf_evsel__config()
735 attr->mmap2 = track && !perf_missing_features.mmap2; in perf_evsel__config()
736 attr->comm = track; in perf_evsel__config()
/linux-4.1.27/Documentation/infiniband/
Duser_verbs.txt33 commands passed through a file descriptor, the kernel can keep track
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-dma.txt76 to track how much data in the target buffer is valid and deal with it
/linux-4.1.27/Documentation/locking/
Drt-mutex.txt50 are used to keep track of the "owner is pending" and "rtmutex has
Dww-mutex-design.txt49 acquire context. Furthermore the acquire context keeps track of debugging state
218 or keep track off which looks are already held (when using more than one node
Dlockdep-design.txt92 validator will still track all dependencies between locks.)
Drt-mutex-design.txt207 Every mutex keeps track of all the waiters that are blocked on itself. The mutex
217 To keep track of the PI chains, each process has its own PI list. This is
/linux-4.1.27/fs/ext3/
DKconfig11 crash. The journal keeps track of any changes that were being made
/linux-4.1.27/arch/arm/nwfpe/
DChangeLog88 * ChangeLog - Added this file to track changes made.
/linux-4.1.27/arch/powerpc/
DKconfig.debug35 Adds code to keep track of the number of hypervisor calls made and
49 Adds code to keep track of the number of instructions that are
/linux-4.1.27/Documentation/networking/
Ddm9000.txt131 The driver keeps track of the link state and informs the network core
Daltera_tse.txt71 resource required to send and track the requested transmit operation.
Dvortex.txt324 we've noticed for a while but haven't had the time to track down.
Dphy.txt158 There's a remote chance that the PAL's built-in state machine cannot track
Dscaling.txt255 avoid this, RFS uses a second flow table to track outstanding packets
/linux-4.1.27/Documentation/cgroups/
Ddevices.txt5 Implement a cgroup to track and enforce open and mknod restrictions
Dmemory.txt351 want to track kernel memory usage.
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-200415 * Try to use LBA instead of track or MSF addressing
163 * inform me of where "Illegal mode for this track"
/linux-4.1.27/Documentation/x86/
Dpat.txt102 as step 0 above and also track the usage of those pages and use set_memory_wb()
Dintel_mpx.txt82 special track of the memory with a VM_MPX flag.
157 keep track of the allocation state there.
/linux-4.1.27/Documentation/networking/caif/
DLinux-CAIF.txt105 The MUX keeps track of the existing CAIF Channels and
/linux-4.1.27/arch/avr32/
DKconfig219 enabling Nexus-compliant debuggers to keep track of the PID of the
/linux-4.1.27/drivers/ata/
Dlibata-scsi.c1611 u32 sect, head, cyl, track; in ata_scsi_verify_xlat() local
1617 track = (u32)block / dev->sectors; in ata_scsi_verify_xlat()
1618 cyl = track / dev->heads; in ata_scsi_verify_xlat()
1619 head = track % dev->heads; in ata_scsi_verify_xlat()
1623 (u32)block, track, cyl, head, sect); in ata_scsi_verify_xlat()
Dlibata-core.c819 u32 sect, head, cyl, track; in ata_build_rw_tf() local
829 track = (u32)block / dev->sectors; in ata_build_rw_tf()
830 cyl = track / dev->heads; in ata_build_rw_tf()
831 head = track % dev->heads; in ata_build_rw_tf()
835 (u32)block, track, cyl, head, sect); in ata_build_rw_tf()
/linux-4.1.27/Documentation/accounting/
Dtaskstats-struct.txt149 * Same as acct_rss_mem1 above except that we keep track of VM usage.
/linux-4.1.27/Documentation/development-process/
D2.Process220 maintainers to track a list of patches, including authorship information
303 kernel proper. This is a way to keep track of drivers that aren't
305 them and track development.
364 system. It does not track history over time; it is, instead, oriented
D4.Coding238 - DEBUG_OBJECTS will add code to track the lifetime of various objects
256 This tool will track the acquisition and release of every lock (spinlock or
D3.Early-stage155 track down a maintainer for a specific piece of code.
D1.Intro27 with kernel development are encouraged to track down and fix bugs as an
/linux-4.1.27/Documentation/input/
Dntrig.txt125 As of yet, all tested N-Trig firmwares do not track fingers. When multiple
Dmulti-touch-protocol.txt68 Some devices identify and/or track more contacts than they can report to the
215 may be used to track identified contacts over time [5].
Dinput-programming.txt161 Note that input core keeps track of number of users for the device and
/linux-4.1.27/Documentation/frv/
Dbooting.txt37 track of the load address, entry point and size, so the command to do
/linux-4.1.27/drivers/usb/gadget/
DKconfig58 trying to track down. Never enable these messages for a
72 trying to track down. Never enable these messages for a
/linux-4.1.27/lib/
DKconfig.debug248 This keeps track of what call chain is the owner of a page, may
390 kernel to track the life time of various objects and validate
413 timer routines to track the life time of timer objects and
421 work queue routines to track the life time of work objects and
435 percpu counter routines to track the life time of percpu counter
516 Kmemleak must track all the memory allocations to avoid
1183 management. The additional code keeps track of the number of
/linux-4.1.27/Documentation/fb/
Dudlfb.txt104 module to track changed areas of the framebuffer by page faults.
/linux-4.1.27/Documentation/ioctl/
Dcdrom.txt166 is described as a track and an index.
204 EINVAL requested track out of bounds
Dhdio.txt100 sectors number of sectors/track
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block134 usually the stripe width or the internal track size. A
/linux-4.1.27/Documentation/scsi/
Din2000.txt50 forces an artificial 1023 track limit on drives. Also
Dscsi_mid_low_api.txt183 It may be useful for a LLD to keep track of struct Scsi_Host instances
225 It may be useful for an LLD to keep track of struct scsi_device instances
383 scsi_track_queue_full - track successive QUEUE_FULL events
661 * scsi_track_queue_full - track successive QUEUE_FULL events on given
DChangeLog.1992-1997878 * scsi.h: Add manufactor field for keeping track of device
1967 with SCint to fix race condition. Use recursion_depth to keep track
2003 * seagate.c (controller_type): New variable to keep track of ST0x or
DChangeLog.ncr53c8xx233 depth but did'nt keep track of user settings for tags depth lower
DChangeLog.sym53c8xx505 depth but did'nt keep track of user settings for tags depth lower
DChangeLog.lpfc1603 * Keep track if hbaapi index numbers need to be refreshed.
/linux-4.1.27/Documentation/video4linux/
Domap3isp.txt241 driver must provide a way to track this information to provide more accurate
DREADME.pvrusb2118 in the driver used to track ALL internal state related to control
Dv4l2-controls.txt33 The v4l2_ctrl object describes the control properties and keeps track of the
36 v4l2_ctrl_handler is the object that keeps track of controls. It maintains a
Dv4l2-framework.txt52 and keeping track of device-node specific data.
75 and the v4l2_fh struct keeps track of filehandle instances.
662 - prio: keeps track of the priorities. Used to implement VIDIOC_G/S_PRIORITY.
Dvivid.txt268 frame/field sequence counting will keep track of that so the sequence
/linux-4.1.27/Documentation/gpio/
Ddriver.txt152 keep track of usage inside of the gpiolib subsystem. This is why the API
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc188 clear b32 $r3 // track GPC context size here
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt216 keeps track of clamping kernel threads, even after they are migrated
/linux-4.1.27/Documentation/arm/OMAP/
DDSS89 the interface to keep track of the audio state. The initial state is _DISABLED;
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt479 is that the system timekeeping routines are often designed to keep track of
610 problems would require completely isolated virtual time which may not track
Dmmu.txt195 A counter keeping track of how many hardware registers (guest cr3 or
Dapi.txt924 KVM_MEM_READONLY. The former can be set to instruct KVM to keep track of
1836 and their own constants and width. To keep track of the implemented
/linux-4.1.27/Documentation/serial/
Ddriver105 track of their state. The state information should include:
/linux-4.1.27/
DREADME120 errors that are very difficult to track down, so don't assume that
DCREDITS1163 D: Floppy track reading, fs code
/linux-4.1.27/net/ipv4/
DKconfig59 Keep track of statistics on structure of FIB TRIE table.
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt394 for an object and the metadata used to track it. Zero size should be
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt261 decides to use. The device driver is responsible for keeping track of the
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt442 different track: let's move back to the code from attempt2 and do some
/linux-4.1.27/Documentation/RCU/
DRTFP.txt2343 Day-one bug in Tree RCU that took forever to track down.
2569 Maintains an array of generation numbers to track in-flight
/linux-4.1.27/drivers/video/fbdev/
DKconfig2258 tristate "E-Ink Metronome/8track controller support"
2267 controller. The pre-release name for this device was 8track
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped759 /* Keep track of our location in the original source files. */
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt562 track buffering (1) or not (0). The default is machine-dependent:
/linux-4.1.27/Documentation/power/
Ddevices.txt168 matter, and the kernel is responsible for keeping track of it. By contrast,
/linux-4.1.27/drivers/watchdog/
DKconfig17 are more robust and can also keep track of the temperature inside
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex849 \item[CDROMPLAYTRKIND] Play audio fragment in track-index format
/linux-4.1.27/Documentation/block/
Dbiodoc.txt465 field to keep track of the next bio_vec entry to process.
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.seq54 * bus arbitration. The problem with this is that we must keep track of the
Daic79xx.seq432 * Keep track of the SCBs we are dmaing just
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt858 tries to track down these locations for various models.
/linux-4.1.27/init/
DKconfig281 userspace file servers, which now track files using handles instead
/linux-4.1.27/drivers/scsi/
DKconfig232 If you say N here, it may be harder to track down some types of SCSI
/linux-4.1.27/Documentation/trace/
Dftrace.txt248 track of the time spent in those functions. The histogram
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3968 firewalling somewhere between the UML and the other box. You track