nfs-ganesha 1.4
|
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <string.h>
#include "LRU_List.h"
#include "log.h"
Go to the source code of this file.
Defines | |
#define | PREALLOC 10000 |
#define | MAXTEST 10 |
#define | KEPT_ENTRY 5 |
Functions | |
int | print_entry (LRU_data_t data, char *str) |
int | clean_entry (LRU_entry_t *pentry, void *addparam) |
int | main (int argc, char *argv[]) |
#define KEPT_ENTRY 5 |
Definition at line 68 of file test_lru.c.
#define MAXTEST 10 |
Definition at line 67 of file test_lru.c.
#define PREALLOC 10000 |
Definition at line 66 of file test_lru.c.
int clean_entry | ( | LRU_entry_t * | pentry, |
void * | addparam | ||
) |
Definition at line 75 of file test_lru.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 80 of file test_lru.c.
int print_entry | ( | LRU_data_t | data, |
char * | str | ||
) |
Definition at line 70 of file test_lru.c.