Home
last modified time | relevance | path

Searched refs:monitor_on (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dusage.rst347 ``schemes``, ``monitor_on``, ``kdamond_pid``, ``mk_contexts`` 和
524 除非你明确地启动监测,否则如上所述的文件设置不会产生效果。你可以通过写入和读取 ``monitor_on``
530 # echo on > monitor_on
531 # echo off > monitor_on
532 # cat monitor_on
546 # cat monitor_on
550 # echo on > monitor_on
577 注意, ``mk_contexts`` 、 ``rm_contexts`` 和 ``monitor_on`` 文件只在根目录下。
586 # echo on > monitor_on
590 # echo off > monitor_on
/openbmc/linux/tools/testing/selftests/damon/
H A D_chk_dependency.sh21 for f in attrs target_ids monitor_on
31 for f in attrs target_ids monitor_on
/openbmc/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst513 ``schemes``, ``monitor_on``, ``kdamond_pid``, ``mk_contexts`` and
732 monitoring by writing to and reading from the ``monitor_on`` file. Writing
739 # echo on > monitor_on
740 # echo off > monitor_on
741 # cat monitor_on
757 # cat monitor_on
761 # echo on > monitor_on
791 Note that ``mk_contexts``, ``rm_contexts``, and ``monitor_on`` files are in the
807 # echo on > monitor_on
811 # echo off > monitor_on
/openbmc/linux/drivers/iio/adc/
H A Dmax1363.c174 bool monitor_on; member
378 if (st->monitor_on) { in max1363_read_single_chan()
840 st->monitor_on = false; in max1363_monitor_mode_update()
928 st->monitor_on = true; in max1363_monitor_mode_update()
/openbmc/linux/mm/damon/
H A Ddbgfs.c1004 bool monitor_on = damon_nr_running_ctxs() != 0; in dbgfs_monitor_on_read() local
1007 len = scnprintf(monitor_on_buf, 5, monitor_on ? "on\n" : "off\n"); in dbgfs_monitor_on_read()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c86 mvm->monitor_on = true; in iwl_mvm_mld_mac_add_interface()
190 mvm->monitor_on = false; in iwl_mvm_mld_mac_remove_interface()
H A Drxmq.c375 IWL_RX_MPDU_STATUS_SEC_UNKNOWN && !mvm->monitor_on) in iwl_mvm_rx_crypto()
446 !mvm->monitor_on && net_ratelimit()) in iwl_mvm_rx_crypto()
2257 if (unlikely(mvm->monitor_on)) in iwl_mvm_rx_fill_status()
H A Drx.c192 if (!mvm->monitor_on) in iwl_mvm_set_mac80211_rx_flag()
H A Dmac80211.c1115 mvm->monitor_on = false; in iwl_mvm_restart_cleanup()
1641 mvm->monitor_on = true; in iwl_mvm_mac_add_interface()
1781 mvm->monitor_on = false; in iwl_mvm_mac_remove_interface()
H A Dmvm.h1175 bool monitor_on; member