Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dpriv.h40 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
/Linux-v4.19/fs/ocfs2/cluster/
Dheartbeat.c1296 unsigned long lts; in o2hb_debug_open() local
1333 lts = reg->hr_last_timeout_start; in o2hb_debug_open()
1335 if (lts) in o2hb_debug_open()
1336 lts = jiffies_to_msecs(jiffies - lts); in o2hb_debug_open()
1337 out += snprintf(buf + out, PAGE_SIZE - out, "%lu\n", lts); in o2hb_debug_open()