Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
atomic64_test.c File Reference
#include <linux/init.h>
#include <linux/bug.h>
#include <linux/kernel.h>
#include <linux/atomic.h>

Go to the source code of this file.

Macros

#define INIT(c)   do { atomic64_set(&v, c); r = c; } while (0)
 

Functions

 core_initcall (test_atomic64)
 

Macro Definition Documentation

#define INIT (   c)    do { atomic64_set(&v, c); r = c; } while (0)

Definition at line 16 of file atomic64_test.c.

Function Documentation

core_initcall ( test_atomic64  )