Home
last modified time | relevance | path

Searched refs:ETIME (Results 1 – 20 of 20) sorted by relevance

/arch/sparc/include/uapi/asm/
Derrno.h46 #define ETIME 73 /* Timer expired */ macro
/arch/parisc/include/uapi/asm/
Derrno.h23 #define ETIME 52 /* Timer expired */ macro
/arch/mips/include/uapi/asm/
Derrno.h39 #define ETIME 62 /* Timer expired */ macro
/arch/alpha/include/uapi/asm/
Derrno.h55 #define ETIME 83 /* Timer expired */ macro
/arch/mips/kernel/
Dcevt-gic.c30 res = ((int)(gic_read_count() - cnt) >= 0) ? -ETIME : 0; in gic_next_event()
Dcevt-r4k.c28 res = ((int)(read_c0_count() - cnt) >= 0) ? -ETIME : 0; in mips_next_event()
/arch/arm/mach-imx/
Dtime.c163 -ETIME : 0; in mx1_2_set_next_event()
177 -ETIME : 0; in v2_set_next_event()
Dsrc.c69 return -ETIME; in imx_src_reset_module()
/arch/arm/mach-sa1100/
Dtime.c56 return (signed)(next - oscr) <= MIN_OSCR_DELTA ? -ETIME : 0; in sa1100_osmr0_set_next_event()
/arch/unicore32/kernel/
Dtime.c46 return (signed)(next - oscr) <= MIN_OSCR_DELTA ? -ETIME : 0; in puv3_osmr0_set_next_event()
/arch/xtensa/kernel/
Dtime.c74 ret = -ETIME; in ccount_timer_set_next_event()
/arch/arm/plat-orion/
Dtime.c79 return -ETIME; in orion_clkevt_next_event()
/arch/mips/sgi-ip27/
Dip27-timer.c63 return LOCAL_HUB_L(PI_RT_COUNT) >= cnt ? -ETIME : 0; in rt_next_event()
/arch/arm/mach-vexpress/
Dspc.c341 return -ETIME; in ve_spc_set_performance()
360 return -ETIME; in ve_spc_read_sys_cfg()
/arch/mips/lasat/
Dpicvue.c84 err = -ETIME; in pvc_wait()
/arch/x86/platform/uv/
Duv_time.c248 return -ETIME; in uv_rtc_set_timer()
/arch/arm/mach-mvebu/
Dpmsu.c579 return -ETIME; in mvebu_pmsu_dfs_request()
/arch/sparc/kernel/
Dtime_64.c691 return tick_ops->add_compare(delta) ? -ETIME : 0; in sparc64_next_event()
/arch/x86/lguest/
Dboot.c957 return -ETIME; in lguest_clockevent_set_next_event()
/arch/x86/kernel/
Dhpet.c404 return res < HPET_MIN_CYCLES ? -ETIME : 0; in hpet_next_event()