Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 2 of 2) sorted by relevance

/kernel/irq/
Dgeneric-chip.c239 struct irq_chip_type *ct = gc->chip_types; in irq_setup_generic_chip() local
275 struct irq_chip_type *ct = gc->chip_types; in irq_setup_alt_chip() local
326 struct irq_chip_type *ct = gc->chip_types; in irq_gc_suspend() local
339 struct irq_chip_type *ct = gc->chip_types; in irq_gc_resume() local
355 struct irq_chip_type *ct = gc->chip_types; in irq_gc_shutdown() local
/kernel/
Ditimer.c132 static inline u32 cputime_sub_ns(cputime_t ct, s64 real_ns) in cputime_sub_ns()