Coda Distributed File System
Macros | Functions | Variables
build_retry_tables.c File Reference
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
Include dependency graph for build_retry_tables.c:

Macros

#define _BLURB_
 
#define COLS   4
 
#define MINICOUNT   4
 
#define MAXRETRY   10
 
#define LOWERLIMIT   300000 /* in microseconds */
 

Functions

void SetRetry (long RCount, struct timeval *Beta0, struct timeval BetaArray[])
 
void PrintRow (int RCount, int LowT, int StepT)
 
void MakeRow (int RCount, int LowT, int StepT)
 
void DoPage (int Pno, int LowT, int StepT)
 
int main ()
 

Variables

struct timeval OneRow [COLS][MAXRETRY+2]
 

Macro Definition Documentation

◆ _BLURB_

#define _BLURB_

◆ COLS

#define COLS   4

◆ LOWERLIMIT

#define LOWERLIMIT   300000 /* in microseconds */

◆ MAXRETRY

#define MAXRETRY   10

◆ MINICOUNT

#define MINICOUNT   4

Function Documentation

◆ DoPage()

void DoPage ( int  Pno,
int  LowT,
int  StepT 
)

◆ main()

int main ( void  )

◆ MakeRow()

void MakeRow ( int  RCount,
int  LowT,
int  StepT 
)

◆ PrintRow()

void PrintRow ( int  RCount,
int  LowT,
int  StepT 
)

◆ SetRetry()

void SetRetry ( long  RCount,
struct timeval *  Beta0,
struct timeval  BetaArray[] 
)

Variable Documentation

◆ OneRow

struct timeval OneRow[COLS][MAXRETRY+2]