Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mpoa_caches.c File Reference
#include <linux/types.h>
#include <linux/atmmpc.h>
#include <linux/slab.h>
#include <linux/time.h>
#include "mpoa_caches.h"
#include "mpc.h"

Go to the source code of this file.

Macros

#define dprintk(format, args...)
 
#define ddprintk(format, args...)
 

Functions

void atm_mpoa_init_cache (struct mpoa_client *mpc)
 

Macro Definition Documentation

#define ddprintk (   format,
  args... 
)
Value:
do { if (0) \
printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
} while (0)

Definition at line 28 of file mpoa_caches.c.

#define dprintk (   format,
  args... 
)
Value:
do { if (0) \
printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
} while (0)

Definition at line 18 of file mpoa_caches.c.

Function Documentation

void atm_mpoa_init_cache ( struct mpoa_client mpc)

Definition at line 565 of file mpoa_caches.c.