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

  /onnv/onnv-gate/usr/src/cmd/filebench/workloads/
multistreamread.f 33 define file name=largefile1,path=$dir,size=$filesize,prealloc,reuse
34 define file name=largefile2,path=$dir,size=$filesize,prealloc,reuse
35 define file name=largefile3,path=$dir,size=$filesize,prealloc,reuse
36 define file name=largefile4,path=$dir,size=$filesize,prealloc,reuse
multistreamreaddirect.f 32 define file name=largefile1,path=$dir,size=$filesize,prealloc,reuse
33 define file name=largefile2,path=$dir,size=$filesize,prealloc,reuse
34 define file name=largefile3,path=$dir,size=$filesize,prealloc,reuse
35 define file name=largefile4,path=$dir,size=$filesize,prealloc,reuse
multistreamwrite.f 33 define file name=largefile1,path=$dir,size=$filesize,prealloc,reuse
34 define file name=largefile2,path=$dir,size=$filesize,prealloc,reuse
35 define file name=largefile3,path=$dir,size=$filesize,prealloc,reuse
36 define file name=largefile4,path=$dir,size=$filesize,prealloc,reuse
multistreamwritedirect.f 32 define file name=largefile1,path=$dir,size=$filesize,prealloc,reuse
33 define file name=largefile2,path=$dir,size=$filesize,prealloc,reuse
34 define file name=largefile3,path=$dir,size=$filesize,prealloc,reuse
35 define file name=largefile4,path=$dir,size=$filesize,prealloc,reuse
tpcso.f 45 define file name=aux.df,path=$dir,size=251m,reuse,prealloc,paralloc
46 define file name=control_001,path=$dir,size=2m,reuse,prealloc,paralloc
47 define file name=cust_0_0,path=$dir,size=6704m,reuse,prealloc,paralloc
48 define file name=cust_0_1,path=$dir,size=6704m,reuse,prealloc,paralloc
49 define file name=cust_0_2,path=$dir,size=6704m,reuse,prealloc,paralloc
50 define file name=cust_0_3,path=$dir,size=6704m,reuse,prealloc,paralloc
51 define file name=dist_0_0,path=$dir,size=31m,reuse,prealloc,paralloc
52 define file name=hist_0_0,path=$dir,size=3002m,reuse,prealloc,paralloc
53 define file name=icust1_0_0,path=$dir,size=4943m,reuse,prealloc,paralloc
54 define file name=icust2_0_0,path=$dir,size=4943m,reuse,prealloc,parallo
    [all...]
filemicro_seqread.f 35 define file name=largefile,path=$dir,size=$filesize,prealloc,reuse,cached=$cached
singlestreamread.f 33 define file name=largefile1,path=$dir,size=$filesize,prealloc,reuse
singlestreamreaddirect.f 32 define file name=largefile1,path=$dir,size=$filesize,prealloc,reuse
videoserver.f 52 define fileset name=$actvidsname,path=$dir,size=$filesize,entries=$numactivevids,dirwidth=4,prealloc,paralloc,reuse=$reuseit
53 define fileset name=$passvidsname,path=$dir,size=$filesize,entries=$numpassivevids,dirwidth=20,prealloc=50,paralloc,reuse=$reuseit
filemicro_rread.f 38 define file name=bigfile1,path=$dir,size=$filesize,prealloc,reuse,cached=$cached
filemicro_rwrite.f 39 define file name=bigfile1,path=$dir,size=$filesize,prealloc,reuse,cached=$cached
filemicro_rwritedsync.f 37 define file name=bigfile,path=$dir,size=$filesize,prealloc,reuse
randomread.f 41 define file name=largefile1,path=$dir,size=$filesize,prealloc,reuse,paralloc
randomwrite.f 41 define file name=largefile1,path=$dir,size=$filesize,prealloc,reuse,paralloc
randomrw.f 41 define file name=largefile1,path=$dir,size=$filesize,prealloc,reuse,paralloc
oltp.f 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
  /onnv/onnv-gate/usr/src/cmd/hal/hald/
util.c 486 * @param reuse Whether we should reuse the file contents
497 hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gboolean reuse)
509 /* TODO: use reuse and _grep_can_reuse parameters to avoid loading
518 if (_grep_can_reuse && reuse && strcmp (oldfilename, filename) == 0) {
519 /* just reuse old file; e.g. bufsize, buf */
570 const gchar *linestart, guint elem, gboolean reuse)
581 if (((line = hal_util_grep_file (directory, file, linestart, reuse)) == NULL) || (strlen (line) == 0))
605 const gchar *linestart, guint elem, guint base, gboolean reuse)
613 strvalue = hal_util_grep_string_elem_from_file (directory, file, linestart, elem, reuse);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
parser_lex.l 151 reuse { return FSA_REUSE; }
  /onnv/onnv-gate/usr/src/cmd/ast/msgcc/
msgcc.sh 50 either reuse the message numbers with new message text that
  /onnv/onnv-gate/usr/src/common/openssl/ssl/
ssltest.c 239 fprintf(stderr," -reuse - use session-id reuse\n");
409 int number=1,reuse=0; local
477 else if (strcmp(*argv,"-reuse") == 0)
478 reuse=1;
632 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
636 "or add one of -ssl2, -ssl3, -tls1, -reuse\n"
860 if (!reuse) SSL_set_session(c_ssl,NULL);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
main.c 986 /* Reuse a slot at most once every 10 minutes. */
987 if (lim->reuse > now.tv_sec) {
990 lim->reuse = now.tv_sec + 10*60;
defs.h 649 time_t reuse; member in struct:msg_limit
  /onnv/onnv-gate/usr/src/uts/common/os/
mem_config.c 141 int reuse; local
384 reuse = 1; /* force unmapping of temp mapva */
395 reuse = (seg != NULL);
411 * can happen before reuse and the second compare after reuse.
425 MEMSEG_DEBUG("memseg_get: reuse seg=0x%p, pages=0x%p",
444 /* Save the original pp base in case we reuse a memseg. */
456 if (reuse) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/cpu/
spitfire_copy.s     [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/cpu/
niagara_copy.s     [all...]

Completed in 780 milliseconds