Home
last modified time | relevance | path

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

12345678910>>...16

/OK3568_Linux_fs/kernel/drivers/soc/aspeed/
H A 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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/
H A Dmtdev_1.1.6.bb5 be from any MT device, specifically type A without contact tracking, type A with \
6 contact tracking, or type B with contact tracking"
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnf_conntrack-sysctl.rst14 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.
/OK3568_Linux_fs/kernel/kernel/time/
H A DKconfig134 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.
/OK3568_Linux_fs/kernel/net/netfilter/
H A DKconfig59 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 …]
/OK3568_Linux_fs/kernel/Documentation/features/time/context-tracking/
H A Darch-support.txt2 # Feature name: context-tracking
4 # description: arch supports context tracking for NO_HZ_FULL
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnetfilter/
H A Dlibnetfilter-cttimeout_1.0.0.bb1 SUMMARY = "Netfilter connection tracking timeout library"
2 …ing interface (API) to the Linux kernel netfilter fine-grain connection tracking timeout infrastru…
H A Dlibnetfilter-conntrack_1.0.9.bb1 SUMMARY = "Netfilter connection tracking library"
2 …viding a programming interface (API) to the Linux kernel netfilter connection tracking state table"
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/
H A DKconfig13 This driver supports the InvenSense ICM-426xx motion tracking
25 This driver supports the InvenSense ICM-426xx motion tracking
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A 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
H A 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,
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_mpu6050/
H A DKconfig20 IAM20680 motion tracking devices over I2C.
32 IAM20680 motion tracking devices over SPI.
/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c1456 BoxRec tracking; in ProcRRGetPanning() local
1480 pScrPriv->rrGetPanning(pScreen, crtc, &total, &tracking, border)) { in ProcRRGetPanning()
1485 rep.track_left = tracking.x1; in ProcRRGetPanning()
1486 rep.track_top = tracking.y1; in ProcRRGetPanning()
1487 rep.track_width = tracking.x2 - tracking.x1; in ProcRRGetPanning()
1488 rep.track_height = tracking.y2 - tracking.y1; in ProcRRGetPanning()
1526 BoxRec tracking; in ProcRRSetPanning() local
1557 tracking.x1 = stuff->track_left; in ProcRRSetPanning()
1558 tracking.y1 = stuff->track_top; in ProcRRSetPanning()
1559 tracking.x2 = tracking.x1 + stuff->track_width; in ProcRRSetPanning()
[all …]
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A 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
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.7.rst43 .. _migration-2.7-upstream-tracking.inc-removed:
45 The ``upstream-tracking.inc`` File Has Been Removed
48 The previously deprecated ``upstream-tracking.inc`` file is now removed.
52 Remove any references you have to the ``upstream-tracking.inc`` file in
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/
H A Dipmitool_1.8.18.bb43 # --disable-dependency-tracking speeds up the build
48 EXTRA_OECONF = "--disable-dependency-tracking --enable-file-security --disable-intf-free"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Das3722-regulator.txt39 ams,enable-tracking: Enable tracking with SD1, only supported
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtinfoil.py304 def __init__(self, output=sys.stdout, tracking=False, setup_logging=True): argument
321 self.tracking = tracking
376 if self.tracking:
641 if self.tracking:
657 if self.tracking:
/OK3568_Linux_fs/kernel/Documentation/accounting/
H A Dpsi.rst101 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
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A D__init__.py93 def setup_tinfoil(config_only=False, basepath=None, tracking=False): argument
106 tinfoil = bb.tinfoil.Tinfoil(tracking=tracking)
/OK3568_Linux_fs/kernel/Documentation/maintainer/
H A 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
/OK3568_Linux_fs/kernel/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
381 The process of finger tracking, i.e., to assign a unique trackingID to each
411 .. [#f5] See the section on finger tracking.
/OK3568_Linux_fs/buildroot/package/libnetfilter_cttimeout/
H A DConfig.in7 connection tracking timeout infrastructure.
/OK3568_Linux_fs/buildroot/package/libnetfilter_conntrack/
H A DConfig.in8 connection tracking state table.
/OK3568_Linux_fs/buildroot/package/libnetfilter_queue/
H A DConfig.in8 connection tracking timeout infrastructure.

12345678910>>...16