Home | History | Annotate | Download | only in btreplay

Lines Matching refs:nrcpus

506 	int nrcpus = 4096;
510 cpus = CPU_ALLOC(nrcpus);
511 size = CPU_ALLOC_SIZE(nrcpus);
515 if( errno == EINVAL && nrcpus < (4096<<4) ) {
517 nrcpus <<= 1;