/kernel/linux/linux-5.10/drivers/soc/aspeed/ |
D | aspeed-p2a-ctrl.c | 64 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()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | nf_conntrack-sysctl.rst | 14 Enable connection tracking flow accounting. 64-bit byte and packet 31 considered for connection tracking. 40 If this option is enabled, the connection tracking code will 41 provide userspace with connection tracking events via ctnetlink. 103 Size of connection tracking table. Default value is 161 Enable connection tracking flow timestamping.
|
/kernel/linux/linux-5.10/kernel/time/ |
D | Kconfig | 134 bool "Force context tracking" 139 support the context tracking subsystem. But there are also 144 context tracking backend but doesn't yet fullfill all the 147 for context tracking and the subsystems that rely on it: RCU 150 dynticks subsystem by forcing the context tracking on all 154 architecture backend for the context tracking.
|
/kernel/linux/linux-5.10/Documentation/features/time/context-tracking/ |
D | arch-support.txt | 2 # Feature name: context-tracking 4 # description: arch supports context tracking for NO_HZ_FULL
|
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/ |
D | Kconfig | 13 This driver supports the InvenSense ICM-426xx motion tracking 25 This driver supports the InvenSense ICM-426xx motion tracking
|
/kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/ |
D | Kconfig | 20 IAM20680 motion tracking devices over I2C. 32 IAM20680 motion tracking devices over SPI.
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | Kconfig | 59 tristate "Netfilter connection tracking support" 64 Connection tracking keeps a record of what packets have passed 86 bool 'Connection mark tracking support' 95 bool 'Connection tracking security mark support' 108 bool 'Connection tracking zones' 111 This option enables support for connection tracking zones. 113 identity. Connection tracking zones allow to have multiple 129 bool "Connection tracking events" 132 If this option is enabled, the connection tracking code will 134 to get notified about changes in the connection tracking state. [all …]
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | soft-dirty.rst | 8 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
|
D | idle_page_tracking.rst | 10 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,
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/devices/ |
D | vfio.rst | 22 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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
D | as3722-regulator.txt | 39 ams,enable-tracking: Enable tracking with SD1, only supported
|
/kernel/linux/linux-5.10/Documentation/maintainer/ |
D | modifying-patches.rst | 31 message (just after the subject line) to facilitate tracking. For instance, 49 tracking your trees, and to people trying to troubleshoot bugs in your
|
/kernel/linux/linux-5.10/Documentation/accounting/ |
D | psi.rst | 101 tracking window. 110 tracking window to avoid repeated activations/deactivations when system is 113 Notifications to the userspace are rate-limited to one per tracking window. 131 * Monitor memory partial stall with 1s tracking window size
|
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/ |
D | TODO | 6 drm damage tracking and self-refresh helpers.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | cs35l33.txt | 58 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
|
/kernel/linux/linux-5.10/Documentation/openrisc/ |
D | todo.rst | 5 The OpenRISC Linux port is fully functional and has been tracking upstream
|
/kernel/linux/linux-5.10/Documentation/input/ |
D | multi-touch-protocol.rst | 22 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 381 The process of finger tracking, i.e., to assign a unique trackingID to each 411 .. [#f5] See the section on finger tracking.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | procfs-diskstats | 27 tracking putting the total at 18:
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | locking.rst | 34 tracking i.e. the SPTE_SPECIAL_MASK is set. That means we need to 111 2) Dirty bit tracking 188 the PTE is marked for access tracking and during restoration to the Present 191 which time it will be set using the Dirty tracking mechanism described above.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-mediatek.txt | 19 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
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | Build | 32 perf-y += switch-tracking.o 33 perf-y += keep-tracking.o
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | page_owner.rst | 10 page owner is for the tracking about who allocated each page. 69 un-tracking state.
|
/kernel/linux/linux-5.10/mm/ |
D | Kconfig.debug | 21 Also, the state of page tracking structures is checked more often as 108 This is a feature to add tracepoint for tracking down page reference 109 manipulation. This tracking is useful to diagnose functional failure
|
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
D | dlmthread.c | 176 if (!list_empty(&res->tracking)) in __dlm_do_purge_lockres() 177 list_del_init(&res->tracking); in __dlm_do_purge_lockres() 259 if (!list_empty(&res->tracking)) in dlm_purge_lockres() 260 list_del_init(&res->tracking); in dlm_purge_lockres()
|
/kernel/linux/linux-5.10/drivers/lightnvm/ |
D | Kconfig | 37 vocal error messages, and extra tracking fields in the pblk sysfs
|