Searched refs:count (Results 1 – 5 of 5) sorted by relevance
23 __sched_cpualloc (size_t count) in __sched_cpualloc() argument25 return malloc (CPU_ALLOC_SIZE (count)); in __sched_cpualloc()
124 # define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count) argument125 # define CPU_ALLOC(count) __CPU_ALLOC (count) argument
1270 struct globnames *next; size_t count; char *name[nnames]; in glob_in_dir()1285 init_names->count = ((sizeof init_names_buf in glob_in_dir()1373 if (cur == names->count) in glob_in_dir()1376 size_t count = names->count * 2; in glob_in_dir() local1379 count * sizeof (char *)); in glob_in_dir()1381 < names->count) in glob_in_dir()1389 newnames->count = count; in glob_in_dir()1449 cur = names->count; in glob_in_dir()1475 cur = names->count; in glob_in_dir()
3747 log, not a byte-count.7027 * elf/dl-close.c (_dl_close): Fix byte count while removing7509 (testit): Don't check word count or word vector if return value is9220 * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.9269 that the return value from snprintf() does not count the
110 #define __CPU_ALLOC_SIZE(count) \ argument111 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * sizeof (__cpu_mask))112 #define __CPU_ALLOC(count) __sched_cpualloc (count) argument
Completed in 21 milliseconds