Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-pine64-lts.dts11 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
DMakefile9 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pine64-lts.dtb
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dpriv.h40 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
/Linux-v5.4/fs/ocfs2/cluster/
Dheartbeat.c1281 unsigned long lts; in o2hb_debug_open() local
1318 lts = reg->hr_last_timeout_start; in o2hb_debug_open()
1320 if (lts) in o2hb_debug_open()
1321 lts = jiffies_to_msecs(jiffies - lts); in o2hb_debug_open()
1322 out += snprintf(buf + out, PAGE_SIZE - out, "%lu\n", lts); in o2hb_debug_open()