Home
last modified time | relevance | path

Searched refs:idle (Results 76 - 100 of 739) sorted by relevance

12345678910>>...30

/kernel/linux/linux-6.6/drivers/media/rc/
H A Drc-loopback.c27 bool idle; member
130 /* Fake a silence long enough to cause us to go idle */ in loop_tx_ir()
145 if (lodev->idle != enable) { in loop_set_idle()
146 dev_dbg(&dev->dev, "%sing idle mode\n", enable ? "enter" : "exit"); in loop_set_idle()
147 lodev->idle = enable; in loop_set_idle()
249 loopdev.idle = true; in loop_init()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dspectrum_cs.c77 spectrum_reset(struct pcmcia_device *link, int idle) in spectrum_reset() argument
108 ccsr = (idle ? HCR_IDLE : HCR_RUN) | (ccsr & HCR_MEM16); in spectrum_reset()
143 spectrum_cs_stop_firmware(struct orinoco_private *priv, int idle) in spectrum_cs_stop_firmware() argument
148 return spectrum_reset(link, idle); in spectrum_cs_stop_firmware()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dadb-iop.c32 idle, enumerator
65 adb_iop_state = idle; in adb_iop_done()
72 if (adb_iop_state == idle) in adb_iop_done()
241 if (adb_iop_state == idle) in adb_iop_write()
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dtime.c210 static void time_travel_ext_wait(bool idle) in time_travel_ext_wait() argument
222 * Here we are deep in the idle loop, so we have to break out of the in time_travel_ext_wait()
229 time_travel_handle_message(&msg, idle ? TTMH_IDLE : TTMH_POLL); in time_travel_ext_wait()
242 static void __time_travel_update_time(unsigned long long ns, bool idle) in __time_travel_update_time() argument
245 time_travel_ext_wait(idle); in __time_travel_update_time()
337 static void time_travel_update_time(unsigned long long next, bool idle) in time_travel_update_time() argument
343 bool finished = idle; in time_travel_update_time()
352 __time_travel_update_time(e->time, idle); in time_travel_update_time()
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-uptime.h25 static void proc_uptime(int fd, uint64_t *uptime, uint64_t *idle) in proc_uptime() argument
57 *idle = val1 * 100 + val2; in proc_uptime()
/third_party/node/benchmark/perf_hooks/
H A Dbench-eventlooputil.js44 assert(elu.active + elu.idle > 0);
57 assert(elu.active + elu.idle > 0);
/kernel/linux/linux-5.10/drivers/block/
H A Dswim3.c44 idle, enumerator
316 if (fs->cur_req || fs->state != idle) { in swim3_queue_rq()
477 case idle: in act()
519 fs->state = idle; in act()
555 fs->state = idle; in scan_timeout()
578 fs->state = idle; in seek_timeout()
606 fs->state = idle; in settle_timeout()
634 fs->state = idle; in xfer_timeout()
670 fs->state = idle; in swim3_interrupt()
752 fs->state = idle; in swim3_interrupt()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dswim3.c45 idle, enumerator
315 if (fs->cur_req || fs->state != idle) { in swim3_queue_rq()
494 case idle: in act()
536 fs->state = idle; in act()
572 fs->state = idle; in scan_timeout()
595 fs->state = idle; in seek_timeout()
623 fs->state = idle; in settle_timeout()
651 fs->state = idle; in xfer_timeout()
687 fs->state = idle; in swim3_interrupt()
769 fs->state = idle; in swim3_interrupt()
[all...]
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/
H A Dip27-smp.c142 * set sp to the kernel stack of the newly created idle process, gp to the proc
145 static int ip27_boot_secondary(int cpu, struct task_struct *idle) in ip27_boot_secondary() argument
147 unsigned long gp = (unsigned long)task_thread_info(idle); in ip27_boot_secondary()
148 unsigned long sp = __KSTK_TOS(idle); in ip27_boot_secondary()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsmp-mt.c138 * __KSTK_TOS(idle) is apparently the stack pointer
139 * (unsigned long)idle->thread_info the gp
142 static int vsmp_boot_secondary(int cpu, struct task_struct *idle) in vsmp_boot_secondary() argument
144 struct thread_info *gp = task_thread_info(idle); in vsmp_boot_secondary()
162 write_tc_gpr_sp( __KSTK_TOS(idle)); in vsmp_boot_secondary()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dsmp-mt.c139 * __KSTK_TOS(idle) is apparently the stack pointer
140 * (unsigned long)idle->thread_info the gp
143 static int vsmp_boot_secondary(int cpu, struct task_struct *idle) in vsmp_boot_secondary() argument
145 struct thread_info *gp = task_thread_info(idle); in vsmp_boot_secondary()
163 write_tc_gpr_sp( __KSTK_TOS(idle)); in vsmp_boot_secondary()
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/
H A Dip27-smp.c142 * set sp to the kernel stack of the newly created idle process, gp to the proc
145 static int ip27_boot_secondary(int cpu, struct task_struct *idle) in ip27_boot_secondary() argument
147 unsigned long gp = (unsigned long)task_thread_info(idle); in ip27_boot_secondary()
148 unsigned long sp = __KSTK_TOS(idle); in ip27_boot_secondary()
/test/xts/acts/multimedia/media/media_js_standard/
H A DAVPlayerTestBase.js20 IDLE : 'idle',
490 async function idle(src, avPlayer) {
505 avPlayer = await idle(src, avPlayer)
534 avPlayer = await idle(src, avPlayer)
560 avPlayer = await idle(src, avPlayer)
567 avPlayer = await idle(src, avPlayer)
636 avPlayer = await idle(src, avPlayer)
736 avPlayer = await idle(src, avPlayer)
795 avPlayer = await idle(src, avPlayer)
821 // step 2: idle
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-socfpga/
H A Dplatsmp.c21 static int socfpga_boot_secondary(unsigned int cpu, struct task_struct *idle) in socfpga_boot_secondary() argument
46 static int socfpga_a10_boot_secondary(unsigned int cpu, struct task_struct *idle) in socfpga_a10_boot_secondary() argument
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H A Dplatsmp.c43 static int imx_boot_secondary(unsigned int cpu, struct task_struct *idle) in imx_boot_secondary() argument
97 static int ls1021a_boot_secondary(unsigned int cpu, struct task_struct *idle) in ls1021a_boot_secondary() argument
/kernel/linux/linux-6.6/arch/arm/mach-socfpga/
H A Dplatsmp.c21 static int socfpga_boot_secondary(unsigned int cpu, struct task_struct *idle) in socfpga_boot_secondary() argument
46 static int socfpga_a10_boot_secondary(unsigned int cpu, struct task_struct *idle) in socfpga_a10_boot_secondary() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dax25.h94 unsigned int idle, idletimer; member
104 unsigned int idle, idletimer; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dax25.h94 unsigned int idle, idletimer; member
104 unsigned int idle, idletimer; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dax25.h89 unsigned int idle, idletimer; member
98 unsigned int idle, idletimer; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dax25.h89 unsigned int idle, idletimer; member
98 unsigned int idle, idletimer; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dax25.h77 unsigned int idle, idletimer; member
86 unsigned int idle, idletimer; member
/kernel/linux/linux-6.6/kernel/sched/
H A Dfair.c545 return tg->idle > 0; in tg_is_idle()
550 return cfs_rq->idle > 0; in cfs_rq_is_idle()
2161 /* Find alternative idle CPU. */ in task_numa_assign()
2174 /* Failed to find an alternative idle CPU */ in task_numa_assign()
2383 /* Evaluate an idle CPU for a task numa move. */ in task_numa_compare()
2387 /* Nothing cached so current CPU went idle since the search. */ in task_numa_compare()
2392 * If the CPU is no longer truly idle and the previous best CPU in task_numa_compare()
2406 * If a move to idle is allowed because there is capacity or load in task_numa_compare()
2453 /* Use idle CPU if there is no imbalance */ in task_numa_find_cpu()
2696 * completely idle o in update_task_scan_period()
6364 int idle = 0; sched_cfs_period_timer() local
7209 struct cpuidle_state *idle = idle_get_state(rq); find_idlest_group_cpu() local
7367 bool idle = true; select_idle_core() local
9000 enum cpu_idle_type idle; global() member
11560 load_balance(int this_cpu, struct rq *this_rq, struct sched_domain *sd, enum cpu_idle_type idle, int *continue_balancing) load_balance() argument
12045 rebalance_domains(struct rq *rq, enum cpu_idle_type idle) rebalance_domains() argument
12570 nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) nohz_idle_balance() argument
12635 nohz_idle_balance(struct rq *this_rq, enum cpu_idle_type idle) nohz_idle_balance() argument
12784 enum cpu_idle_type idle = this_rq->idle_balance ? run_rebalance_domains() local
13484 sched_group_set_idle(struct task_group *tg, long idle) sched_group_set_idle() argument
[all...]
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c61 struct lws_pt_eventlibs_libuv, idle); in lws_uv_idle()
85 /* if there is nobody who needs service forcing, shut down idle */ in lws_uv_idle()
155 uv_idle_start(&ptpriv->idle, lws_uv_idle); in lws_io_cb()
694 uv_idle_stop(&pt_to_priv_uv(pt)->idle); in elops_destroy_pt_uv()
695 uv_close((uv_handle_t *)&pt_to_priv_uv(pt)->idle, lws_uv_close_cb_sa); in elops_destroy_pt_uv()
746 uv_idle_init(loop, &ptpriv->idle); in elops_init_pt_uv()
747 LWS_UV_REFCOUNT_STATIC_HANDLE_NEW(&ptpriv->idle, pt); in elops_init_pt_uv()
748 uv_idle_start(&ptpriv->idle, lws_uv_idle); in elops_init_pt_uv()
/kernel/linux/linux-6.6/drivers/pmdomain/rockchip/
H A Dpm-domains.c103 #define DOMAIN(_name, pwr, status, req, idle, ack, wakeup) \
109 .idle_mask = (idle), \
114 #define DOMAIN_M(_name, pwr, status, req, idle, ack, wakeup) \
122 .idle_mask = (idle), \
127 #define DOMAIN_M_O_R(_name, p_offset, pwr, status, m_offset, m_status, r_status, r_offset, req, idle, ack, wakeup) \
140 .idle_mask = (idle), \
145 #define DOMAIN_RK3036(_name, req, ack, idle, wakeup) \
151 .idle_mask = (idle), \
158 #define DOMAIN_RV1126(name, pwr, req, idle, wakeup) \
159 DOMAIN_M(name, pwr, pwr, req, idle, idl
300 rockchip_pmu_set_idle_request(struct rockchip_pm_domain *pd, bool idle) rockchip_pmu_set_idle_request() argument
[all...]
/foundation/multimodalinput/input/test/unittest/common/src/
H A Dsystem_info.cpp159 second.idle + second.lowait + second.irq + second.softirq); in GetCpuUsage()
161 first.idle + first.lowait + first.irq + first.softirq); in GetCpuUsage()
189 ss >> info.name >> info.user >> info.nice >> info.system >> info.idle >> info.lowait \ in GetSystemCpuStatInfo()
223 return (occupy.user + occupy.nice + occupy.system + occupy.idle); in GetSystemTotalOccupy()

Completed in 22 milliseconds

12345678910>>...30