Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/cluster/
Dheartbeat.c1201 unsigned long lts; in o2hb_debug_open() local
1238 lts = reg->hr_last_timeout_start; in o2hb_debug_open()
1240 if (lts) in o2hb_debug_open()
1241 lts = jiffies_to_msecs(jiffies - lts); in o2hb_debug_open()
1242 out += snprintf(buf + out, PAGE_SIZE - out, "%lu\n", lts); in o2hb_debug_open()