Searched refs:tracked (Results 1 – 25 of 65) sorted by relevance
123
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
D | page_track.c | 89 if (track->tracked) in intel_vgpu_unregister_page_track() 112 if (track->tracked) in intel_vgpu_enable_page_track() 118 track->tracked = true; in intel_vgpu_enable_page_track() 139 if (!track->tracked) in intel_vgpu_disable_page_track() 145 track->tracked = false; in intel_vgpu_disable_page_track()
|
D | cfg_space.c | 140 if (map == vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_APERTURE].tracked) in map_aperture() 158 vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_APERTURE].tracked = map; in map_aperture() 168 if (trap == vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_GTTMMIO].tracked) in trap_gttmmio() 184 vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_GTTMMIO].tracked = trap; in trap_gttmmio()
|
D | page_track.h | 40 bool tracked; member
|
D | gvt.h | 103 bool tracked; member
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | debug-objects.rst | 73 When the real object is already tracked by debugobjects it is checked, 82 When the real object is not yet tracked by debugobjects, debugobjects 96 When the real object is already tracked by debugobjects it is checked, 105 When the real object is not yet tracked by debugobjects debugobjects 120 When the real object is already tracked by debugobjects it is checked, 128 When the real object is not yet tracked by debugobjects then the 145 When the real object is tracked by debugobjects it is checked, whether 160 When the real object is tracked by debugobjects it is checked, whether 176 When the real object is tracked by debugobjects it is checked, whether 193 When the real object is not tracked by debugobjects, it calls [all …]
|
/kernel/linux/linux-5.10/Documentation/accounting/ |
D | psi.rst | 59 stall state is tracked separately and exported in the "full" averages. 61 The ratios (in %) are tracked as recent trends over ten, sixty, and 64 (in us) is tracked and exported as well, to allow detection of latency 179 mounted, pressure stall information is also tracked for tasks grouped
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-devlink | 73 - 'not tracked' 81 'not tracked' means this device link does not track the status
|
D | sysfs-ata | 33 port numbers are tracked based upon number of ports available on
|
/kernel/linux/linux-5.10/ |
D | .gitignore | 9 # any tracked files which get ignored after the change.
|
/kernel/linux/linux-5.10/Documentation/nvdimm/ |
D | maintainer-entry-profile.rst | 7 architectures. The mailing list is tracked by patchwork here:
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | era.rst | 27 tracked by the target
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | rt-mutex.rst | 46 The state of the rt-mutex is tracked via the owner field of the rt-mutex
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | firewire-cdev | 59 node ID changes, are tracked by firewire-core. ABI users do not
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | hwlat_detector.rst | 29 (or an NMI, but those can be tracked).
|
D | events-kmem.rst | 93 The individual nature of the events is so that pages can be tracked
|
/kernel/linux/linux-5.10/Documentation/block/ |
D | stat.rst | 59 This counts flush requests executed by disk. Not tracked for partitions.
|
/kernel/linux/linux-5.10/Documentation/dev-tools/ |
D | kmemleak.rst | 87 The corresponding freeing function calls are tracked and the pointers 225 Page allocations and ioremap are not tracked.
|
/kernel/linux/linux-5.10/Documentation/scheduler/ |
D | sched-design-CFS.rst | 33 In CFS the virtual runtime is expressed and tracked via the per-task 63 runqueue. The total amount of work done by the system is tracked using
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | lockdep.rst | 9 critical section. Each flavor of RCU is tracked separately (but note
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | balance.rst | 100 for a zone can be tracked and fed into the balancing scheme (jalvo@mbay.net)
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | idle_page_tracking.rst | 39 Only accesses to user memory pages are tracked. These are pages mapped to a
|
/kernel/linux/linux-5.10/Documentation/PCI/ |
D | boot-interrupts.rst | 31 interrupt goes unhandled over time, they are tracked by the Linux kernel as
|
/kernel/linux/linux-5.10/Documentation/sound/cards/ |
D | maya44.rst | 52 …ems to work only via JACK, not using ALSA directly or via OSS. This still needs to be tracked down.
|
/kernel/linux/linux-5.10/Documentation/input/ |
D | multi-touch-protocol.rst | 82 being tracked by the hardware at that moment. The driver should do this by 172 allows for multiple contacts to be tracked. If the device supports it, the
|
/kernel/linux/linux-5.10/Documentation/RCU/Design/Expedited-Grace-Periods/ |
D | Expedited-Grace-Periods.rst | 149 #. The number of CPUs that have ever been online is tracked by the 155 #. The identities of the CPUs that have ever been online is tracked by 511 Quiescent states are tracked using the ``rcu_node`` tree, and once all
|
123