Home
last modified time | relevance | path

Searched refs:statistics (Results 1 - 25 of 53) sorted by relevance

123

/kernel/linux/linux-5.10/kernel/sched/
H A Ddebug.c444 PN_SCHEDSTAT(se->statistics.wait_start); in print_cfs_group_stats()
445 PN_SCHEDSTAT(se->statistics.sleep_start); in print_cfs_group_stats()
446 PN_SCHEDSTAT(se->statistics.block_start); in print_cfs_group_stats()
447 PN_SCHEDSTAT(se->statistics.sleep_max); in print_cfs_group_stats()
448 PN_SCHEDSTAT(se->statistics.block_max); in print_cfs_group_stats()
449 PN_SCHEDSTAT(se->statistics.exec_max); in print_cfs_group_stats()
450 PN_SCHEDSTAT(se->statistics.slice_max); in print_cfs_group_stats()
451 PN_SCHEDSTAT(se->statistics.wait_max); in print_cfs_group_stats()
452 PN_SCHEDSTAT(se->statistics.wait_sum); in print_cfs_group_stats()
453 P_SCHEDSTAT(se->statistics in print_cfs_group_stats()
[all...]
H A Dstop_task.c75 schedstat_set(curr->se.statistics.exec_max, in put_prev_task_stop()
76 max(curr->se.statistics.exec_max, delta_exec)); in put_prev_task_stop()
H A Dfair.c671 * Scheduling class statistics methods:
878 * Update the current task's runtime statistics.
895 schedstat_set(curr->statistics.exec_max, in update_curr()
896 max(delta_exec, curr->statistics.exec_max)); in update_curr()
929 prev_wait_start = schedstat_val(se->statistics.wait_start); in update_stats_wait_start()
935 __schedstat_set(se->statistics.wait_start, wait_start); in update_stats_wait_start()
947 delta = rq_clock(rq_of(cfs_rq)) - schedstat_val(se->statistics.wait_start); in update_stats_wait_end()
957 __schedstat_set(se->statistics.wait_start, delta); in update_stats_wait_end()
963 __schedstat_set(se->statistics.wait_max, in update_stats_wait_end()
964 max(schedstat_val(se->statistics in update_stats_wait_end()
[all...]
H A Dcore.c2566 __schedstat_inc(p->se.statistics.nr_wakeups_local); in ttwu_stat()
2570 __schedstat_inc(p->se.statistics.nr_wakeups_remote); in ttwu_stat()
2582 __schedstat_inc(p->se.statistics.nr_wakeups_migrate); in ttwu_stat()
2586 __schedstat_inc(p->se.statistics.nr_wakeups); in ttwu_stat()
2589 __schedstat_inc(p->se.statistics.nr_wakeups_sync); in ttwu_stat()
2606 * drop the rq->lock, hereafter rq is only used for statistics. in ttwu_do_wakeup()
3247 memset(&p->se.statistics, 0, sizeof(p->se.statistics)); in __sched_fork()
3522 * This function will do some initial scheduler statistics housekeeping
3984 * externally visible scheduler statistics
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c155 le32_to_cpu(priv->statistics.rx_ofdm.plcp_err) + in iwlagn_good_plcp_health()
157 le32_to_cpu(priv->statistics.rx_ofdm_ht.plcp_err); in iwlagn_good_plcp_health()
159 /* Can be negative if firmware reset statistics */ in iwlagn_good_plcp_health()
225 /* Only gather statistics and update time stamp when not associated */ in iwlagn_recover_from_statistics()
229 /* Do not check/recover when do not have enough statistics data */ in iwlagn_recover_from_statistics()
248 rx_info = &priv->statistics.rx_non_phy; in iwlagn_rx_calc_noise()
283 * based on the assumption of all statistics counter are in DWORD
316 accum_stats((__le32 *)&priv->statistics._name, \ in iwlagn_accumulative_statistics()
367 spin_lock(&priv->statistics.lock); in iwlagn_rx_statistics()
383 priv->statistics in iwlagn_rx_statistics()
[all...]
H A Dcalib.c670 spin_lock_bh(&priv->statistics.lock); in iwl_sensitivity_calibration()
671 rx_info = &priv->statistics.rx_non_phy; in iwl_sensitivity_calibration()
672 ofdm = &priv->statistics.rx_ofdm; in iwl_sensitivity_calibration()
673 cck = &priv->statistics.rx_cck; in iwl_sensitivity_calibration()
676 spin_unlock_bh(&priv->statistics.lock); in iwl_sensitivity_calibration()
700 spin_unlock_bh(&priv->statistics.lock); in iwl_sensitivity_calibration()
709 /* These statistics increase monotonically, and do not reset in iwl_sensitivity_calibration()
711 * use the new statistics value if it has reset or wrapped around. */ in iwl_sensitivity_calibration()
933 * Accumulate 16 beacons of signal and noise statistics for each of
981 spin_lock_bh(&priv->statistics in iwl_chain_noise_calibration()
[all...]
H A Ddebugfs.c652 lockdep_assert_held(&priv->statistics.lock); in iwl_statistics_flag()
654 flag = le32_to_cpu(priv->statistics.flag); in iwl_statistics_flag()
696 * the last statistics notification from uCode in iwl_dbgfs_ucode_rx_stats_read()
699 spin_lock_bh(&priv->statistics.lock); in iwl_dbgfs_ucode_rx_stats_read()
700 ofdm = &priv->statistics.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
701 cck = &priv->statistics.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
702 general = &priv->statistics.rx_non_phy; in iwl_dbgfs_ucode_rx_stats_read()
703 ht = &priv->statistics.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read()
1096 spin_unlock_bh(&priv->statistics.lock); in iwl_dbgfs_ucode_rx_stats_read()
1122 * the last statistics notificatio in iwl_dbgfs_ucode_tx_stats_read()
[all...]
H A Ddev.h47 * 1) Not associated no beacon statistics being sent to driver)
679 /* jiffies when last recovery from statistics was performed */
772 } statistics; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c150 le32_to_cpu(priv->statistics.rx_ofdm.plcp_err) + in iwlagn_good_plcp_health()
152 le32_to_cpu(priv->statistics.rx_ofdm_ht.plcp_err); in iwlagn_good_plcp_health()
154 /* Can be negative if firmware reset statistics */ in iwlagn_good_plcp_health()
220 /* Only gather statistics and update time stamp when not associated */ in iwlagn_recover_from_statistics()
224 /* Do not check/recover when do not have enough statistics data */ in iwlagn_recover_from_statistics()
243 rx_info = &priv->statistics.rx_non_phy; in iwlagn_rx_calc_noise()
278 * based on the assumption of all statistics counter are in DWORD
311 accum_stats((__le32 *)&priv->statistics._name, \ in iwlagn_accumulative_statistics()
362 spin_lock(&priv->statistics.lock); in iwlagn_rx_statistics()
378 priv->statistics in iwlagn_rx_statistics()
[all...]
H A Dcalib.c619 spin_lock_bh(&priv->statistics.lock); in iwl_sensitivity_calibration()
620 rx_info = &priv->statistics.rx_non_phy; in iwl_sensitivity_calibration()
621 ofdm = &priv->statistics.rx_ofdm; in iwl_sensitivity_calibration()
622 cck = &priv->statistics.rx_cck; in iwl_sensitivity_calibration()
625 spin_unlock_bh(&priv->statistics.lock); in iwl_sensitivity_calibration()
649 spin_unlock_bh(&priv->statistics.lock); in iwl_sensitivity_calibration()
658 /* These statistics increase monotonically, and do not reset in iwl_sensitivity_calibration()
660 * use the new statistics value if it has reset or wrapped around. */ in iwl_sensitivity_calibration()
882 * Accumulate 16 beacons of signal and noise statistics for each of
930 spin_lock_bh(&priv->statistics in iwl_chain_noise_calibration()
[all...]
H A Ddebugfs.c648 lockdep_assert_held(&priv->statistics.lock); in iwl_statistics_flag()
650 flag = le32_to_cpu(priv->statistics.flag); in iwl_statistics_flag()
692 * the last statistics notification from uCode in iwl_dbgfs_ucode_rx_stats_read()
695 spin_lock_bh(&priv->statistics.lock); in iwl_dbgfs_ucode_rx_stats_read()
696 ofdm = &priv->statistics.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
697 cck = &priv->statistics.rx_cck; in iwl_dbgfs_ucode_rx_stats_read()
698 general = &priv->statistics.rx_non_phy; in iwl_dbgfs_ucode_rx_stats_read()
699 ht = &priv->statistics.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read()
1092 spin_unlock_bh(&priv->statistics.lock); in iwl_dbgfs_ucode_rx_stats_read()
1118 * the last statistics notificatio in iwl_dbgfs_ucode_tx_stats_read()
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Dtransport_class.c162 if (!error && tcont->statistics) in transport_add_class_device()
163 error = sysfs_create_group(&classdev->kobj, tcont->statistics); in transport_add_class_device()
230 if (tcont->statistics) in transport_remove_classdev()
231 sysfs_remove_group(&classdev->kobj, tcont->statistics); in transport_remove_classdev()
/kernel/linux/linux-6.6/drivers/base/
H A Dtransport_class.c166 if (tcont->statistics) { in transport_add_class_device()
167 error = sysfs_create_group(&classdev->kobj, tcont->statistics); in transport_add_class_device()
245 if (tcont->statistics) in transport_remove_classdev()
246 sysfs_remove_group(&classdev->kobj, tcont->statistics); in transport_remove_classdev()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Dhal_btcoex.c787 pBtCoexist->statistics.cntBind++; in EXhalbtcoutsrc_BindBtCoexWithAdapter()
812 /* pBtCoexist->statistics.cntBind++; */ in hal_btcoex_Initialize()
864 pBtCoexist->statistics.cntInitHwConfig++; in EXhalbtcoutsrc_InitHwConfig()
877 pBtCoexist->statistics.cntInitCoexDm++; in EXhalbtcoutsrc_InitCoexDm()
894 pBtCoexist->statistics.cntIpsNotify++; in EXhalbtcoutsrc_IpsNotify()
922 pBtCoexist->statistics.cntLpsNotify++; in EXhalbtcoutsrc_LpsNotify()
943 pBtCoexist->statistics.cntScanNotify++; in EXhalbtcoutsrc_ScanNotify()
972 pBtCoexist->statistics.cntConnectNotify++; in EXhalbtcoutsrc_ConnectNotify()
1000 pBtCoexist->statistics.cntMediaStatusNotify++; in EXhalbtcoutsrc_MediaStatusNotify()
1026 pBtCoexist->statistics in EXhalbtcoutsrc_SpecialPacketNotify()
[all...]
H A DHalBtcOutSrc.h372 struct btc_statistics statistics; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_tc_edt.sh71 cat /sys/class/net/veth_dst/statistics/rx_bytes )
79 cat /sys/class/net/veth_dst/statistics/rx_bytes )
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tc_edt.sh72 cat /sys/class/net/veth_dst/statistics/rx_bytes )
80 cat /sys/class/net/veth_dst/statistics/rx_bytes )
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Dhal_btcoex.c898 pBtCoexist->statistics.cntBind++; in EXhalbtcoutsrc_BindBtCoexWithAdapter()
923 /* pBtCoexist->statistics.cntBind++; */ in hal_btcoex_Initialize()
980 pBtCoexist->statistics.cntInitHwConfig++; in EXhalbtcoutsrc_InitHwConfig()
993 pBtCoexist->statistics.cntInitCoexDm++; in EXhalbtcoutsrc_InitCoexDm()
1010 pBtCoexist->statistics.cntIpsNotify++; in EXhalbtcoutsrc_IpsNotify()
1038 pBtCoexist->statistics.cntLpsNotify++; in EXhalbtcoutsrc_LpsNotify()
1059 pBtCoexist->statistics.cntScanNotify++; in EXhalbtcoutsrc_ScanNotify()
1088 pBtCoexist->statistics.cntConnectNotify++; in EXhalbtcoutsrc_ConnectNotify()
1115 pBtCoexist->statistics.cntMediaStatusNotify++; in EXhalbtcoutsrc_MediaStatusNotify()
1141 pBtCoexist->statistics in EXhalbtcoutsrc_SpecialPacketNotify()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c1344 btcoexist->statistics.cnt_bind++; in exhalbtc_bind_bt_coex_withadapter()
1392 btcoexist->statistics.cnt_power_on++; in exhalbtc_power_on_setting()
1407 btcoexist->statistics.cnt_pre_load_firmware++; in exhalbtc_pre_load_firmware()
1420 btcoexist->statistics.cnt_init_hw_config++; in exhalbtc_init_hw_config()
1449 btcoexist->statistics.cnt_init_coex_dm++; in exhalbtc_init_coex_dm()
1475 btcoexist->statistics.cnt_ips_notify++; in exhalbtc_ips_notify()
1510 btcoexist->statistics.cnt_lps_notify++; in exhalbtc_lps_notify()
1541 btcoexist->statistics.cnt_scan_notify++; in exhalbtc_scan_notify()
1582 btcoexist->statistics.cnt_connect_notify++; in exhalbtc_connect_notify()
1620 btcoexist->statistics in exhalbtc_mediastatus_notify()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c1328 btcoexist->statistics.cnt_bind++; in exhalbtc_bind_bt_coex_withadapter()
1376 btcoexist->statistics.cnt_power_on++; in exhalbtc_power_on_setting()
1391 btcoexist->statistics.cnt_pre_load_firmware++; in exhalbtc_pre_load_firmware()
1404 btcoexist->statistics.cnt_init_hw_config++; in exhalbtc_init_hw_config()
1433 btcoexist->statistics.cnt_init_coex_dm++; in exhalbtc_init_coex_dm()
1459 btcoexist->statistics.cnt_ips_notify++; in exhalbtc_ips_notify()
1494 btcoexist->statistics.cnt_lps_notify++; in exhalbtc_lps_notify()
1525 btcoexist->statistics.cnt_scan_notify++; in exhalbtc_scan_notify()
1566 btcoexist->statistics.cnt_connect_notify++; in exhalbtc_connect_notify()
1604 btcoexist->statistics in exhalbtc_mediastatus_notify()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dtransport_class.h58 const struct attribute_group *statistics; member
/kernel/linux/linux-6.6/include/linux/
H A Dtransport_class.h58 const struct attribute_group *statistics; member
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi.c121 return spi_statistics_##field##_show(&ctlr->statistics, buf); \
132 return spi_statistics_##field##_show(&spi->statistics, buf); \
236 .name = "statistics",
279 .name = "statistics",
512 spin_lock_init(&spi->statistics.lock); in spi_alloc_device()
1116 struct spi_statistics *statm = &ctlr->statistics; in spi_transfer_wait()
1117 struct spi_statistics *stats = &msg->spi->statistics; in spi_transfer_wait()
1258 struct spi_statistics *statm = &ctlr->statistics; in spi_transfer_one_message()
1259 struct spi_statistics *stats = &msg->spi->statistics; in spi_transfer_one_message()
2786 /* add statistics */ in spi_register_controller()
[all...]
/kernel/linux/linux-5.10/include/linux/spi/
H A Dspi.h31 * struct spi_statistics - statistics for spi transfers
148 * @statistics: statistics for the spi_device
198 /* the statistics */
199 struct spi_statistics statistics; member
438 * @statistics: statistics for the spi_controller
656 /* statistics */
657 struct spi_statistics statistics; member
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dethtool.py140 parser.add_argument('-S', '--statistics', action=argparse.BooleanOptionalAction)
295 if args.statistics:
296 print(f'NIC statistics:')

Completed in 44 milliseconds

123