Searched refs:pool (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A DMakefile6 pool \
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSymbol.cpp234 /* Don't shrink the pool below the default initial size.
242 /* Create old pool to iterate after doing above check, cause it
251 /* @@@ gvdl: Zero test and panic if can't set up pool */
318 /* @@@ gvdl: Zero test and panic if can't set up pool */
340 /* @@@ gvdl: Zero test and panic if can't set up pool */
443 static OSSymbolPool *pool; variable
447 pool = new OSSymbolPool;
448 assert(pool);
450 if (!pool->init()) {
451 delete pool;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.c170 /* Init entropy pool */
171 YSHA1Init(&p->pool);
261 /* Setup security on the registry so that remote users cannot predict the slow pool */
268 YSHA1Init(&p->pool);
336 /* Cause the PRNG to reseed now regardless of entropy pool */
381 YSHA1Update(&p->pool,buf,64);
383 YSHA1Update(&p->pool,buf,64);
385 YSHA1Update(&p->pool,buf,64);
387 YSHA1Update(&p->pool,buf,64);
389 YSHA1Update(&p->pool,bu
[all...]
H A Dprngpriv.h86 /* Entropy Pools (somewhat unlike a gene pool) */
87 YSHA1_CTX pool; member in struct:PRNG
120 /* To make sure that the entropy pool is valid */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s229 * We also queue the block to the free pool list. This is a
952 * It trims the list and, if a pool page was fully allocated, puts that page on
953 * the start of the pool list.
955 * If the savearea being released is the last on a pool page (i.e., all entries
956 * are released), the page is dequeued from the pool and queued to any other
960 * freed pool pages is returned to our caller.
965 * Possibly trimming the free list, then individually pushing them into the free pool.
1033 li r31,0 ; Show we have no free pool blocks yet
1053 ; r31 = free pool block list
1076 beq- stputpool ; First free entry, go put it into the pool
[all...]

Completed in 40 milliseconds