HomeSort by relevance Sort by last modified time
    Searched refs:cached (Results 1 - 25 of 38) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/filebench/workloads/
filemicro_seqread.f 30 set $cached=false
35 define file name=largefile,path=$dir,size=$filesize,prealloc,reuse,cached=$cached
47 usage " set \$cached=<bool> defaults to $cached"
filemicro_rread.f 32 set $cached=false
38 define file name=bigfile1,path=$dir,size=$filesize,prealloc,reuse,cached=$cached
52 usage " set \$cached=<bool> defaults to $cached"
filemicro_rwrite.f 32 set $cached=false
39 define file name=bigfile1,path=$dir,size=$filesize,prealloc,reuse,cached=$cached
53 usage " set \$cached=<bool> defaults to $cached"
filemicro_rwritefsync.f 32 set $cached=false
39 define file name=bigfile,path=$dir,size=$filesize,prealloc,cached=$cached
53 usage " set \$cached=<bool> defaults to $cached"
filemicro_seqwrite.f 32 set $cached=false
38 define file name=bigfile,path=$dir,size=0,prealloc,cached=$cached
51 usage " set \$cached=<bool> defaults to $cached"
filemicro_seqwriterand.f 30 set $cached=false
36 define file name=bigfile,path=$dir,size=0,prealloc,cached=$cached
51 usage " set \$cached=<bool> defaults to $cached"
filemicro_seqwriterandvargam.f 26 # min of 1k and a mean of 5.5K, followed by close(), cached.
32 set $cached=false
38 define fileset name=bigfileset,path=$dir,size=0,entries=$nthreads,dirwidth=1024,prealloc=100,cached=$cached
53 usage " set \$cached=<bool> defaults to $cached"
filemicro_seqwriterandvartab.f 26 # the [1K,64K] range with a mean of 5.5K, followed by close(), cached.
32 set $cached=false
41 define fileset name=bigfileset,path=$dir,size=0,entries=$nthreads,dirwidth=1024,prealloc=100,cached=$cached
56 usage " set \$cached=<bool> defaults to $cached"
oltp.f 43 set $cached=0
52 define fileset name=datafiles,path=$dir,size=$filesize,filesizegamma=0,entries=$nfiles,dirwidth=1024,prealloc=100,cached=$cached,reuse
53 define fileset name=logfile,path=$dir,size=$logfilesize,filesizegamma=0,entries=$nlogfiles,dirwidth=1024,prealloc=100,cached=$cached,reuse
104 usage " set \$cached=<bool> defaults to $cached"
randomfileaccess.f 28 set $cached=false
56 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$nfiles,dirwidth=$meandirwidth,prealloc=100,cached=$cached
76 usage " set \$cached=<bool> defaults to $cached"
networkfs.f 30 set $cached=false
72 define fileset name=bigfileset,path=$dir,size=$filesize,entries=$totalfiles,dirwidth=$meandirwidth,prealloc=60,cached=$cached
119 usage " set \$cached=<bool> defaults to $cached"
  /onnv/onnv-gate/usr/src/cmd/filebench/config/
filemacro.prof 77 cached = 1;
91 cached = 0;
105 cached = 1;
119 cached = 0;
filemicro.prof 64 cached = true;
83 cached = true;
98 cached = true;
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
fsck_pcfs.h 79 struct cached { struct
83 struct cached *next;
86 typedef struct cached CachedCluster;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
README.caching 96 The concurrency between the datastore and cached records is handled by the
120 1. If there is a pre-assigned IP for this client and the cached offer
124 2. If there is a pre-assigned IP but the cached offer is expired,
125 remove the cached OFFER from the itable, and try to find a new
138 unused records are cached for later use.
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_dh/dh192/
fakensl.c 44 int algtype, char *pkey, size_t pkeylen, int *cached)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
Expire.pm 9 # to the font of the cached data. The format of the header will be:
62 $DEBUG and print STDERR " >> Fetch cached value for $_[1]\n";
139 Memoize::Expire is a plug-in module for Memoize. It allows the cached
153 numeric value. Cached data will expire after this many seconds, and
157 If you specify C<NUM_USES> with an argument of I<n>, then each cached
165 Memoize::Expire uses a real hash internally to store the cached data.
250 contains a regular Perl hash (which it will to store the cached
263 cached value by invoking C<< C->FETCH(key) >>. MyExpirePolicy::FETCH should
264 return the cached value. Otherwise, Memoize will call the memoized
306 Memoize would then call C<function> whenever a cached value wa
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/syscall/
poll.c 71 kstat_named_t polllistmiss; /* failed to find a cached poll list */
72 kstat_named_t pollcachehit; /* list matched 100% w/ cached one */
73 kstat_named_t pollcachephit; /* list matched < 100% w/ cached one */
115 * (protected by the PHLOCK, cached array of plocks), and
117 * poll when a cached fd is closed. This is protected by uf_lock.
140 * close cleaning up the cached references to an open file
408 * will succeed even if fds is NULL. However, our cached
442 * Not first time polling. Select a cached poll list by
456 * list and previously cached one.
459 * of cached poll list and cache content
1542 pollfd_t *cached; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
File.pm 162 { my $cached = $self->{cache}->lookup($n);
163 return $cached if defined $cached;
    [all...]
Memoize.pm 67 and to use the cached value on the following accesses.
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_dir.c 102 * is way beyond what could be cached in memory by the directory
1140 slotp->cached = 1;
1186 * cached directory when an entry is removed
1191 slotp->cached = 1;
1199 slotp->cached = 1;
1206 slotp->cached = 0;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/kssl/
ksslrec.c 493 ASSERT(ssl->sid.cached == B_FALSE);
527 if (ssl->sid.cached == B_TRUE) {
604 if (ssl->sid.cached == B_TRUE) {
667 * Creates a cache entry. Sets the sid->cached flag
677 ASSERT(sid->cached == B_FALSE);
680 sid->cached = B_TRUE;
696 * Invalidates the cache entry, if any. Clears the sid->cached flag
707 ASSERT(sid->cached == B_TRUE);
708 sid->cached = B_FALSE;
721 csid->cached = B_FALSE
    [all...]
ksslproto.h 109 boolean_t cached; member in struct:sslSessionIDStr
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
microcode.c 228 * or when the cached microcode doesn't match the CPU being processed.
1016 ucode_update_t cached = { 0 }; local
1065 bcopy(uusp, &cached, sizeof (cached));
1066 cachedp = &cached;
  /onnv/onnv-gate/usr/src/cmd/devfsadm/
devfsadm.c 1144 * If the cache flag is set, use DINFOCACHE to get cached
5987 static int cached = FALSE; local
6103 static int cached = FALSE; local
7248 static int cached = FALSE; local
7313 static int cached = FALSE; local
7520 static int cached = FALSE; local
    [all...]

Completed in 1859 milliseconds

1 2