| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0013-Introduce-link_map_audit_state-accessor-function.patch | 65 if (afct->activity != NULL) 66 - afct->activity (&head->l_audit[cnt].cookie, LA_ACT_DELETE); 69 + afct->activity (&state->cookie, LA_ACT_DELETE); 77 if (afct->activity != NULL) 78 - afct->activity (&head->l_audit[cnt].cookie, LA_ACT_CONSISTENT); 81 + afct->activity (&state->cookie, LA_ACT_CONSISTENT); 113 if (afct->activity != NULL) 114 - afct->activity (&head->l_audit[cnt].cookie, LA_ACT_ADD); 115 + afct->activity (&link_map_audit_state (head, cnt)->cookie, 189 if (afct->activity != NULL) [all …]
|
| /OK3568_Linux_fs/buildroot/package/sysstat/ |
| H A D | Config.in | 21 * Process creation activity 24 * Extensive network statistics: network interface activity 30 * NFS server and client activity 34 * System and per Linux task switching activity 36 * TTY device activity
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-ntrig | 7 start of activity (activating touch). 16 acknowledging the end of activity (deactivating touch). 50 activation and activity. 53 activation and activity. 73 (RO) The range for positions reported during activity.
|
| H A D | sysfs-block-device | 6 (RW) Used by drivers which support software controlled activity 12 0 OFF - the LED is not activated on activity 13 1 BLINK_ON - the LED blinks on every 10ms when activity is 16 every 10ms when activity is detected. 20 control the activity LED via the em_message file.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-bcm6328.txt | 16 is usually 1:1 for hardware to LED signals, but through the activity/link 65 - brcm,activity-signal-sources : An array of hardware activity 66 signal sources. Up to four activity hardware signals can get muxed into 206 brcm,activity-signal-sources = <0>; 207 /* USB link/activity routed to USB LED */ 212 brcm,activity-signal-sources = <1>; 213 /* INET activity routed to INET LED */ 258 brcm,activity-signal-sources = <0 1>; 259 /* USB/INET link/activity routed to USB LED */ 286 brcm,activity-signal-sources = <0 1>;
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/visorinput/ |
| H A D | visorinput.c | 77 struct visor_inputactivity activity; member 617 scancode = r.activity.arg1; in visorinput_channel_interrupt() 619 switch (r.activity.action) { in visorinput_channel_interrupt() 636 r.activity.arg2); in visorinput_channel_interrupt() 639 xmotion = r.activity.arg1; in visorinput_channel_interrupt() 640 ymotion = r.activity.arg2; in visorinput_channel_interrupt() 646 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt() 653 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt() 660 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt() 669 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/iio/accel/ |
| H A D | mma9553.c | 190 u8 activity; member 204 static enum iio_modifier mma9553_activity_to_mod(enum activity_level activity) in mma9553_activity_to_mod() argument 206 switch (activity) { in mma9553_activity_to_mod() 313 u8 *activity, u16 *stepcnt) in mma9553_read_activity_stepcnt() argument 327 *activity = mma9553_get_bits(buf[0], MMA9553_MASK_STATUS_ACTIVITY); in mma9553_read_activity_stepcnt() 363 ret = mma9553_read_activity_stepcnt(data, &data->activity, in mma9553_conf_gpio() 469 u8 activity; in mma9553_read_raw() local 497 activity = in mma9553_read_raw() 505 if (chan->channel2 == mma9553_activity_to_mod(activity)) in mma9553_read_raw() 1009 u8 activity; in mma9553_event_handler() local [all …]
|
| /OK3568_Linux_fs/buildroot/package/atop/ |
| H A D | Config.in | 11 that is capable of reporting the activity of all processes 13 logging of system and process activity for long-term analysis, 15 At regular intervals, it shows system-level activity related
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/atop/ |
| H A D | atop_2.4.0.bb | 1 SUMMARY = "Monitor for system resources and process activity" 3 is capable of reporting the activity of all processes (even if processes have \ 4 finished during the interval), daily logging of system and process activity for \ 6 etc. At regular intervals, it shows system-level activity related to the CPU, \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum1_acl_tcam.c | 208 bool *activity) in mlxsw_sp1_acl_tcam_region_entry_activity_get() argument 218 *activity = mlxsw_reg_ptce2_a_get(ptce2_pl); in mlxsw_sp1_acl_tcam_region_entry_activity_get() 225 bool *activity) in mlxsw_sp1_acl_tcam_entry_activity_get() argument 234 offset, activity); in mlxsw_sp1_acl_tcam_entry_activity_get()
|
| H A D | spectrum_acl_flex_actions.c | 65 bool *activity) in mlxsw_sp1_act_kvdl_set_activity_get() argument 71 bool *activity) in mlxsw_sp2_act_kvdl_set_activity_get() argument 81 mlxsw_reg_pefa_unpack(pefa_pl, activity); in mlxsw_sp2_act_kvdl_set_activity_get()
|
| H A D | core_acl_flex_actions.h | 19 bool *activity); 46 int mlxsw_afa_block_activity_get(struct mlxsw_afa_block *block, bool *activity);
|
| H A D | spectrum2_acl_tcam.c | 244 bool *activity) in mlxsw_sp2_acl_tcam_entry_activity_get() argument 248 return mlxsw_afa_block_activity_get(entry->act_block, activity); in mlxsw_sp2_acl_tcam_entry_activity_get()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | events-kmem.rst | 25 Heavy activity for these events may indicate that a specific cache is 55 a simple indicator of page allocator activity. Pages may be allocated from 60 amounts of activity imply high activity on the zone->lock. Taking this lock 65 is triggered. Significant amounts of activity here could indicate that the 70 freed in batch with a page list. Significant amounts of activity here could
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/iptraf/ |
| H A D | iptraf-ng_1.2.1.bb | 7 and activity indicators, TCP/UDP traffic breakdowns, and LAN station \ 12 packet counts, IP checksum errors, interface activity and packet size \ 16 about their activity; TCP, UDP and other protocol display filters so \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/etc/ |
| H A D | rpc | 48 activity 100109 na.activity # SunNet Manager
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/etc/ |
| H A D | rpc | 48 activity 100109 na.activity # SunNet Manager
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | calipso.c | 80 u32 activity; member 218 entry->activity += 1; in calipso_cache_check() 228 if (prev_entry->activity > 0) in calipso_cache_check() 229 prev_entry->activity -= 1; in calipso_cache_check() 230 if (entry->activity > prev_entry->activity && in calipso_cache_check() 231 entry->activity - prev_entry->activity > in calipso_cache_check()
|
| /OK3568_Linux_fs/kernel/drivers/leds/trigger/ |
| H A D | Kconfig | 39 This allows LEDs to be controlled by disk activity. 46 This allows LEDs to be controlled by MTD activity. 75 tristate "LED activity Trigger" 130 This allows LEDs to be controlled by network device activity.
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | amu.rst | 18 The activity monitors extension is an optional extension introduced by the 21 The activity monitors unit, implemented in each CPU, provides performance 53 activity monitors extension. Therefore, when CONFIG_ARM64_AMU_EXTN is
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | ntrig.rst | 36 |min_width |both to decide activation and during activity | 39 | |propagating the end of activity events | 55 |sensor_logical_height, | the range for positions reported during activity | 87 seem to have different profiles. Ghost activity typically shows up as small
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | Kconfig | 11 This option adds LED triggers for USB host and/or gadget activity. 14 LEDs and you want to use them as activity indicators for USB host or
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | cipso_ipv4.c | 69 u32 activity; member 253 entry->activity += 1; in cipso_v4_cache_check() 263 if (prev_entry->activity > 0) in cipso_v4_cache_check() 264 prev_entry->activity -= 1; in cipso_v4_cache_check() 265 if (entry->activity > prev_entry->activity && in cipso_v4_cache_check() 266 entry->activity - prev_entry->activity > in cipso_v4_cache_check()
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | Kconfig | 7 writes are sequential regardless of filesystem activity.
|
| /OK3568_Linux_fs/buildroot/package/sudo/ |
| H A D | Config.in | 7 limited root privileges to users and log root activity. The
|