Searched refs:jiffy_timer (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dtime.c158 S390_lowcore.jiffy_timer += CLK_TICKS_PER_JIFFY;
159 asm volatile ("SCKC %0" : : "m" (S390_lowcore.jiffy_timer));
189 S390_lowcore.jiffy_timer = (__u64) jiffies * CLK_TICKS_PER_JIFFY;
190 S390_lowcore.jiffy_timer += init_timer_cc + CLK_TICKS_PER_JIFFY;
191 asm volatile ("SCKC %0" : : "m" (S390_lowcore.jiffy_timer));
H A Dsetup.c467 lowcore->jiffy_timer = -1LL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dtime.c131 S390_lowcore.jiffy_timer += CLK_TICKS_PER_JIFFY;
132 asm volatile ("SCKC %0" : : "m" (S390_lowcore.jiffy_timer));
162 S390_lowcore.jiffy_timer = (__u64) jiffies * CLK_TICKS_PER_JIFFY;
163 S390_lowcore.jiffy_timer += init_timer_cc + CLK_TICKS_PER_JIFFY;
164 asm volatile ("SCKC %0" : : "m" (S390_lowcore.jiffy_timer));
H A Dsetup.c457 lowcore->jiffy_timer = -1LL;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dlowcore.h167 __u64 jiffy_timer; /* 0xc80 */ member in struct:_lowcore
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dlowcore.h167 __u64 jiffy_timer; /* 0xc80 */ member in struct:_lowcore
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dlowcore.h166 __u64 jiffy_timer; /* 0xdc0 */ member in struct:_lowcore
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dlowcore.h166 __u64 jiffy_timer; /* 0xdc0 */ member in struct:_lowcore

Completed in 60 milliseconds