代码搜索结果
找到约 8,431 项符合
RF 的代码
rf_loopscript.c
/*
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Mark Holland, Jim Zelenka
*
* Permission to use, copy, modify and distribute this software and
* its docum
rf_testcode.h
/*
* rf_testcode.h
*/
/*
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Mark Holland, Rachad Youssef
*
* Permission to use, copy, modify and distribute thi
rf_testmain.c
/*
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Mark Holland, Rachad Youssef, Jim Zelenka
*
* Permission to use, copy, modify and distribute this software
rf_genplot.c
/*
* rf_genplot.c
*
* Jim Zelenka, CMU/SCS, 11 Jun 1996
*/
/*
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
* Authors: Jim Zelenka, Dan Stodolsky
*
* Permission t
rf_testcode.c
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Mark Holland, Rachad Youssef, Jim Zelenka
*
* Permission to use, copy, modify and distribute this software
rf_script.h
/*
* rf_script.h
*/
/*
* Adapted from raidSim by MCH
*/
#ifndef _RF__RF_SCRIPT_H_
#define _RF__RF_SCRIPT_H_
#include "rf_types.h"
typedef struct RF_Script_s RF_Script_t;
struct RF_Script_s {
rf_pscript.c
/*
* rf_pscript.c
*
* Jim Zelenka, CMU/SCS, 13 Jun 1996
*/
/*
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Jim Zelenka
*
* Permission to use, copy, mod
rf_script.c
/* script.c
* code from raidSim to generate accesses.
* supports both synthetic and trace-driven workloads
*
* adapted from raidsim version (MCH).
*/
/*
* $Log: rf_script.c,v $
* Revision 1.42