Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dparam.h10 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ macro
/linux/tools/testing/selftests/damon/
H A Daccess_memory.c47 while ((clock() - start_clock) * 1000 / CLOCKS_PER_SEC
/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.c643 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c252 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_tables()