Home
last modified time | relevance | path

Searched refs:tracking (Results 1 – 25 of 173) sorted by relevance

1234567

/Linux-v5.15/drivers/soc/aspeed/
Daspeed-p2a-ctrl.c64 struct mutex tracking; member
155 mutex_lock(&ctrl->tracking); in aspeed_p2a_region_acquire()
157 mutex_unlock(&ctrl->tracking); in aspeed_p2a_region_acquire()
191 mutex_lock(&ctrl->tracking); in aspeed_p2a_ioctl()
193 mutex_unlock(&ctrl->tracking); in aspeed_p2a_ioctl()
273 mutex_lock(&priv->parent->tracking); in aspeed_p2a_release()
302 mutex_unlock(&priv->parent->tracking); in aspeed_p2a_release()
346 mutex_init(&misc_ctrl->tracking); in aspeed_p2a_ctrl_probe()
/Linux-v5.15/Documentation/networking/
Dnf_conntrack-sysctl.rst14 Enable connection tracking flow accounting. 64-bit byte and packet
30 considered for connection tracking.
39 If this option is enabled, the connection tracking code will
40 provide userspace with connection tracking events via ctnetlink.
102 Maximum number of allowed connection tracking entries. This value is set
104 Note that connection tracking entries are added to the table twice -- once
170 Enable connection tracking flow timestamping.
/Linux-v5.15/Documentation/vm/damon/
Dfaq.rst18 Can 'idle pages tracking' or 'perf mem' substitute DAMON?
21 Idle page tracking is a low level primitive for access check of the physical
26 Therefore, 'idle pages tracking' and 'perf mem' could provide a subset of
39 Nonetheless, DAMON provides vma tracking and PTE Accessed bit check based
Ddesign.rst46 mapped to the physical memory and accessed. Thus, tracking the unmapped
48 level of noise using the adaptive regions adjustment mechanism, tracking every
79 other kernel subsystems using the Accessed bits, namely Idle page tracking and
81 exclusive with Idle page tracking and uses ``PG_idle`` and ``PG_young`` page
82 flags to solve the conflict with the reclaim logic, as Idle page tracking does.
/Linux-v5.15/Documentation/features/time/context-tracking/
Darch-support.txt2 # Feature name: context-tracking
4 # description: arch supports context tracking for NO_HZ_FULL
/Linux-v5.15/kernel/time/
DKconfig144 bool "Force context tracking"
149 support the context tracking subsystem. But there are also
154 context tracking backend but doesn't yet fulfill all the
157 for context tracking and the subsystems that rely on it: RCU
160 dynticks subsystem by forcing the context tracking on all
164 architecture backend for the context tracking.
/Linux-v5.15/drivers/iio/imu/inv_icm42600/
DKconfig13 This driver supports the InvenSense ICM-426xx motion tracking
25 This driver supports the InvenSense ICM-426xx motion tracking
/Linux-v5.15/net/netfilter/
DKconfig69 tristate "Netfilter connection tracking support"
74 Connection tracking keeps a record of what packets have passed
101 bool 'Connection mark tracking support'
110 bool 'Connection tracking security mark support'
123 bool 'Connection tracking zones'
126 This option enables support for connection tracking zones.
128 identity. Connection tracking zones allow to have multiple
145 bool "Connection tracking events"
148 If this option is enabled, the connection tracking code will
150 to get notified about changes in the connection tracking state.
[all …]
/Linux-v5.15/drivers/iio/imu/inv_mpu6050/
DKconfig20 and IAM20680 motion tracking devices over I2C.
32 and IAM20680 motion tracking devices over SPI.
/Linux-v5.15/Documentation/admin-guide/mm/
Dsoft-dirty.rst8 writes to. In order to do this tracking one should
24 Internally, to do this tracking, the writable bit is cleared from PTEs
35 While in most cases tracking memory changes by #PF-s is more than enough
Didle_page_tracking.rst10 The idle page tracking feature allows to track which memory pages are being
23 The idle page tracking API is located at ``/sys/kernel/mm/page_idle``.
101 The idle memory tracking feature adds a new page flag, the Idle flag. This flag
116 Since the idle memory tracking feature is based on the memory reclaimer logic,
/Linux-v5.15/Documentation/filesystems/ext4/
Dspecial_inodes.rst53 - Inode number of quota file tracking project quotas
55 - Inode number of file tracking orphan inodes.
/Linux-v5.15/Documentation/virt/kvm/devices/
Dvfio.rst22 KVM_DEV_VFIO_GROUP_ADD: Add a VFIO group to VFIO-KVM device tracking
25 KVM_DEV_VFIO_GROUP_DEL: Remove a VFIO group from VFIO-KVM device tracking
/Linux-v5.15/Documentation/devicetree/bindings/regulator/
Das3722-regulator.txt39 ams,enable-tracking: Enable tracking with SD1, only supported
/Linux-v5.15/Documentation/maintainer/
Dmodifying-patches.rst31 message (just after the subject line) to facilitate tracking. For instance,
49 tracking your trees, and to people trying to troubleshoot bugs in your
/Linux-v5.15/Documentation/accounting/
Dpsi.rst100 tracking window.
109 tracking window to avoid repeated activations/deactivations when system is
112 Notifications to the userspace are rate-limited to one per tracking window.
130 * Monitor memory partial stall with 1s tracking window size
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dcs35l33.txt58 allowing release condition tracking updates. The number of LRCLK periods
85 tracking. This property can be set to values from 0 to 3 with rates of 128
89 - cirrus,vp-hg-va : VA calculation reference for automatic VPhg tracking
/Linux-v5.15/drivers/staging/olpc_dcon/
DTODO6 drm damage tracking and self-refresh helpers.
/Linux-v5.15/Documentation/input/
Dmulti-touch-protocol.rst22 devices capable of tracking identifiable contacts (type B), the protocol
62 important. Event filtering and finger tracking is left to user space [#f3]_.
67 the ABS_MT_TRACKING_ID of the associated slot. A non-negative tracking id
69 tracking id not previously present is considered new, and a tracking id no
80 tracking more contacts than it is currently reporting, the driver should use
385 The process of finger tracking, i.e., to assign a unique trackingID to each
415 .. [#f5] See the section on finger tracking.
/Linux-v5.15/Documentation/openrisc/
Dtodo.rst5 The OpenRISC Linux port is fully functional and has been tracking upstream
/Linux-v5.15/mm/
DKconfig.debug21 Also, the state of page tracking structures is checked more often as
88 This is a feature to add tracepoint for tracking down page reference
89 manipulation. This tracking is useful to diagnose functional failure
/Linux-v5.15/Documentation/ABI/testing/
Dprocfs-diskstats27 tracking putting the total at 18:
/Linux-v5.15/tools/perf/tests/
DBuild32 perf-y += switch-tracking.o
33 perf-y += keep-tracking.o
/Linux-v5.15/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-mediatek.txt19 needs to do "voltage tracking" to step by step scale up/down Vproc and
21 flow is handled by hardware, hence no software "voltage tracking" is
/Linux-v5.15/Documentation/vm/
Dpage_owner.rst10 page owner is for the tracking about who allocated each page.
69 un-tracking state.

1234567