Home
last modified time | relevance | path

Searched refs:idle (Results 726 - 750 of 758) sorted by relevance

1...<<2122232425262728293031

/kernel/linux/linux-5.10/include/net/
H A Dmac80211.h312 * @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 Dbuiltin-top.c829 if (al.sym == NULL || !al.sym->idle) { in perf_event__process_sample()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.c347 sym->idle = symbol__is_idle(name); in __symbols__insert()
/kernel/linux/linux-5.10/kernel/sched/
H A Dwalt.c296 * or the idle task. in account_busy_for_task_demand()
312 * The idle exit time is not accounted for the first task _picked_ up to in account_busy_for_task_demand()
313 * run on the idle CPU. in account_busy_for_task_demand()
315 if (event == PICK_NEXT_TASK && rq->curr == rq->idle) in account_busy_for_task_demand()
337 * become idle or busy with interrupts disabled for an extended period.
879 /* TASK_WAKE && TASK_MIGRATE is not possible on idle task! */ in account_busy_for_cpu_time()
941 * Handle per-task window rollover. We don't care about the idle in update_cpu_busy_time()
1057 * Busy time for the idle task or exiting tasks need not in update_cpu_busy_time()
1114 * needed. The current task must be the idle task because in update_cpu_busy_time()
/kernel/linux/linux-5.10/net/mac80211/
H A Dchan.c488 /* turn idle off *before* setting channel -- some drivers need that */ in ieee80211_add_chanctx()
688 sdata->vif.bss_conf.idle = !conf; in ieee80211_assign_vif_chanctx()
H A Diface.c1519 sdata->vif.bss_conf.idle = true; in ieee80211_setup_sdata()
/kernel/linux/linux-6.6/include/net/
H A Dmac80211.h332 * @BSS_CHANGED_KEEP_ALIVE: keep alive options (idle period or protected
618 * protected frame to the AP to reset the idle timer at the AP for the
1607 * @IEEE80211_CONF_IDLE: The device is running, but idle; if the flag is set
1811 * @idle: This interface is idle. There's also a global idle flag in the
1831 bool idle; member
3142 * there's data traffic and still saving significantly power in idle
/kernel/linux/linux-6.6/drivers/block/zram/
H A Dzram_drv.c279 * A cutoff_time of 0 marks everything as idle, this is the in idle_store()
555 if (sysfs_streq(buf, "idle")) in writeback_store()
1753 if (!strcmp(val, "idle")) in recompress_store()
1764 * We will re-compress only idle objects equal or in recompress_store()
2156 static DEVICE_ATTR_WO(idle);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c1289 wil_dbg_txrx(wil, "Ring[%2d] idle %d -> %d\n", in wil_tx_sring_handler()
1504 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_ring_tso_edma()
1505 wil_dbg_txrx(wil, "Ring[%2d] not idle %d -> %d\n", in __wil_tx_ring_tso_edma()
/kernel/linux/linux-6.6/drivers/perf/
H A Dxgene_pmu.c559 XGENE_PMU_EVENT_ATTR(rank-idle, 0x1f),
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-i801.c1407 gpio_data.idle = I2C_MUX_GPIO_NO_IDLE; in i801_add_mux()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-top.c831 if (al.sym == NULL || !al.sym->idle) { in perf_event__process_sample()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.c368 sym->idle = symbol__is_idle(name); in __symbols__insert()
/kernel/linux/linux-6.6/kernel/sched/
H A Dwalt.c297 * or the idle task. in account_busy_for_task_demand()
313 * The idle exit time is not accounted for the first task _picked_ up to in account_busy_for_task_demand()
314 * run on the idle CPU. in account_busy_for_task_demand()
316 if (event == PICK_NEXT_TASK && rq->curr == rq->idle) in account_busy_for_task_demand()
338 * become idle or busy with interrupts disabled for an extended period.
880 /* TASK_WAKE && TASK_MIGRATE is not possible on idle task! */ in account_busy_for_cpu_time()
942 * Handle per-task window rollover. We don't care about the idle in update_cpu_busy_time()
1058 * Busy time for the idle task or exiting tasks need not in update_cpu_busy_time()
1115 * needed. The current task must be the idle task because in update_cpu_busy_time()
/kernel/linux/linux-6.6/net/mac80211/
H A Diface.c1734 sdata->vif.cfg.idle = true; in ieee80211_setup_sdata()
H A Dchan.c674 /* turn idle off *before* setting channel -- some drivers need that */ in ieee80211_add_chanctx()
894 sdata->vif.cfg.idle = !conf; in ieee80211_assign_link_chanctx()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h494 unsigned idle; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dmain.c3370 * It will reset the watchdog counter to 0 in its idle loop. */ in b43_periodic_every15sec()
4740 static void b43_set_synth_pu_delay(struct b43_wldev *dev, bool idle) in b43_set_synth_pu_delay() argument
4746 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle) in b43_set_synth_pu_delay()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c2763 if (changes & BSS_CHANGED_IDLE && !bss_conf->idle) in iwl_mvm_bss_info_changed()
3394 if (!vif->bss_conf.idle) { in iwl_mvm_mac_sched_scan_start()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c3047 if (changes & BSS_CHANGED_IDLE && !vif->cfg.idle) in iwl_mvm_bss_info_changed_common()
4054 if (!vif->cfg.idle) { in iwl_mvm_mac_sched_scan_start()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dmain.c3371 * It will reset the watchdog counter to 0 in its idle loop. */ in b43_periodic_every15sec()
4743 static void b43_set_synth_pu_delay(struct b43_wldev *dev, bool idle) in b43_set_synth_pu_delay() argument
4749 if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle) in b43_set_synth_pu_delay()
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c107 * subsystem is idle. There is also an 'absolute maximum' reconstruction
109 * idle IO detection.
4404 * active-idle
4417 "write-pending", "active-idle", "broken", NULL };
4858 char *type = "idle"; in action_show()
4888 if (cmd_match(page, "idle") || cmd_match(page, "frozen")) { in action_store()
8497 int idle; in is_mddev_idle() local
8500 idle = 1; in is_mddev_idle()
8515 * the array to appear non-idle, and resync will slow in is_mddev_idle()
8519 * completing might cause the array to appear non-idle in is_mddev_idle()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c3827 /* Check MAC Tx/Rx idle */ in rt2800_config_alc()
10533 u32 idle, busy, busy_ext; in rt2800_get_survey() local
10540 idle = rt2800_register_read(rt2x00dev, CH_IDLE_STA); in rt2800_get_survey()
10544 if (idle || busy) { in rt2800_get_survey()
10549 survey->time = (idle + busy) / 1000; in rt2800_get_survey()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.c107 * subsystem is idle. There is also an 'absolute maximum' reconstruction
109 * idle IO detection.
4348 * active-idle
4360 "write-pending", "active-idle", "broken", NULL };
4787 char *type = "idle"; in action_show()
4873 if (cmd_match(page, "idle")) in action_store()
8559 int idle; in is_mddev_idle() local
8562 idle = 1; in is_mddev_idle()
8577 * the array to appear non-idle, and resync will slow in is_mddev_idle()
8581 * completing might cause the array to appear non-idle in is_mddev_idle()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c931 wpa_printf(MSG_DEBUG, "P2P: Cancelled P2P group idle timeout"); in wpas_p2p_group_delete()
6579 static void wpas_p2p_idle_update(void *ctx, int idle) in wpas_p2p_idle_update() argument
6584 wpa_printf(MSG_DEBUG, "P2P: GO - group %sidle", idle ? "" : "not "); in wpas_p2p_idle_update()
6585 if (idle) { in wpas_p2p_idle_update()
6667 * something goes wrong in this step before the P2P group idle in wpas_p2p_wps_success()
7355 wpa_printf(MSG_DEBUG, "P2P: Ignore group idle timeout - " in wpas_p2p_group_idle_timeout()
7360 wpa_printf(MSG_DEBUG, "P2P: Group idle timeout reached - terminate " in wpas_p2p_group_idle_timeout()
7371 wpa_printf(MSG_DEBUG, "P2P: Cancelled P2P group idle timeout"); in wpas_p2p_set_group_idle_timeout()
7395 * early due to group idle timeout. in wpas_p2p_set_group_idle_timeout()
7397 wpa_printf(MSG_DEBUG, "P2P: Do not use P2P group idle timeou in wpas_p2p_set_group_idle_timeout()
[all...]

Completed in 125 milliseconds

1...<<2122232425262728293031