Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
acct.h File Reference
#include <uapi/linux/acct.h>
#include <linux/jiffies.h>

Go to the source code of this file.

Macros

#define acct_auto_close_mnt(x)   do { } while (0)
 
#define acct_auto_close(x)   do { } while (0)
 
#define acct_collect(x, y)   do { } while (0)
 
#define acct_process()   do { } while (0)
 
#define acct_exit_ns(ns)   do { } while (0)
 
#define ACCT_VERSION   2
 
#define AHZ   (USER_HZ)
 

Typedefs

typedef struct acct acct_t
 

Macro Definition Documentation

#define acct_auto_close (   x)    do { } while (0)

Definition at line 34 of file acct.h.

#define acct_auto_close_mnt (   x)    do { } while (0)

Definition at line 33 of file acct.h.

#define acct_collect (   x,
  y 
)    do { } while (0)

Definition at line 35 of file acct.h.

#define acct_exit_ns (   ns)    do { } while (0)

Definition at line 37 of file acct.h.

#define acct_process (   void)    do { } while (0)

Definition at line 36 of file acct.h.

#define ACCT_VERSION   2

Definition at line 62 of file acct.h.

#define AHZ   (USER_HZ)

Definition at line 64 of file acct.h.

Typedef Documentation

typedef struct acct acct_t

Definition at line 65 of file acct.h.