Home
last modified time | relevance | path

Searched refs:tracked (Results 1 – 25 of 78) sorted by relevance

1234

/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Dpage_track.c89 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()
Dcfg_space.c135 if (map != vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_APERTURE].tracked) in map_aperture()
136 vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_APERTURE].tracked = map; in map_aperture()
141 if (trap != vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_GTTMMIO].tracked) in trap_gttmmio()
142 vgpu->cfg_space.bar[INTEL_GVT_PCI_BAR_GTTMMIO].tracked = trap; in trap_gttmmio()
Dpage_track.h40 bool tracked; member
/linux-6.12.1/Documentation/core-api/
Ddebug-objects.rst73 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-6.12.1/Documentation/arch/s390/
Dmm.rst19 - The virtual memory regions are tracked or untracked by KASAN
58 | | KASAN tracked
96 | | KASAN tracked
/linux-6.12.1/Documentation/accounting/
Dpsi.rst55 stall state is tracked separately and exported in the "full" averages.
60 The ratios (in %) are tracked as recent trends over ten, sixty, and
63 (in us) is tracked and exported as well, to allow detection of latency
182 mounted, pressure stall information is also tracked for tasks grouped
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-devlink73 - 'not tracked'
81 'not tracked' means this device link does not track the status
Dsysfs-ata33 port numbers are tracked based upon number of ports available on
/linux-6.12.1/Documentation/admin-guide/
Dreporting-regressions.rst128 regressions becomes mentioned `on the list of tracked and unresolved Linux
215 get it tracked immediately.
369 Why and how are Linux kernel regressions tracked using a bot?
378 Regzbot works by watching for replies to reports of tracked regressions.
380 reports with "Link:" tags; replies to such patch postings are tracked as well.
389 What kind of issues are supposed to be tracked by regzbot?
397 How to change aspects of a tracked regression?
/linux-6.12.1/
D.gitignore9 # any tracked files which get ignored after the change.
/linux-6.12.1/Documentation/nvdimm/
Dmaintainer-entry-profile.rst7 architectures. The mailing list is tracked by patchwork here:
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Dera.rst27 tracked by the target
/linux-6.12.1/Documentation/mm/
Dallocation-profiling.rst8 tracked by file and line number.
Dbalance.rst98 for a zone can be tracked and fed into the balancing scheme (jalvo@mbay.net)
/linux-6.12.1/Documentation/locking/
Drt-mutex.rst46 The state of the rt-mutex is tracked via the owner field of the rt-mutex
/linux-6.12.1/Documentation/ABI/stable/
Dfirewire-cdev59 node ID changes, are tracked by firewire-core. ABI users do not
/linux-6.12.1/Documentation/dev-tools/
Dkmemleak.rst87 The corresponding freeing function calls are tracked and the pointers
224 Page allocations and ioremap are not tracked.
/linux-6.12.1/Documentation/block/
Dstat.rst59 This counts flush requests executed by disk. Not tracked for partitions.
/linux-6.12.1/Documentation/trace/
Dhwlat_detector.rst29 (or an NMI, but those can be tracked).
Devents-kmem.rst93 The individual nature of the events is so that pages can be tracked
/linux-6.12.1/Documentation/bpf/
Dverifier.rst88 Pointer register spill/fill is tracked as well, since four (R6-R9)
151 arithmetic), and this is tracked in two parts: the 'fixed offset' and 'variable
192 As well as range-checking, the tracked information is also used for enforcing
324 In order to make state pruning effective, liveness state is tracked for each
353 Liveness is tracked using the following data structures::
/linux-6.12.1/Documentation/scheduler/
Dsched-design-CFS.rst37 In CFS the virtual runtime is expressed and tracked via the per-task
67 runqueue. The total amount of work done by the system is tracked using
/linux-6.12.1/Documentation/userspace-api/netlink/
Dintro-specs.rst65 tracked by git!) For instance the ``fou_nl.c`` kernel source contains::
/linux-6.12.1/Documentation/RCU/
Dlockdep.rst9 critical section. Each flavor of RCU is tracked separately (but note
/linux-6.12.1/tools/arch/x86/kcpuid/
Dcpuid.csv996 0x80000020, 3, ecx, 0, bmec_local_reads , Local NUMA reads can be tracked
997 0x80000020, 3, ecx, 1, bmec_remote_reads , Remote NUMA reads can be tracked
998 … 3, ecx, 2, bmec_local_nontemp_wr , Local NUMA non-temporal writes can be tracked
999 … 3, ecx, 3, bmec_remote_nontemp_wr , Remote NUMA non-temporal writes can be tracked
1000 …, 3, ecx, 4, bmec_local_slow_mem_rd , Local NUMA slow-memory reads can be tracked
1001 … 3, ecx, 5, bmec_remote_slow_mem_rd, Remote NUMA slow-memory reads can be tracked
1002 … ecx, 6, bmec_all_dirty_victims , Dirty QoS victims to all types of memory can be tracked

1234