Searched refs:tracked (Results 1 – 25 of 52) sorted by relevance
123
| /Linux-v5.4/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 | 127 if (map == vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_APERTURE].tracked) in map_aperture() 145 vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_APERTURE].tracked = map; in map_aperture() 155 if (trap == vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_GTTMMIO].tracked) in trap_gttmmio() 171 vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_GTTMMIO].tracked = trap; in trap_gttmmio()
|
| D | page_track.h | 37 bool tracked; member
|
| D | gvt.h | 103 bool tracked; member
|
| /Linux-v5.4/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 …]
|
| /Linux-v5.4/Documentation/accounting/ |
| D | psi.rst | 57 stall state is tracked separately and exported in the "full" averages. 59 The ratios (in %) are tracked as recent trends over ten, sixty, and 62 (in us) is tracked and exported as well, to allow detection of latency 176 mounted, pressure stall information is also tracked for tasks grouped
|
| /Linux-v5.4/ |
| D | .gitignore | 8 # any tracked files which get ignored after the change.
|
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ |
| D | era.rst | 27 tracked by the target
|
| /Linux-v5.4/Documentation/locking/ |
| D | rt-mutex.rst | 46 The state of the rt-mutex is tracked via the owner field of the rt-mutex
|
| /Linux-v5.4/Documentation/ABI/stable/ |
| D | firewire-cdev | 52 node ID changes, are tracked by firewire-core. ABI users do not
|
| /Linux-v5.4/Documentation/RCU/ |
| D | lockdep.txt | 5 critical section. Each flavor of RCU is tracked separately (but note
|
| /Linux-v5.4/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
|
| D | tracepoint-analysis.rst | 121 Events can be activated and tracked for the duration of a process on a local
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-ata | 33 port numbers are tracked based upon number of ports available on
|
| /Linux-v5.4/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
|
| D | sched-bwc.rst | 19 A group's unassigned quota is globally tracked, being refreshed back to
|
| /Linux-v5.4/Documentation/dev-tools/ |
| D | kmemleak.rst | 88 The corresponding freeing function calls are tracked and the pointers 226 Page allocations and ioremap are not tracked.
|
| /Linux-v5.4/Documentation/vm/ |
| D | balance.rst | 100 for a zone can be tracked and fed into the balancing scheme (jalvo@mbay.net)
|
| D | memory-model.rst | 196 page reference count never drops below 1 the page is never tracked as
|
| /Linux-v5.4/Documentation/admin-guide/mm/ |
| D | idle_page_tracking.rst | 39 Only accesses to user memory pages are tracked. These are pages mapped to a
|
| /Linux-v5.4/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.
|
| /Linux-v5.4/security/ |
| D | Kconfig.hardening | 139 int "Minimum stack frame size of functions tracked by STACKLEAK"
|
| /Linux-v5.4/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
|
| /Linux-v5.4/Documentation/sound/designs/ |
| D | timestamping.rst | 70 The app time corresponds to the time tracked by an application after
|
123