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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsoftlockup.c19 static DEFINE_PER_CPU(unsigned long, touch_timestamp);
49 __raw_get_cpu_var(touch_timestamp) = get_timestamp();
59 per_cpu(touch_timestamp, cpu) = 0;
70 unsigned long touch_timestamp = per_cpu(touch_timestamp, this_cpu); local
74 if (touch_timestamp == 0) {
82 if (print_timestamp < (touch_timestamp + 1) ||
96 if (now > (touch_timestamp + 1))
100 if (now > (touch_timestamp + 10)) {
101 per_cpu(print_timestamp, this_cpu) = touch_timestamp;
[all...]

Completed in 84 milliseconds