Home
last modified time | relevance | path

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

/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pine64-lts.dts9 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
H A DMakefile9 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pine64-lts.dtb
/linux/fs/xfs/
H A Dxfs_inode_item_recover.c132 struct xfs_legacy_timestamp *lts; in xfs_log_dinode_to_disk_ts() local
139 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_log_dinode_to_disk_ts()
141 lts->t_sec = cpu_to_be32(lits->t_sec); in xfs_log_dinode_to_disk_ts()
142 lts->t_nsec = cpu_to_be32(lits->t_nsec); in xfs_log_dinode_to_disk_ts()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dpriv.h41 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3328-orangepi-r1-plus-lts.dts15 compatible = "xunlong,orangepi-r1-plus-lts", "rockchip,rk3328";
H A Drk3588-nanopc-t6-lts.dts15 compatible = "friendlyarm,nanopc-t6-lts", "rockchip,rk3588";
H A DMakefile36 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-orangepi-r1-plus-lts.dtb
172 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-nanopc-t6-lts.dtb
/linux/fs/ocfs2/cluster/
H A Dheartbeat.c1280 unsigned long lts; in o2hb_debug_open() local
1317 lts = reg->hr_last_timeout_start; in o2hb_debug_open()
1319 if (lts) in o2hb_debug_open()
1320 lts = jiffies_to_msecs(jiffies - lts); in o2hb_debug_open()
1321 out += scnprintf(buf + out, PAGE_SIZE - out, "%lu\n", lts); in o2hb_debug_open()