Home
last modified time | relevance | path

Searched refs:idle (Results 651 - 675 of 739) sorted by relevance

1...<<21222324252627282930

/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsysfs.c22 #include <asm/idle.h>
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H A Dr128_cce.c195 * prior to a wait for idle, as it informs the engine that the command
206 /* Wait for the CCE to go idle.
260 * to go idle before calling this routine.
385 /* GH: Simple idle check. in r128_do_init_cce()
695 /* If we fail to make the engine go idle, we return an error in r128_cce_stop()
698 if (stop->idle) { in r128_cce_stop()
704 /* Finally, we can turn off the CCE. If the engine isn't idle, in r128_cce_stop()
/kernel/linux/linux-5.10/net/rxrpc/
H A Dar-internal.h440 unsigned long idle_timestamp; /* Time at which last became idle */
715 u32 idle; /* Max time since last data packet (msec) */ member
/kernel/linux/linux-6.6/include/linux/
H A Dpage-flags.h604 PAGEFLAG(Idle, idle, PF_ANY)
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk104.c400 .idle = gk104_runq_idle,
/third_party/libuv/src/unix/
H A Dos390.c269 cpu_info->cpu_times.idle = 0; in uv_cpu_info()
/third_party/node/lib/
H A D_http_server.js576 const connections = this[kConnections].idle();
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.c900 bo->idle = false; in submit_batch()
997 dbg_printf("waiting for idle\n"); in _crocus_batch_flush()
/third_party/node/deps/uv/src/unix/
H A Dos390.c262 cpu_info->cpu_times.idle = 0; in uv_cpu_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h1754 * idle_update - Notification of changes in group idle state
1756 * @idle: Whether the group is idle (no associated stations)
1758 void (*idle_update)(void *ctx, int idle);
2255 * Returns: 0 if P2P module is idle, 1 if an operation is in progress but not
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h1782 * idle_update - Notification of changes in group idle state
1784 * @idle: Whether the group is idle (no associated stations)
1786 void (*idle_update)(void *ctx, int idle);
2285 * Returns: 0 if P2P module is idle, 1 if an operation is in progress but not
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-driver.c4279 struct bttv_buffer_set idle; in bttv_suspend() local
4286 memset(&idle, 0, sizeof(idle)); in bttv_suspend()
4290 btv->curr = idle; in bttv_suspend()
4292 bttv_buffer_activate_video(btv, &idle); in bttv_suspend()
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dmac80211_hwsim.c587 bool started, idle, scanning; member
1461 if (!data2->started || (data2->idle && !data2->tmp_chan) || in mac80211_hwsim_tx_frame_no_nl()
1557 if (data->idle && !data->tmp_chan) { in mac80211_hwsim_tx()
1558 wiphy_dbg(hw->wiphy, "Trying to TX when idle - reject\n"); in mac80211_hwsim_tx()
1837 "%s (freq=%d(%d - %d)/%s idle=%d ps=%d smps=%s)\n", in mac80211_hwsim_config()
1848 "%s (freq=0 idle=%d ps=%d smps=%s)\n", in mac80211_hwsim_config()
1854 data->idle = !!(conf->flags & IEEE80211_CONF_IDLE); in mac80211_hwsim_config()
3660 if ((data2->idle && !data2->tmp_chan) || !data2->started) in hwsim_cloned_frame_received_nl()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1499 * Insert first the idle task and then our job.
3005 if (i != j) /* Copy back the idle task if needed */
4903 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA(np, idle));
5737 * Prepare the idle and invalid task actions.
5739 np->idletask.start = cpu_to_scr(SCRIPTA_BA(np, idle));
5743 np->notask.start = cpu_to_scr(SCRIPTA_BA(np, idle));
5747 np->bad_itl.start = cpu_to_scr(SCRIPTA_BA(np, idle));
5751 np->bad_itlq.start = cpu_to_scr(SCRIPTA_BA(np, idle));
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1499 * Insert first the idle task and then our job.
3005 if (i != j) /* Copy back the idle task if needed */
4902 cp->phys.head.go.start = cpu_to_scr(SCRIPTA_BA(np, idle));
5736 * Prepare the idle and invalid task actions.
5738 np->idletask.start = cpu_to_scr(SCRIPTA_BA(np, idle));
5742 np->notask.start = cpu_to_scr(SCRIPTA_BA(np, idle));
5746 np->bad_itl.start = cpu_to_scr(SCRIPTA_BA(np, idle));
5750 np->bad_itlq.start = cpu_to_scr(SCRIPTA_BA(np, idle));
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c683 bool started, idle, scanning; member
1797 if (!data2->started || (data2->idle && !data2->tmp_chan) || in mac80211_hwsim_tx_frame_no_nl()
1988 if (data->idle && !data->tmp_chan) { in mac80211_hwsim_tx()
1989 wiphy_dbg(hw->wiphy, "Trying to TX when idle - reject\n"); in mac80211_hwsim_tx()
2334 "%s (freq=%d(%d - %d)/%s idle=%d ps=%d smps=%s)\n", in mac80211_hwsim_config()
2345 "%s (freq=0 idle=%d ps=%d smps=%s)\n", in mac80211_hwsim_config()
2351 data->idle = !!(conf->flags & IEEE80211_CONF_IDLE); in mac80211_hwsim_config()
5662 if ((data2->idle && !data2->tmp_chan) || !data2->started) in hwsim_cloned_frame_received_nl()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp1186 std::unique_ptr<State> idle = std::make_unique<Idle>(*this, device); in StateMachine() local
1187 Move(idle); in StateMachine()
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Disp.c390 * @idle: Consider idle state.
399 static void isp_core_init(struct isp_device *isp, int idle) in isp_core_init() argument
402 ((idle ? ISP_SYSCONFIG_MIDLEMODE_SMARTSTANDBY : in isp_core_init()
974 * Returns 0 if suspend left in idle state all the submodules properly,
1024 * isp_reset - Reset ISP with a timeout wait for idle.
1175 * isp_module_sync_idle - Helper to sync module with its idle state
1204 * idle. in omap3isp_module_sync_idle()
1207 * module wants to be idle. in omap3isp_module_sync_idle()
/kernel/linux/linux-5.10/drivers/phy/tegra/
H A Dxusb-tegra210.c794 unsigned int index, bool idle) in tegra210_hsic_set_idle()
804 if (idle) in tegra210_hsic_set_idle()
793 tegra210_hsic_set_idle(struct tegra_xusb_padctl *padctl, unsigned int index, bool idle) tegra210_hsic_set_idle() argument
H A Dxusb-tegra124.c386 unsigned int index, bool idle) in tegra124_hsic_set_idle()
392 if (idle) in tegra124_hsic_set_idle()
385 tegra124_hsic_set_idle(struct tegra_xusb_padctl *padctl, unsigned int index, bool idle) tegra124_hsic_set_idle() argument
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Disp.c390 * @idle: Consider idle state.
399 static void isp_core_init(struct isp_device *isp, int idle) in isp_core_init() argument
402 ((idle ? ISP_SYSCONFIG_MIDLEMODE_SMARTSTANDBY : in isp_core_init()
979 * Returns 0 if suspend left in idle state all the submodules properly,
1029 * isp_reset - Reset ISP with a timeout wait for idle.
1180 * isp_module_sync_idle - Helper to sync module with its idle state
1209 * idle. in omap3isp_module_sync_idle()
1212 * module wants to be idle. in omap3isp_module_sync_idle()
/kernel/linux/linux-6.6/drivers/phy/tegra/
H A Dxusb-tegra124.c386 unsigned int index, bool idle) in tegra124_hsic_set_idle()
392 if (idle) in tegra124_hsic_set_idle()
385 tegra124_hsic_set_idle(struct tegra_xusb_padctl *padctl, unsigned int index, bool idle) tegra124_hsic_set_idle() argument
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c1036 xcb_present_idle_notify_event_t *idle = (void *) event; in x11_handle_dri3_present_event() local
1039 if (chain->images[i].pixmap == idle->pixmap) { in x11_handle_dri3_present_event()
/kernel/linux/linux-5.10/kernel/
H A Dworkqueue.c79 WORKER_IDLE = 1 << 2, /* is idle */
93 MAX_IDLE_WORKERS_RATIO = 4, /* 1/4 of busy can be idle */
94 IDLE_WORKER_TIMEOUT = 300 * HZ, /* keep idle ones for 5 mins */
160 int nr_idle; /* L: currently idle workers */
162 struct list_head idle_list; /* X: list of idle workers */
163 struct timer_list idle_timer; /* L: worker idle timeout */
808 int nr_idle = pool->nr_idle + managing; /* manager is considered idle */ in too_many_workers()
818 /* Return the first idle worker. Safe with preemption disabled */
828 * wake_up_worker - wake up an idle worker
831 * Wake up the first idle worke
4801 bool idle = true; show_workqueue_state() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-target.c51 * The time, in jiffies, when this device became idle (if it is
52 * indeed idle).
1645 bool idle = iot_idle_for(&cache->tracker, HZ); in spare_migration_bandwidth() local
1649 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()

Completed in 72 milliseconds

1...<<21222324252627282930