Home
last modified time | relevance | path

Searched refs:idle (Results 676 - 700 of 743) sorted by relevance

1...<<21222324252627282930

/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()
/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.c392 idle=0, enumerator
602 { "idle", NULL, NULL, NULL, 0},
2788 for (i = idle; i<maxstate; i++) { in aha152x_set_info()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bufio.c2231 static enum evict_result idle(struct dm_buffer *b, void *context) in idle() function
2239 cache_remove_range(&c->cache, block, block + n_blocks, idle, __free_buffer_wake); in dm_bufio_forget_buffers()
H A Ddm-cache-target.c1589 bool idle = dm_iot_idle_for(&cache->tracker, HZ); in spare_migration_bandwidth() local
1593 if (idle && current_volume <= cache->migration_threshold) in spare_migration_bandwidth()
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.c410 idle=0, enumerator
620 { "idle", NULL, NULL, NULL, 0},
2840 for (i = idle; i<maxstate; i++) { in aha152x_set_info()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dhnd_pktpool.c856 stats->idle++; break; in pktpool_stats_dump()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsmp.c54 #include <asm/idle.h>
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsmp.c54 #include <asm/idle.h>
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h634 cycles_t idle, last_idle, begin; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h636 cycles_t idle, last_idle, begin; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c867 if (changes & BSS_CHANGED_IDLE && !vif->cfg.idle) in iwl_mvm_mld_vif_cfg_changed()
/kernel/linux/linux-6.6/net/rxrpc/
H A Dar-internal.h511 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
/third_party/libuv/src/win/
H A Dutil.c626 cpu_info->cpu_times.idle = sppi[i].IdleTime.QuadPart / 10000; in uv_cpu_info()
/third_party/node/src/
H A Dnode_report.cc211 // Report Event loop idle time in WriteNodeReport()
324 writer->json_keyvalue("idle", cpu_info[i].cpu_times.idle); in PrintCpuInfo()
/third_party/nghttp2/src/
H A Dshrpx_config.h237 StringRef::from_lit("tls-dyn-rec-idle-timeout");
374 StringRef::from_lit("frontend-quic-idle-timeout");
794 ev_tstamp idle; member
H A Dshrpx.cc2083 timeoutconf.idle = 30_s; in fill_default_config()
2164 // Timeout for pooled (idle) connections in fill_default_config()
2980 session. After --tls-dyn-rec-idle-timeout has elapsed, in print_help()
2982 always use the maximum record size, regardless of idle in print_help()
2987 --tls-dyn-rec-idle-timeout=<DURATION> in print_help()
3495 --frontend-quic-idle-timeout=<DURATION> in print_help()
3496 Specify an idle timeout for QUIC connection. in print_help()
3498 << util::duration_str(config->quic.upstream.timeout.idle) << R"( in print_help()
4849 // --tls-dyn-rec-idle-timeout in main()
5212 // --frontend-quic-idle in main()
[all...]
/third_party/node/deps/uv/src/win/
H A Dutil.c651 cpu_info->cpu_times.idle = sppi[i].IdleTime.QuadPart / 10000; in uv_cpu_info()
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue.c81 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 Dcvmx-npei-defs.h966 uint64_t idle:1; member
972 uint64_t idle:1;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-npei-defs.h966 uint64_t idle:1; member
972 uint64_t idle:1;
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c3144 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 Dibmvscsi_tgt.c514 * 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 Dibmvscsi_tgt.c515 * 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 Dmain.c3145 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 Dxusb-tegra210.c1034 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

Completed in 137 milliseconds

1...<<21222324252627282930