Searched refs:caches (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libumem/sparc/
H A Dumem_genasm.c40 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) argument
/illumos-gate/usr/src/cmd/print/ppdmgr/
H A DMakefile36 ROOTVARLPPPDCACHES= $(ROOTVARLPPPD)/caches
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c78 * 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/lib/libumem/amd64/
H A Dumem_genasm.c445 * 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/cmd/print/scripts/
H A Dppdmgr62 # caches - may never be specified
300 # concatenating and sorting all existing cache files in /var/lp/ppd/caches.
560 # to the caches directory.
608 # /var/lp/ppd/caches/<PPD file repository name>-<label name>
668 # If there is a cache file in /var/lp/ppd/caches associated
1160 "ppdcache" | "caches" | "manufaliases")
1300 # are maintained in /var/lp/ppd/caches/<PPD respository>-<label>.
1414 RESERVEDLABELS="all caches ppdcache manufaliases"
1417 FOOCACHEDIR=/usr/lib/lp/caches
1428 # Delivered caches director
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c86 static const char *caches[1] = {"ldap"}; local
88 if (strncmp(caches[0], s, strlen(caches[0])) == 0)
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s574 ! The machine code flushes all caches, waits for a special
576 ! resynchronizes caches with the new home memory.
716 ! L2 and L3 caches. As an optimization, only one core could do the
717 ! flush of the shared caches, however care must be taken that the
783 ! Flush all caches (E, D, I and P) to ensure each is resynchronized
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s707 ! Spin on lock without using an atomic operation to prevent the caches

Completed in 687 milliseconds