Home
last modified time | relevance | path

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

/Linux-v6.1/arch/ia64/include/asm/
Dparam.h17 # define CLOCKS_PER_SEC HZ /* frequency at which times() counts */ macro
/Linux-v6.1/arch/alpha/include/asm/
Dparam.h10 # define CLOCKS_PER_SEC USER_HZ /* frequency at which times() counts */ macro
/Linux-v6.1/include/asm-generic/
Dparam.h10 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ macro
/Linux-v6.1/tools/testing/selftests/net/
Dbind_bhash.c131 printf("time spent = %f\n", (double)(end - begin) / CLOCKS_PER_SEC); in main()
/Linux-v6.1/fs/
Dbinfmt_elf_fdpic.c647 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_fdpic_tables()
Dbinfmt_elf.c261 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_tables()