Searched refs:idle (Results 1 - 25 of 334) sorted by relevance

1234567891011>>

/linux-master/include/linux/platform_data/
H A Di2c-mux-gpio.h11 /* MUX has no specific idle mode */
22 * @idle: Bitmask to write to MUX when idle or GPIO_I2CMUX_NO_IDLE if not used
30 unsigned idle; member in struct:i2c_mux_gpio_platform_data
H A Di2c-mux-reg.h20 * @idle: Value to write to mux when idle
21 * @idle_in_use: indicate if idle value is in use
32 u32 idle; member in struct:i2c_mux_reg_platform_data
/linux-master/arch/s390/kernel/
H A Didle.c26 struct s390_idle_data *idle = this_cpu_ptr(&s390_idle); local
34 this_cpu_add(mt_cycles[i], cycles_new[i] - idle->mt_cycles_enter[i]);
37 idle_time = S390_lowcore.int_clock - idle->clock_idle_enter;
39 S390_lowcore.steal_timer += idle->clock_idle_enter - S390_lowcore.last_update_clock;
42 S390_lowcore.system_timer += S390_lowcore.last_update_timer - idle->timer_idle_enter;
45 /* Account time spent with enabled wait psw loaded as idle time. */
46 WRITE_ONCE(idle->idle_time, READ_ONCE(idle->idle_time) + idle_time);
47 WRITE_ONCE(idle->idle_count, READ_ONCE(idle
53 struct s390_idle_data *idle = this_cpu_ptr(&s390_idle); local
68 struct s390_idle_data *idle = &per_cpu(s390_idle, dev->id); local
77 struct s390_idle_data *idle = &per_cpu(s390_idle, dev->id); local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_hrt.c39 bool not_idle = false, idle; local
42 idle = sp_ctrl_getbit(SP0_ID, SP_SC_REG, SP_IDLE_BIT);
43 not_idle |= !idle;
44 if (!idle)
45 IA_CSS_WARNING("SP not idle");
47 idle = isp_ctrl_getbit(ISP0_ID, ISP_SC_REG, ISP_IDLE_BIT);
48 not_idle |= !idle;
49 if (!idle)
50 IA_CSS_WARNING("ISP not idle");
69 * Wait till SP is idle o
[all...]
/linux-master/arch/x86/include/asm/
H A Dstackprotector.h66 static inline void cpu_init_stack_canary(int cpu, struct task_struct *idle) argument
69 per_cpu(fixed_percpu_data.stack_canary, cpu) = idle->stack_canary;
71 per_cpu(__stack_chk_guard, cpu) = idle->stack_canary;
79 static inline void cpu_init_stack_canary(int cpu, struct task_struct *idle) argument
/linux-master/arch/arm/mach-versatile/
H A Dplatsmp.h10 extern int versatile_boot_secondary(unsigned int cpu, struct task_struct *idle);
/linux-master/arch/loongarch/kernel/
H A Didle.c3 * LoongArch idle loop support.
10 #include <asm/idle.h>
15 __arch_cpu_idle(); /* idle instruction needs irq enabled */
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Defuse.h21 int rtw89_cnv_efuse_state_ax(struct rtw89_dev *rtwdev, bool idle);
24 int rtw89_cnv_efuse_state_be(struct rtw89_dev *rtwdev, bool idle);
/linux-master/fs/proc/
H A Duptime.c15 struct timespec64 idle; local
31 idle.tv_sec = div_u64_rem(idle_nsec, NSEC_PER_SEC, &rem);
32 idle.tv_nsec = rem;
36 (unsigned long) idle.tv_sec,
37 (idle.tv_nsec / (NSEC_PER_SEC / 100)));
H A Dstat.c27 u64 idle, idle_usecs = -1ULL; local
33 /* !NO_HZ or cpu offline so we can rely on cpustat.idle */
34 idle = kcs->cpustat[CPUTIME_IDLE];
36 idle = idle_usecs * NSEC_PER_USEC;
38 return idle;
85 u64 user, nice, system, idle, iowait, irq, softirq, steal; local
92 user = nice = system = idle = iowait =
108 idle += get_idle_time(&kcpustat, i);
130 seq_put_decimal_ull(p, " ", nsec_to_clock_t(idle));
149 idle
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Didle.fuc26 process(PROC_IDLE, #idle, #idle_recv)
41 // $r15 - current (idle)
49 // $r15 - current (idle)
51 idle:
83 bra #idle
/linux-master/arch/powerpc/platforms/pasemi/
H A DMakefile2 obj-y += setup.o pci.o time.o idle.o powersave.o iommu.o dma_lib.o misc.o
/linux-master/arch/arm/mach-tegra/
H A Dplatsmp.c42 static int tegra20_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
70 static int tegra30_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
129 static int tegra114_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
159 struct task_struct *idle)
162 return tegra20_boot_secondary(cpu, idle);
164 return tegra30_boot_secondary(cpu, idle);
166 return tegra114_boot_secondary(cpu, idle);
168 return tegra114_boot_secondary(cpu, idle);
158 tegra_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/arm/mach-mmp/
H A Dplatsmp.c12 static int mmp3_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/powerpc/include/asm/
H A Didle.h46 * Indicate to the HV that we are idle. Now would be
49 get_lppaca()->idle = 1;
56 get_lppaca()->idle = 0;
63 * If we are reading from an idle context, update the
64 * idle-purr cycles corresponding to the last idle period.
65 * Since the idle context is not yet over, take a fresh
66 * snapshot of the idle-purr.
68 if (unlikely(get_lppaca()->idle == 1)) {
79 * If we are reading from an idle contex
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dg84.c121 bool idle, timeout = false; local
132 idle = true;
134 for (tmp = nvkm_rd32(device, 0x400380); tmp && idle; tmp >>= 3) {
136 idle = false;
139 for (tmp = nvkm_rd32(device, 0x400384); tmp && idle; tmp >>= 3) {
141 idle = false;
144 for (tmp = nvkm_rd32(device, 0x400388); tmp && idle; tmp >>= 3) {
146 idle = false;
148 } while (!idle &&
152 nvkm_error(subdev, "PGRAPH TLB flush idle timeou
[all...]
/linux-master/tools/power/cpupower/
H A Dcpupower-completion.sh5 _cpupower_commands="frequency-info frequency-set idle-info idle-set set info monitor"
41 idle-info) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
51 idle-set) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
86 idle-info) _idle_info ;;
87 idle-set) _idle_set ;;
120 idle-info) _idle_info ;;
121 idle-set) _idle_set ;;
/linux-master/arch/mips/cobalt/
H A Dreset.c15 #include <asm/idle.h>
/linux-master/arch/arm/mach-alpine/
H A Dplatsmp.c17 static int alpine_boot_secondary(unsigned int cpu, struct task_struct *idle) argument
/linux-master/arch/mips/loongson2ef/common/
H A Dreset.c12 #include <asm/idle.h>
/linux-master/include/uapi/linux/
H A Dax25.h94 unsigned int idle, idletimer; member in struct:ax25_info_struct_deprecated
104 unsigned int idle, idletimer; member in struct:ax25_info_struct
/linux-master/arch/powerpc/platforms/44x/
H A DMakefile4 obj-y += idle.o
/linux-master/drivers/macintosh/
H A Dvia-macii.c76 #define ST_IDLE 0x30 /* ADB state: idle, nothing to send */
108 idle, enumerator in enum:macii_state
157 macii_state = idle;
171 /* Set up state: idle */
216 * as long as it is idle.
275 if (macii_state == idle)
296 if (current_req && macii_state == idle)
391 case idle:
403 /* /CTLR_IRQ asserted in idle state means we must
480 macii_state = idle;
[all...]
/linux-master/arch/mips/sibyte/bcm1480/
H A Dsmp.c92 * Do any tidying up before marking online and running the idle
107 static int bcm1480_boot_secondary(int cpu, struct task_struct *idle) argument
112 __KSTK_TOS(idle),
113 (unsigned long)task_thread_info(idle), 0);
/linux-master/arch/mips/sibyte/sb1250/
H A Dsmp.c81 * Do any tidying up before marking online and running the idle
96 static int sb1250_boot_secondary(int cpu, struct task_struct *idle) argument
101 __KSTK_TOS(idle),
102 (unsigned long)task_thread_info(idle), 0);

Completed in 218 milliseconds

1234567891011>>