Searched refs:tracked (Results 1 – 25 of 47) sorted by relevance
12
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | page_track.c | 87 if (track->tracked) in intel_vgpu_unregister_page_track() 110 if (track->tracked) in intel_vgpu_enable_page_track() 116 track->tracked = true; in intel_vgpu_enable_page_track() 137 if (!track->tracked) in intel_vgpu_disable_page_track() 143 track->tracked = false; in intel_vgpu_disable_page_track()
|
D | cfg_space.c | 119 if (map == vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_APERTURE].tracked) in map_aperture() 137 vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_APERTURE].tracked = map; in map_aperture() 147 if (trap == vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_GTTMMIO].tracked) in trap_gttmmio() 163 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 | 108 bool tracked; member
|
/Linux-v4.19/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-v4.19/ |
D | .gitignore | 8 # any tracked files which get ignored after the change.
|
/Linux-v4.19/Documentation/device-mapper/ |
D | era.txt | 22 tracked by the target
|
/Linux-v4.19/Documentation/locking/ |
D | rt-mutex.txt | 45 The state of the rt-mutex is tracked via the owner field of the rt-mutex
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | firewire-cdev | 52 node ID changes, are tracked by firewire-core. ABI users do not
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kmemleak.rst | 82 The corresponding freeing function calls are tracked and the pointers 220 Page allocations and ioremap are not tracked.
|
/Linux-v4.19/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-v4.19/Documentation/RCU/ |
D | lockdep.txt | 5 critical section. Each flavor of RCU is tracked separately (but note
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-ata | 33 port numbers are tracked based upon number of ports available on
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 31 In CFS the virtual runtime is expressed and tracked via the per-task 60 runqueue. The total amount of work done by the system is tracked using
|
D | sched-bwc.txt | 17 A group's unused runtime is globally tracked, being refreshed with quota units
|
/Linux-v4.19/Documentation/vm/ |
D | balance.rst | 100 for a zone can be tracked and fed into the balancing scheme (jalvo@mbay.net)
|
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/Documentation/sound/designs/ |
D | timestamping.rst | 70 The app time corresponds to the time tracked by an application after
|
/Linux-v4.19/Documentation/x86/ |
D | intel_mpx.txt | 133 tables can be 4x the size of the data structure being tracked. IOW, a
|
/Linux-v4.19/Documentation/ |
D | rbtree.txt | 31 red-black tree. Virtual memory areas (VMAs) are tracked with red-black
|
/Linux-v4.19/Documentation/security/ |
D | self-protection.rst | 315 written to userspace, the destination of writes needs to be tracked. If
|
12