Searched refs:profscale (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/mac68k/mac68k/
H A Dclock.c244 int profscale = 0; /* Scale factor from sys clock to prof clock */ variable
263 profscale = CLK_INTERVAL / profint;
/netbsd-current/sys/arch/x68k/x68k/
H A Dclock.c382 int profscale = 0; /* Scale factor from sys clock to prof clock */ variable
425 profscale = CLK_INTERVAL / profint;
/netbsd-current/sys/arch/amiga/dev/
H A Dclock.c554 int profscale = 0; /* Scale factor from sys clock to prof clock */ variable
599 profscale = amiga_clk_interval / profint;

Completed in 177 milliseconds