Searched defs:caches (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libumem/sparc/ |
H A D | umem_genasm.c | 40 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) argument
|
/illumos-gate/usr/src/lib/libumem/amd64/ |
H A D | umem_genasm.c | 445 * Generally there are at least three caches. When there is only one cache we 446 * only use the generic last-cache. In the case where there are two caches, we 550 umem_genasm(int *cp, umem_cache_t **caches, int nc) argument 564 * The total number of caches that we can service is the minimum of: 566 * o the total number of umem caches 601 caches[i]->cache_flags |= UMF_PTC;
|
/illumos-gate/usr/src/lib/libumem/i386/ |
H A D | umem_genasm.c | 78 * The maximum number of caches we can support. We use a single byte addl so 436 * Generally there are at least three caches. When there is only one cache we 437 * only use the generic last-cache. In the case where there are two caches, we 540 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) argument 554 * The total number of caches that we can service is the minimum of: 556 * o the total number of umem caches 592 caches[i]->cache_flags |= UMF_PTC;
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 86 static const char *caches[1] = {"ldap"}; local 88 if (strncmp(caches[0], s, strlen(caches[0])) == 0)
|
Completed in 65 milliseconds