Home
last modified time | relevance | path

Searched refs:CLOCKS_PER_SEC (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/ia64/include/asm/
Dparam.h17 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ macro
/Linux-v5.10/include/asm-generic/
Dparam.h10 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ macro
/Linux-v5.10/arch/alpha/include/asm/
Dparam.h10 # define CLOCKS_PER_SEC USER_HZ /* frequency at which times() counts */ macro
/Linux-v5.10/fs/
Dbinfmt_elf_fdpic.c646 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_fdpic_tables()
Dbinfmt_elf.c258 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_tables()