/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wil6210.h | 634 cycles_t idle, last_idle, begin; member
|
H A D | txrx_edma.c | 1287 wil_dbg_txrx(wil, "Ring[%2d] idle %d -> %d\n", in wil_tx_sring_handler() 1502 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring_tso_edma() 1503 wil_dbg_txrx(wil, "Ring[%2d] not idle %d -> %d\n", in __wil_tx_ring_tso_edma()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | wil6210.h | 636 cycles_t idle, last_idle, begin; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 867 if (changes & BSS_CHANGED_IDLE && !vif->cfg.idle) in iwl_mvm_mld_vif_cfg_changed()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | ar-internal.h | 511 unsigned long idle_timestamp; /* Time at which last became idle */ 559 RXRPC_CALL_RX_IS_IDLE, /* recvmsg() is idle - send an ACK */ 767 u32 idle; /* Max time since last data packet (msec) */ member
|
/kernel/linux/linux-6.6/kernel/ |
H A D | workqueue.c | 81 WORKER_IDLE = 1 << 2, /* is idle */ 95 MAX_IDLE_WORKERS_RATIO = 4, /* 1/4 of busy can be idle */ 96 IDLE_WORKER_TIMEOUT = 300 * HZ, /* keep idle ones for 5 mins */ 180 int nr_idle; /* L: currently idle workers */ 182 struct list_head idle_list; /* L: list of idle workers */ 183 struct timer_list idle_timer; /* L: worker idle timeout */ 184 struct work_struct idle_cull_work; /* L: worker idle cleanup */ 916 int nr_idle = pool->nr_idle + managing; /* manager is considered idle */ in too_many_workers() 970 /* Return the first idle worker. Called with pool->lock held. */ 980 * worker_enter_idle - enter idle stat 5704 bool idle = true; show_one_workqueue() local [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-npei-defs.h | 966 uint64_t idle:1; member 972 uint64_t idle:1;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-npei-defs.h | 966 uint64_t idle:1; member 972 uint64_t idle:1;
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 3144 bool idle) { in b43legacy_set_synth_pu_delay() 3147 if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle) in b43legacy_set_synth_pu_delay() 3143 b43legacy_set_synth_pu_delay(struct b43legacy_wldev *dev, bool idle) b43legacy_set_synth_pu_delay() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 514 * The second case the adapter is idle. Assume the worse case, in ibmvscsis_disconnect() 964 * @idle: Indicates whether we were called from adapter_idle. This 969 * This function is called when the adapter is idle when phyp has sent 975 static long ibmvscsis_ready_for_suspend(struct scsi_info *vscsi, bool idle) in ibmvscsis_ready_for_suspend() argument 998 if (idle) { in ibmvscsis_ready_for_suspend() 1299 * ibmvscsis_adapter_idle() - Helper function to handle idle adapter 1302 * This function is called when the adapter is idle when the driver
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 515 * The second case the adapter is idle. Assume the worse case, in ibmvscsis_disconnect() 965 * @idle: Indicates whether we were called from adapter_idle. This 970 * This function is called when the adapter is idle when phyp has sent 976 static long ibmvscsis_ready_for_suspend(struct scsi_info *vscsi, bool idle) in ibmvscsis_ready_for_suspend() argument 999 if (idle) { in ibmvscsis_ready_for_suspend() 1300 * ibmvscsis_adapter_idle() - Helper function to handle idle adapter 1303 * This function is called when the adapter is idle when the driver
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 3145 bool idle) { in b43legacy_set_synth_pu_delay() 3148 if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle) in b43legacy_set_synth_pu_delay() 3144 b43legacy_set_synth_pu_delay(struct b43legacy_wldev *dev, bool idle) b43legacy_set_synth_pu_delay() argument
|
/kernel/linux/linux-6.6/drivers/phy/tegra/ |
H A D | xusb-tegra210.c | 1034 unsigned int index, bool idle) in tegra210_hsic_set_idle() 1044 if (idle) in tegra210_hsic_set_idle() 1033 tegra210_hsic_set_idle(struct tegra_xusb_padctl *padctl, unsigned int index, bool idle) tegra210_hsic_set_idle() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 3073 bool idle) in wl1271_sta_handle_idle() 3077 if (idle == cur_idle) in wl1271_sta_handle_idle() 3080 if (idle) { in wl1271_sta_handle_idle() 3083 /* The current firmware only supports sched_scan in idle */ in wl1271_sta_handle_idle() 3121 conf->flags & IEEE80211_CONF_IDLE ? "idle" : "in use", in wl1271_op_config() 4423 wl1271_sta_handle_idle(wl, wlvif, bss_conf->idle); in wl1271_bss_info_changed_sta() 3072 wl1271_sta_handle_idle(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool idle) wl1271_sta_handle_idle() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 113 u32 idle; member 3166 sinfo->inactive_time = le32_to_cpu(sta_info_le.idle) * 1000; in brcmf_cfg80211_get_station() 8024 survey->idle = val; in brcmf_parse_dump_obss() 8165 info->time_busy = ACS_MSRMNT_DELAY - survey.idle; in brcmf_cfg80211_dump_survey()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 3052 bool idle) in wl1271_sta_handle_idle() 3056 if (idle == cur_idle) in wl1271_sta_handle_idle() 3059 if (idle) { in wl1271_sta_handle_idle() 3062 /* The current firmware only supports sched_scan in idle */ in wl1271_sta_handle_idle() 3100 conf->flags & IEEE80211_CONF_IDLE ? "idle" : "in use", in wl1271_op_config() 4379 wl1271_sta_handle_idle(wl, wlvif, vif->cfg.idle); in wl1271_bss_info_changed_sta() 3051 wl1271_sta_handle_idle(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool idle) wl1271_sta_handle_idle() argument
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | traps.c | 52 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | entry.S | 149 # account system time going idle 995 * Load idle PSW.
|
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zram_drv.c | 585 if (sysfs_streq(buf, "idle")) in writeback_store() 1876 static DEVICE_ATTR_WO(idle);
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | traps.c | 52 #include <asm/idle.h>
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-i801.c | 1437 gpio_data.idle = I2C_MUX_GPIO_NO_IDLE; in i801_add_mux()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | xgene_pmu.c | 562 XGENE_PMU_EVENT_ATTR(rank-idle, 0x1f),
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 312 * @BSS_CHANGED_KEEP_ALIVE: keep alive options (idle period or protected 587 * @idle: This interface is idle. There's also a global idle flag in the 611 * protected frame to the AP to reset the idle timer at the AP for the 674 bool idle; member 1480 * @IEEE80211_CONF_IDLE: The device is running, but idle; if the flag is set 2841 * there's data traffic and still saving significantly power in idle
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 829 if (al.sym == NULL || !al.sym->idle) { in perf_event__process_sample()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.c | 347 sym->idle = symbol__is_idle(name); in __symbols__insert()
|