Home
last modified time | relevance | path

Searched refs:tcommon (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/um/kernel/
Duml.lds.S100 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
Ddyn.lds.S127 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
/linux-6.12.1/drivers/clk/sophgo/
Dclk-cv18xx-ip.c851 u32 tcommon = gcd(tm, tn); in aclk_determine_mn() local
852 *m = tm / tcommon; in aclk_determine_mn()
853 *n = tn / tcommon; in aclk_determine_mn()