Coda Distributed File System
Functions | Variables
rvm_debug.c File Reference
#include <sys/types.h>
#include <sys/uio.h>
#include <stdio.h>
#include "rvm_private.h"
Include dependency graph for rvm_debug.c:

Functions

void rvm_debug (rvm_length_t val)
 

Variables

rvm_length_t page_size
 
rvm_length_t page_mask
 
rvm_bool_t rvm_no_log
 
char * rvm_errmsg
 
long type_counts [NUM_CACHE_TYPES]
 
list_entry_t free_lists [NUM_CACHE_TYPES]
 
long pre_alloc [NUM_CACHE_TYPES]
 
long max_alloc [NUM_CACHE_TYPES]
 
long cache_type_sizes [NUM_CACHE_TYPES]
 
list_entry_t seg_root
 
list_entry_t page_list
 
list_entry_t log_root
 

Function Documentation

◆ rvm_debug()

void rvm_debug ( rvm_length_t  val)

Variable Documentation

◆ cache_type_sizes

long cache_type_sizes[NUM_CACHE_TYPES]
extern

◆ free_lists

list_entry_t free_lists[NUM_CACHE_TYPES]
extern

◆ log_root

list_entry_t log_root
extern

◆ max_alloc

long max_alloc[NUM_CACHE_TYPES]
extern

◆ page_list

list_entry_t page_list
extern

◆ page_mask

rvm_length_t page_mask
extern

◆ page_size

rvm_length_t page_size
extern

◆ pre_alloc

long pre_alloc[NUM_CACHE_TYPES]
extern

◆ rvm_errmsg

char* rvm_errmsg
extern

◆ rvm_no_log

rvm_bool_t rvm_no_log
extern

◆ seg_root

list_entry_t seg_root
extern

◆ type_counts

long type_counts[NUM_CACHE_TYPES]
extern