| /OK3568_Linux_fs/kernel/drivers/soc/aspeed/ |
| H A 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | mtdev_1.1.6.bb | 5 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 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.
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/features/time/context-tracking/ |
| H A D | arch-support.txt | 2 # 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 D | libnetfilter-cttimeout_1.0.0.bb | 1 SUMMARY = "Netfilter connection tracking timeout library" 2 …ing interface (API) to the Linux kernel netfilter fine-grain connection tracking timeout infrastru…
|
| H A D | libnetfilter-conntrack_1.0.9.bb | 1 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 D | Kconfig | 13 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 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
|
| H A 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,
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/inv_mpu6050/ |
| H A D | Kconfig | 20 IAM20680 motion tracking devices over I2C. 32 IAM20680 motion tracking devices over SPI.
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrcrtc.c | 1456 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 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
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.7.rst | 43 .. _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 D | ipmitool_1.8.18.bb | 43 # --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 D | as3722-regulator.txt | 39 ams,enable-tracking: Enable tracking with SD1, only supported
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | tinfoil.py | 304 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 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
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 93 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 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
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A 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.
|
| /OK3568_Linux_fs/buildroot/package/libnetfilter_cttimeout/ |
| H A D | Config.in | 7 connection tracking timeout infrastructure.
|
| /OK3568_Linux_fs/buildroot/package/libnetfilter_conntrack/ |
| H A D | Config.in | 8 connection tracking state table.
|
| /OK3568_Linux_fs/buildroot/package/libnetfilter_queue/ |
| H A D | Config.in | 8 connection tracking timeout infrastructure.
|