CS318 - Pintos
Pintos source browser for JHU CS318 course
Macros | Variables
syn-write.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CHILD_CNT   10
 
#define CHUNK_SIZE   512
 
#define BUF_SIZE   (CHILD_CNT * CHUNK_SIZE)
 

Variables

static const char file_name [] = "stuff"
 tests/filesys/base/syn-write.h More...
 

Macro Definition Documentation

◆ BUF_SIZE

#define BUF_SIZE   (CHILD_CNT * CHUNK_SIZE)

Definition at line 6 of file syn-write.h.

◆ CHILD_CNT

#define CHILD_CNT   10

Definition at line 4 of file syn-write.h.

◆ CHUNK_SIZE

#define CHUNK_SIZE   512

Definition at line 5 of file syn-write.h.

Variable Documentation

◆ file_name

const char file_name[] = "stuff"
static

tests/filesys/base/syn-write.h

Definition at line 7 of file syn-write.h.