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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_array.c44 static void pool_destroy(KXLDArrayPool *pool, size_t capacity);
71 * out the array structure. This will cause a new pool of sufficient size
73 * pool.
104 * In either case, we need to set up a pool of the requested size, and
106 * pools into the new pool.
134 * zero or one pool. Calling this on an array with more than one pool is an
141 KXLDArrayPool *pool = NULL; local
148 pool = STAILQ_FIRST(&array->pools);
149 if (pool) {
178 KXLDArrayPool *pool = NULL, *rval = NULL; local
198 pool_destroy(KXLDArrayPool *pool, size_t capacity) argument
254 KXLDArrayPool *pool = NULL; local
269 KXLDArrayPool *pool = NULL; local
284 KXLDArrayPool *pool = NULL, *tmp = NULL; local
300 KXLDArrayPool *pool = NULL; local
325 KXLDArrayPool *pool = NULL; local
351 KXLDArrayPool *pool = NULL; local
389 KXLDArrayPool *pool = NULL; local
419 KXLDArrayPool *pool = NULL; local
445 KXLDArrayPool *pool = NULL; local
[all...]
/darwin-on-arm/xnu/tools/tests/affinity/
H A DMakefile6 pool \
/darwin-on-arm/xnu/libkern/c++/
H A DOSSymbol.cpp236 /* Don't shrink the pool below the default initial size.
244 /* Create old pool to iterate after doing above check, cause it
253 /* @@@ gvdl: Zero test and panic if can't set up pool */
320 /* @@@ gvdl: Zero test and panic if can't set up pool */
342 /* @@@ gvdl: Zero test and panic if can't set up pool */
454 static OSSymbolPool *pool; variable
458 pool = new OSSymbolPool;
459 assert(pool);
461 if (!pool->init()) {
462 delete pool;
[all...]
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.c172 /* Init entropy pool */
173 YSHA1Init(&p->pool);
265 /* Setup security on the registry so that remote users cannot predict the slow pool */
272 YSHA1Init(&p->pool);
340 /* Cause the PRNG to reseed now regardless of entropy pool */
385 YSHA1Update(&p->pool,buf,64);
387 YSHA1Update(&p->pool,buf,64);
389 YSHA1Update(&p->pool,buf,64);
391 YSHA1Update(&p->pool,buf,64);
393 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 */
/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h105 struct pool { struct
107 const char *pool_name; /* name of pool */
117 __private_extern__ void pool_init(struct pool *, size_t, unsigned int,
119 __private_extern__ void pool_destroy(struct pool *);
120 __private_extern__ void pool_sethiwat(struct pool *, int);
121 __private_extern__ void pool_sethardlimit(struct pool *, int,
123 __private_extern__ void *pool_get(struct pool *, int);
124 __private_extern__ void pool_put(struct pool *, void *);
2169 __private_extern__ struct pool pf_src_tree_pl, pf_rule_pl;
2170 __private_extern__ struct pool pf_state_p
[all...]
H A Dpf_ioctl.c3954 struct pf_pool *pool = NULL; local
4017 pool = pf_get_pool(pp->anchor, pp->ticket, pp->r_action,
4019 if (pool == NULL) {
4023 TAILQ_FOREACH(pa, &pool->list, entries)
4032 pool = pf_get_pool(pp->anchor, pp->ticket, pp->r_action,
4034 if (pool == NULL) {
4038 pa = TAILQ_FIRST(&pool->list);
4077 pool = pf_get_pool(pca->anchor, pca->ticket, pca->r_action,
4079 if (pool == NULL) {
4125 oldpa = TAILQ_FIRST(&pool
[all...]
H A Dpf_osfp.c74 static struct pool pf_osfp_entry_pl;
75 static struct pool pf_osfp_pl;
H A Dpf_if.c92 static struct pool pfi_addr_pl;
H A Dpf.c178 struct pool pf_src_tree_pl, pf_rule_pl, pf_pooladdr_pl;
179 struct pool pf_state_pl, pf_state_key_pl;
181 struct pool pf_altq_pl;
200 struct pool pf_app_state_pl;
323 extern struct pool pfr_ktable_pl;
324 extern struct pool pfr_kentry_pl;
9185 pool_init(struct pool *pp, size_t size, unsigned int align, unsigned int ioff,
9201 pool_destroy(struct pool *pp)
9207 pool_sethiwat(struct pool *pp, int n)
9213 pool_sethardlimit(struct pool *p
[all...]
H A Dpf_norm.c182 struct pool pf_frent_pl, pf_frag_pl;
183 static struct pool pf_cache_pl, pf_cent_pl;
184 struct pool pf_state_scrub_pl;
H A Dpf_table.c156 struct pool pfr_ktable_pl;
157 struct pool pfr_kentry_pl;
159 static struct pool pfr_kentry_pl2;

Completed in 121 milliseconds