/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r200.c | 150 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 …]
|
D | r600_cs.c | 299 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 …]
|
D | evergreen_cs.c | 114 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 …]
|
D | r300.c | 608 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 …]
|
D | r100.c | 1307 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 …]
|
D | r100_track.h | 82 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);
|
D | radeon_cs.c | 430 kfree(parser->track); in radeon_cs_parser_fini()
|
D | radeon.h | 1092 void *track; member
|
/linux-4.1.27/drivers/block/ |
D | amiflop.c | 287 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 …]
|
D | ataflop.c | 215 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 …]
|
D | swim.c | 35 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 …]
|
D | floppy.c | 843 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 …]
|
D | hd.c | 581 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()
|
D | pktcdvd.c | 1617 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/ |
D | fd.h | 17 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/ |
D | gdrom.c | 317 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 …]
|
D | cdrom.c | 2780 __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/ |
D | compress_offload.txt | 151 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 …]
|
D | timestamping.txt | 19 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
|
D | README.maya44 | 42 - The level meters ("multi track") in 'alsamixer' do not seem to react to signals in (if this is a …
|
/linux-4.1.27/block/ |
D | compat_ioctl.c | 240 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/ |
D | memcmp.S | 56 ; slow track insn 71 ; slow track insn 84 ; slow track insn
|
/linux-4.1.27/drivers/ide/ |
D | ide-cd_ioctl.c | 321 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()
|
D | ide-cd.h | 61 u8 track; member
|
D | ide-disk.c | 133 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()
|
D | ide-cd.c | 1067 toc->ent[i].track = bcd2bin(toc->ent[i].track); in ide_cd_read_toc()
|
/linux-4.1.27/Documentation/hwmon/ |
D | da9055 | 12 resolution and track and hold circuitry combined with an analogue input 14 different inputs. The track and hold circuit ensures stable input voltages at
|
D | da9052 | 12 resolution and track and hold circuitry combined with an analogue input 14 different inputs. The track and hold circuit ensures stable input voltages at
|
D | max1619 | 12 Oleksij Rempel <bug-track@fisher-privat.net>,
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | atafd.h | 7 int track; /* to be formatted */ member
|
/linux-4.1.27/include/linux/ |
D | fd.h | 13 compat_uint_t track; member
|
D | amifd.h | 47 int track; /* current track (-1 == unknown) */ member
|
/linux-4.1.27/Documentation/usb/ |
D | anchors.txt | 6 driver has to keep track of the URBs it has submitted 9 keeping track of URBs and provides methods to deal with
|
D | persist.txt | 115 Perhaps not. Arguably, keeping track of mounted filesystems and
|
/linux-4.1.27/mm/ |
D | slub.c | 189 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/ |
D | sysv-fs.txt | 24 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.
|
D | xfs-delayed-logging-design.txt | 109 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
|
D | vfs.txt | 501 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
|
D | ntfs.txt | 260 255 heads, 63 sectors/track, 9964 cylinders, total 160086528 sectors
|
/linux-4.1.27/arch/arm/include/asm/ |
D | floppy.h | 86 raw_cmd->track = 0; in fd_scandrives()
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | trigger.txt | 22 triggers to keep track of what they have created.
|
/linux-4.1.27/Documentation/s390/ |
D | DASD | 52 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
|
D | driver-model.txt | 236 only the logical state and not the physical state, since we cannot track the
|
/linux-4.1.27/fs/jbd/ |
D | Kconfig | 23 help track down any problems you are having. By default the
|
/linux-4.1.27/Documentation/sh/ |
D | register-banks.txt | 26 - r2_bank (used to track the EXPEVT/INTEVT code)
|
/linux-4.1.27/drivers/scsi/osd/ |
D | Kconfig | 48 track the problem (see also MAINTAINERS). Setting this will also
|
/linux-4.1.27/fs/jbd2/ |
D | Kconfig | 28 in order to help track down any problems you are having.
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | NOTES | 2 been able to track it down yet. This does not occur with the emulator
|
/linux-4.1.27/Documentation/ |
D | rfkill.txt | 53 instead of keeping track of calls to set_block(). In fact, drivers should 55 keeps track of soft and hard block separately.
|
D | vgaarbiter.txt | 86 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
|
D | SubmittingDrivers | 43 to track changes in API's. The final contact point for Linux 2.6
|
D | BUG-HUNTING | 56 This is how to track down a bug if you know nothing about kernel hacking.
|
D | cachetlb.txt | 76 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
|
D | assoc_array.txt | 94 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
|
D | rtc.txt | 7 works even with system power off. Such clocks will normally not track
|
D | SubmittingPatches | 225 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,
|
D | rbtree.txt | 25 track requests; the packet CD/DVD driver does the same.
|
D | oops-tracing.txt | 58 How to track down an Oops.. [originally a mail to linux-kernel]
|
D | HOWTO | 336 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
|
D | media-framework.txt | 279 track the number of users of every entity for power management needs.
|
D | workqueue.txt | 122 whenever an active worker wakes up or sleeps and keeps track of the
|
D | bcache.txt | 10 in erase block sized buckets, and it uses a hybrid btree/log to track cached
|
D | kobject.txt | 317 the kernel to track "all block devices" or "all PCI device drivers."
|
D | DMA-API.txt | 548 For reasons of efficiency, most platforms choose to track the declared
|
D | kernel-docs.txt | 24 kept track of them. These lines try to cover this lack. All documents
|
D | CodingStyle | 370 generally easily keep track of about 7 different things, anything more
|
D | DMA-API-HOWTO.txt | 868 Therefore, keeping track of the mapping address and length is a waste
|
D | pinctrl.txt | 729 The beauty of the pinmux subsystem is that since it keeps track of all
|
/linux-4.1.27/Documentation/vm/ |
D | soft-dirty.txt | 3 The soft-dirty is a bit on a PTE which helps to track which pages a task
|
D | active_mm.txt | 36 - however, we obviously need to keep track of which address space we
|
D | unevictable-lru.txt | 53 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/ |
D | dm-log.txt | 4 RAID targets to track regions of the disk that are not consistent.
|
D | era.txt | 5 addition it keeps track of which blocks were written within a user
|
D | persistent-data.txt | 58 On-disk data structures that keep track of reference counts of blocks.
|
D | cache.txt | 167 from the cache blocks. This is because we need to track the discard
|
/linux-4.1.27/tools/perf/util/ |
D | evsel.c | 619 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/ |
D | user_verbs.txt | 33 commands passed through a file descriptor, the kernel can keep track
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 76 to track how much data in the target buffer is valid and deal with it
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex.txt | 50 are used to keep track of the "owner is pending" and "rtmutex has
|
D | ww-mutex-design.txt | 49 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
|
D | lockdep-design.txt | 92 validator will still track all dependencies between locks.)
|
D | rt-mutex-design.txt | 207 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/ |
D | Kconfig | 11 crash. The journal keeps track of any changes that were being made
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | ChangeLog | 88 * ChangeLog - Added this file to track changes made.
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 35 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/ |
D | dm9000.txt | 131 The driver keeps track of the link state and informs the network core
|
D | altera_tse.txt | 71 resource required to send and track the requested transmit operation.
|
D | vortex.txt | 324 we've noticed for a while but haven't had the time to track down.
|
D | phy.txt | 158 There's a remote chance that the PAL's built-in state machine cannot track
|
D | scaling.txt | 255 avoid this, RFS uses a second flow table to track outstanding packets
|
/linux-4.1.27/Documentation/cgroups/ |
D | devices.txt | 5 Implement a cgroup to track and enforce open and mknod restrictions
|
D | memory.txt | 351 want to track kernel memory usage.
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 15 * 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/ |
D | pat.txt | 102 as step 0 above and also track the usage of those pages and use set_memory_wb()
|
D | intel_mpx.txt | 82 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/ |
D | Linux-CAIF.txt | 105 The MUX keeps track of the existing CAIF Channels and
|
/linux-4.1.27/arch/avr32/ |
D | Kconfig | 219 enabling Nexus-compliant debuggers to keep track of the PID of the
|
/linux-4.1.27/drivers/ata/ |
D | libata-scsi.c | 1611 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()
|
D | libata-core.c | 819 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/ |
D | taskstats-struct.txt | 149 * Same as acct_rss_mem1 above except that we keep track of VM usage.
|
/linux-4.1.27/Documentation/development-process/ |
D | 2.Process | 220 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
|
D | 4.Coding | 238 - 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
|
D | 3.Early-stage | 155 track down a maintainer for a specific piece of code.
|
D | 1.Intro | 27 with kernel development are encouraged to track down and fix bugs as an
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 125 As of yet, all tested N-Trig firmwares do not track fingers. When multiple
|
D | multi-touch-protocol.txt | 68 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].
|
D | input-programming.txt | 161 Note that input core keeps track of number of users for the device and
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 37 track of the load address, entry point and size, so the command to do
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 58 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/ |
D | Kconfig.debug | 248 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/ |
D | udlfb.txt | 104 module to track changed areas of the framebuffer by page faults.
|
/linux-4.1.27/Documentation/ioctl/ |
D | cdrom.txt | 166 is described as a track and an index. 204 EINVAL requested track out of bounds
|
D | hdio.txt | 100 sectors number of sectors/track
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-block | 134 usually the stripe width or the internal track size. A
|
/linux-4.1.27/Documentation/scsi/ |
D | in2000.txt | 50 forces an artificial 1023 track limit on drives. Also
|
D | scsi_mid_low_api.txt | 183 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
|
D | ChangeLog.1992-1997 | 878 * 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
|
D | ChangeLog.ncr53c8xx | 233 depth but did'nt keep track of user settings for tags depth lower
|
D | ChangeLog.sym53c8xx | 505 depth but did'nt keep track of user settings for tags depth lower
|
D | ChangeLog.lpfc | 1603 * Keep track if hbaapi index numbers need to be refreshed.
|
/linux-4.1.27/Documentation/video4linux/ |
D | omap3isp.txt | 241 driver must provide a way to track this information to provide more accurate
|
D | README.pvrusb2 | 118 in the driver used to track ALL internal state related to control
|
D | v4l2-controls.txt | 33 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
|
D | v4l2-framework.txt | 52 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.
|
D | vivid.txt | 268 frame/field sequence counting will keep track of that so the sequence
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 152 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/ |
D | gpc.fuc | 188 clear b32 $r3 // track GPC context size here
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 216 keeps track of clamping kernel threads, even after they are migrated
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 89 the interface to keep track of the audio state. The initial state is _DISABLED;
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 479 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
|
D | mmu.txt | 195 A counter keeping track of how many hardware registers (guest cr3 or
|
D | api.txt | 924 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/ |
D | driver | 105 track of their state. The state information should include:
|
/linux-4.1.27/ |
D | README | 120 errors that are very difficult to track down, so don't assume that
|
D | CREDITS | 1163 D: Floppy track reading, fs code
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 59 Keep track of statistics on structure of FIB TRIE table.
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 394 for an object and the metadata used to track it. Zero size should be
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 261 decides to use. The device driver is responsible for keeping track of the
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 442 different track: let's move back to the code from attempt2 and do some
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 2343 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/ |
D | Kconfig | 2258 tristate "E-Ink Metronome/8track controller support" 2267 controller. The pre-release name for this device was 8track
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 759 /* Keep track of our location in the original source files. */
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 562 track buffering (1) or not (0). The default is machine-dependent:
|
/linux-4.1.27/Documentation/power/ |
D | devices.txt | 168 matter, and the kernel is responsible for keeping track of it. By contrast,
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 17 are more robust and can also keep track of the temperature inside
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 849 \item[CDROMPLAYTRKIND] Play audio fragment in track-index format
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 465 field to keep track of the next bio_vec entry to process.
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 54 * bus arbitration. The problem with this is that we must keep track of the
|
D | aic79xx.seq | 432 * Keep track of the SCBs we are dmaing just
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 858 tries to track down these locations for various models.
|
/linux-4.1.27/init/ |
D | Kconfig | 281 userspace file servers, which now track files using handles instead
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 232 If you say N here, it may be harder to track down some types of SCSI
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 248 track of the time spent in those functions. The histogram
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3968 firewalling somewhere between the UML and the other box. You track
|