Searched refs:stm (Results 1 – 4 of 4) sorted by relevance
85 static inline void tcf_tm_dump(struct tcf_t *dtm, const struct tcf_t *stm) in tcf_tm_dump() argument89 dtm->install = jiffies_to_clock_t(now - READ_ONCE(stm->install)); in tcf_tm_dump()90 dtm->lastuse = jiffies_to_clock_t(now - READ_ONCE(stm->lastuse)); in tcf_tm_dump()92 firstuse = READ_ONCE(stm->firstuse); in tcf_tm_dump()96 dtm->expires = jiffies_to_clock_t(READ_ONCE(stm->expires)); in tcf_tm_dump()
119 struct strp_msg stm; member
87 struct stm_device *stm; member
1367 int ata_acpi_stm(struct ata_port *ap, const struct ata_acpi_gtm *stm);1368 int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *stm);1379 struct ata_acpi_gtm *stm) in ata_acpi_stm() argument1385 struct ata_acpi_gtm *stm) in ata_acpi_gtm() argument
Completed in 19 milliseconds