Searched refs:monitor_on (Results 1 – 8 of 8) sorted by relevance
37 DAMON exports three files, ``attrs``, ``target_ids``, and ``monitor_on`` under82 monitoring by writing to and reading from the ``monitor_on`` file. Writing89 # echo on > monitor_on90 # echo off > monitor_on91 # cat monitor_on107 # echo on > monitor_on111 # echo off > monitor_on
21 for f in attrs target_ids monitor_on
516 bool monitor_on = damon_nr_running_ctxs() != 0; in dbgfs_monitor_on_read() local519 len = scnprintf(monitor_on_buf, 5, monitor_on ? "on\n" : "off\n"); in dbgfs_monitor_on_read()
177 bool monitor_on; member381 if (st->monitor_on) { in max1363_read_single_chan()843 st->monitor_on = false; in max1363_monitor_mode_update()931 st->monitor_on = true; in max1363_monitor_mode_update()
372 IWL_RX_MPDU_STATUS_SEC_UNKNOWN && !mvm->monitor_on) in iwl_mvm_rx_crypto()445 !mvm->monitor_on && net_ratelimit()) in iwl_mvm_rx_crypto()1815 if (unlikely(mvm->monitor_on)) in iwl_mvm_rx_mpdu_mq()
197 if (!mvm->monitor_on) in iwl_mvm_set_mac80211_rx_flag()
1073 mvm->monitor_on = false; in iwl_mvm_restart_cleanup()1508 mvm->monitor_on = true; in iwl_mvm_mac_add_interface()1614 mvm->monitor_on = false; in iwl_mvm_mac_remove_interface()
1096 bool monitor_on; member