Displaying 3 results from an estimated 3 matches for "seqlock_t".
Did you mean:
seqlock
2010 May 26
1
Error compiling DAHDI...
...rc/dahdi/drivers/dahdi/dahdi-base.c:40:
include/linux/seqlock.h:34: error: expected specifier-qualifier-list before
?spinlock_t?
include/linux/seqlock.h: In function ?write_seqlock?:
include/linux/seqlock.h:62: error: implicit declaration of function
?_spin_lock?
include/linux/seqlock.h:62: error: ?seqlock_t? has no member named ?lock?
include/linux/seqlock.h: In function ?write_sequnlock?:
include/linux/seqlock.h:71: error: implicit declaration of function
?_spin_unlock?
include/linux/seqlock.h:71: error: ?seqlock_t? has no member named ?lock?
include/linux/seqlock.h: In function ?write_tryseqlock?:
i...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...linux-2.6.16-rc6.orig/arch/i386/kernel/timers/timer_hpet.c 2006-01-02 19:21:10.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/kernel/timers/timer_hpet.c 2006-03-12 19:57:42.000000000 -0800
@@ -26,39 +26,6 @@ static unsigned long last_tsc_high; /*
static unsigned long long monotonic_base;
static seqlock_t monotonic_lock = SEQLOCK_UNLOCKED;
-/* convert from cycles(64bits) => nanoseconds (64bits)
- * basic equation:
- * ns = cycles / (freq / ns_per_sec)
- * ns = cycles * (ns_per_sec / freq)
- * ns = cycles * (10^9 / (cpu_khz * 10^3))
- * ns = cycles * (10^6 / cpu_khz)
- *
- * Then we use sca...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...linux-2.6.16-rc6.orig/arch/i386/kernel/timers/timer_hpet.c 2006-01-02 19:21:10.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/kernel/timers/timer_hpet.c 2006-03-12 19:57:42.000000000 -0800
@@ -26,39 +26,6 @@ static unsigned long last_tsc_high; /*
static unsigned long long monotonic_base;
static seqlock_t monotonic_lock = SEQLOCK_UNLOCKED;
-/* convert from cycles(64bits) => nanoseconds (64bits)
- * basic equation:
- * ns = cycles / (freq / ns_per_sec)
- * ns = cycles * (ns_per_sec / freq)
- * ns = cycles * (10^9 / (cpu_khz * 10^3))
- * ns = cycles * (10^6 / cpu_khz)
- *
- * Then we use sca...