Home
last modified time | relevance | path

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

/linux-4.4.14/arch/xtensa/include/asm/
Dparam.h17 # define CLOCKS_PER_SEC (USER_HZ) /* frequnzy at which times() counts */ macro
/linux-4.4.14/arch/ia64/include/asm/
Dparam.h16 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ macro
/linux-4.4.14/include/asm-generic/
Dparam.h9 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ macro
/linux-4.4.14/arch/alpha/include/asm/
Dparam.h9 # define CLOCKS_PER_SEC USER_HZ /* frequency at which times() counts */ macro
/linux-4.4.14/fs/
Dbinfmt_elf_fdpic.c640 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_fdpic_tables()
Dbinfmt_elf.c237 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_tables()