|
Linux Kernel
3.7.1
|
#include <linux/compiler.h>#include <linux/kernel.h>#include <linux/sched.h>Go to the source code of this file.
Macros | |
| #define | kdebug(FMT,...) |
| #define | kenter(FMT,...) kdebug("==> %s("FMT")", __func__, ##__VA_ARGS__) |
| #define | kleave(FMT,...) kdebug("<== %s()"FMT"", __func__, ##__VA_ARGS__) |
Variables | |
| struct cred * | dns_resolver_cache |
| unsigned int | dns_resolver_debug |
| #define kdebug | ( | FMT, | |
| ... | |||
| ) |
Definition at line 36 of file internal.h.
| #define kenter | ( | FMT, | |
| ... | |||
| ) | kdebug("==> %s("FMT")", __func__, ##__VA_ARGS__) |
Definition at line 43 of file internal.h.
| #define kleave | ( | FMT, | |
| ... | |||
| ) | kdebug("<== %s()"FMT"", __func__, ##__VA_ARGS__) |
Definition at line 44 of file internal.h.
1.8.2