Searched defs:count (Results 1 – 4 of 4) sorted by relevance
23 __sched_cpualloc (size_t count) in __sched_cpualloc()
124 # define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count) argument125 # define CPU_ALLOC(count) __CPU_ALLOC (count) argument
1376 size_t count = names->count * 2; in glob_in_dir() local
110 #define __CPU_ALLOC_SIZE(count) \ argument112 #define __CPU_ALLOC(count) __sched_cpualloc (count) argument
Completed in 10 milliseconds