Searched refs:do_sysconf (Results 1 – 1 of 1) sorted by relevance
/sysdeps/unix/sysv/linux/powerpc/ |
A D | test-powerpc-linux-sysconf.c | 32 do_sysconf (int name, const char * str) in do_sysconf() function 55 rc += call_str (do_sysconf, _SC_LEVEL1_ICACHE_SIZE); in do_test() 56 rc += call_str (do_sysconf, _SC_LEVEL1_ICACHE_ASSOC); in do_test() 58 rc += call_str (do_sysconf, _SC_LEVEL1_DCACHE_SIZE); in do_test() 59 rc += call_str (do_sysconf, _SC_LEVEL1_DCACHE_ASSOC); in do_test() 61 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_SIZE); in do_test() 62 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_ASSOC); in do_test() 63 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_LINESIZE); in do_test() 64 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_SIZE); in do_test() 65 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_ASSOC); in do_test() [all …]
|
Completed in 3 milliseconds