Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dparam.h10 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ macro
/linux/arch/alpha/include/asm/
H A Dparam.h10 # define CLOCKS_PER_SEC USER_HZ /* frequency at which times() counts */ macro
/linux/tools/testing/selftests/damon/
H A Daccess_memory.c36 while ((clock() - start_clock) * 1000 / CLOCKS_PER_SEC < in main()
/linux/tools/testing/selftests/net/
H A Dbind_bhash.c131 printf("time spent = %f\n", (double)(end - begin) / CLOCKS_PER_SEC); in main()
/linux/fs/
H A Dbinfmt_elf_fdpic.c628 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c243 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_tables()