Home
last modified time | relevance | path

Searched full:tracking (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/linux/net/netfilter/
H A DKconfig83 tristate "Netfilter connection tracking support"
88 Connection tracking keeps a record of what packets have passed
115 bool 'Connection mark tracking support'
124 bool 'Connection tracking security mark support'
137 bool 'Connection tracking zones'
140 This option enables support for connection tracking zones.
142 identity. Connection tracking zones allow to have multiple
158 bool "Connection tracking events"
161 If this option is enabled, the connection tracking code will
163 to get notified about changes in the connection tracking state.
[all …]
/linux/Documentation/networking/
H A Dnf_conntrack-sysctl.rst14 Enable connection tracking flow accounting. 64-bit byte and packet
30 considered for connection tracking.
40 If this option is enabled, the connection tracking code will
41 provide userspace with connection tracking events via ctnetlink.
96 Maximum number of allowed connection tracking entries. This value is set
98 Note that connection tracking entries are added to the table twice -- once
164 Enable connection tracking flow timestamping.
/linux/drivers/staging/rtl8723bs/hal/
H A DHalPhyRf.c43 /* Initial Mix mode power tracking */ in ODM_ClearTxPowerTrackingState()
162 /* Record delta swing for mix mode power tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
172 /* Record delta swing for mix mode power tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
183 /* Record delta swing for mix mode power tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
193 /* Record delta swing for mix mode power tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
206 …RFCalibrateInfo.DeltaPowerIndexLast[p]; /* Power Index Diff between 2 times Power Tracking */ in ODM_TXPowerTrackingCallback_ThermalMeter()
248 …ibrateInfo.bTxPowerChanged = true; /* Always true after Tx Power is adjusted by power tracking. */ in ODM_TXPowerTrackingCallback_ThermalMeter()
253 /* 2012/04/25 MH Add for tx power tracking to set tx power in tx agc for 88E. */ in ODM_TXPowerTrackingCallback_ThermalMeter()
263 /* Record last time Power Tracking result as base. */ in ODM_TXPowerTrackingCallback_ThermalMeter()
268 /* Record last Power Tracking Thermal Value */ in ODM_TXPowerTrackingCallback_ThermalMeter()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c31 * Different methods for tracking dirty:
80 * dirty-tracking method.
112 * vmw_bo_dirty_scan_mkwrite - Reset the mkwrite dirty-tracking method
118 * This function may change the dirty-tracking method.
158 * tracking structure
161 * This function may change the dirty tracking method.
221 * vmw_bo_dirty_add - Add a dirty-tracking user to a buffer object
224 * This function registers a dirty-tracking user to a buffer object.
278 * vmw_bo_dirty_release - Release a dirty-tracking user from a buffer object
281 * This function releases a dirty-tracking user from a buffer object.
[all …]
/linux/tools/perf/tests/
H A Dkeep-tracking.c58 * test__keep_tracking - test using a dummy software event to keep tracking.
60 * This function implements a test that checks that tracking events continue
125 pr_debug("First time, failed to find tracking event.\n"); in test__keep_tracking()
147 pr_debug("Second time, failed to find tracking event.\n"); in test__keep_tracking()
164 DEFINE_SUITE("Use a dummy software event to keep tracking", keep_tracking);
/linux/include/net/netfilter/
H A Dnf_conntrack_core.h4 * standalone connection tracking module, and the compatibility layer's use
5 * of connection tracking.
22 standalone connection tracking module, and the compatibility layer's use
23 of connection tracking. */
/linux/include/linux/
H A Dcontext_tracking_state.h122 * ct_state() - return the current context tracking state if known
124 * Returns the current cpu's context tracking state if context tracking
125 * is enabled. If context tracking is disabled, returns
H A Dentry-common.h95 * 2) Invoke context tracking if enabled to reactivate RCU
130 * This handles lockdep, RCU (context tracking) and tracing state, i.e.
283 * invoked after context tracking switched to user mode.
346 * 2) Invoke context tracking if enabled to adjust RCU state
406 * 3) Final transition (lockdep, tracing, context tracking, RCU), i.e. the
424 * The function establishes state (lockdep, RCU (context tracking), tracing)
468 * irqentry_enter - Handle state tracking on ordinary interrupt entries
472 * - lockdep irqflag state tracking as low level ASM entry disabled
475 * - Context tracking if the exception hit user mode.
H A Dpsi_types.h109 /* PSI growth tracking window */
146 /* Tracking window */
169 /* Per-cpu task state & time tracking */
/linux/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst2 Idle Page Tracking
8 The idle page tracking feature allows to track which memory pages are being
21 The idle page tracking API is located at ``/sys/kernel/mm/page_idle``.
98 The idle memory tracking feature adds a new page flag, the Idle flag. This flag
113 Since the idle memory tracking feature is based on the memory reclaimer logic,
H A Dsoft-dirty.rst6 writes to. In order to do this tracking one should
22 Internally, to do this tracking, the writable bit is cleared from PTEs
33 While in most cases tracking memory changes by #PF-s is more than enough
/linux/Documentation/input/
H A 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
382 Finger Tracking
385 The process of finger tracking, i.e., to assign a unique trackingID to each
415 .. [#f5] See the section on finger tracking.
/linux/kernel/sched/
H A Dext_idle.c5 * Built-in idle CPU tracking policy.
659 * without invoking ops.update_idle() ensures accurate idle state tracking
751 scx_ops_error("per-node idle tracking is disabled"); in validate_node()
781 scx_ops_error("built-in idle tracking is disabled"); in check_builtin_idle_enabled()
846 * idle-tracking per-CPU cpumask of a target NUMA node.
849 * Returns an empty cpumask if idle tracking is not enabled, if @node is
867 * scx_bpf_get_idle_cpumask - Get a referenced kptr to the idle-tracking
870 * Returns an empty mask if idle tracking is not enabled, or running on a
892 * idle-tracking, per-physical-core cpumask of a target NUMA node. Can be
896 * Returns an empty cpumask if idle tracking is not enabled, if @node is
[all …]
/linux/drivers/iio/imu/inv_icm42600/
H A DKconfig14 This driver supports the InvenSense ICM-426xx motion tracking
26 This driver supports the InvenSense ICM-426xx motion tracking
/linux/include/linux/input/
H A Dmt.h18 #define INPUT_MT_TRACK 0x0008 /* use in-kernel tracking */
35 * @trkid: stores MT tracking ID for the next contact
40 * @red: reduced cost matrix for in-kernel tracking
/linux/Documentation/core-api/
H A Dentry.rst9 * RCU / Context tracking
85 * RCU / Context tracking
99 * RCU / Context tracking
108 Do not nest syscalls. Nested systcalls will cause RCU and/or context tracking
217 * RCU / Context tracking
/linux/drivers/infiniband/core/
H A Drestrack.c18 * rdma_restrack_init() - initialize and allocate resource tracking
41 * rdma_restrack_clean() - clean resource tracking
104 WARN_ONCE(true, "Wrong resource tracking type %u\n", res->type); in res_to_dev()
176 * rdma_restrack_add() - add object to the reource tracking database
278 * rdma_restrack_del() - delete object from the reource tracking database
/linux/tools/testing/selftests/bpf/
H A Dcgroup_tcp_skb.h4 /* Define states of a socket to tracking messages sending to and from the
8 * tracking of messages sent out from a socket. For example, when a SYN is
/linux/drivers/iio/imu/inv_mpu6050/
H A DKconfig21 and IAM20680 motion tracking devices over I2C.
33 and IAM20680 motion tracking devices over SPI.
/linux/arch/x86/kvm/mmu/
H A Dpage_track.c3 * Support KVM gust page tracking
178 * Check for *any* write tracking user (not just external users) under in kvm_enable_external_write_tracking()
180 * write tracking, or if two external users raced when registering. in kvm_enable_external_write_tracking()
313 * add guest page to the tracking pool so that corresponding access on that
343 * remove the guest page from the tracking pool which stops the interception
/linux/Documentation/features/time/context-tracking/
H A Darch-support.txt2 # Feature name: user-context-tracking
4 # description: arch supports user context tracking for NO_HZ_FULL
/linux/Documentation/accounting/
H A Dpsi.rst100 tracking window.
113 tracking window to avoid repeated activations/deactivations when system is
116 Notifications to the userspace are rate-limited to one per tracking window.
134 * Monitor memory partial stall with 1s tracking window size
/linux/mm/
H A Dmapping_dirty_helpers.c120 * Dirty-tracking should take place on the PTE level, so
142 * Dirty-tracking should take place on the PTE level, so
216 * Won't perform dirty-tracking on COW, read-only or HUGETLB vmas.
256 * it's intended for dirty-tracking on the PTE level. It will warn on
307 * it's intended for dirty-tracking on the PTE level. It will warn on
/linux/Documentation/filesystems/ext4/
H A Dspecial_inodes.rst53 - Inode number of quota file tracking project quotas
55 - Inode number of file tracking orphan inodes.
/linux/tools/testing/selftests/kvm/s390/
H A Dcmma_test.c300 /* migration mode when memslots have dirty tracking off should fail */ in test_migration_mode()
307 /* enable dirty tracking */ in test_migration_mode()
322 * With migration mode on, create a new memslot with dirty tracking off. in test_migration_mode()
334 "creating memslot without dirty tracking turns off migration mode" in test_migration_mode()
343 * Turn on dirty tracking on the new memslot. in test_migration_mode()
353 * Turn off dirty tracking again, this time with just a flag change. in test_migration_mode()
359 "disabling dirty tracking should turn off migration mode" in test_migration_mode()
652 { "migration mode and dirty tracking", test_migration_mode },

12345678910>>...31