#include <linux/spinlock.h>Go to the source code of this file.
Defines | |
| #define | EXPORT_SYMBOL_GPL(x) |
| #define | __cacheline_aligned |
| #define | SPIN_LOCK_UNLOCKED ((spinlock_t){0}) |
Functions | |
| static void | spin_lock_irqsave (spinlock_t *x, unsigned long y) |
| static void | spin_unlock_irqrestore (spinlock_t *x, unsigned long y) |
| void | kal_init (void) |
| #define __cacheline_aligned |
Definition at line 16 of file kal_generic.h.
| #define EXPORT_SYMBOL_GPL | ( | x | ) |
Definition at line 14 of file kal_generic.h.
| #define SPIN_LOCK_UNLOCKED ((spinlock_t){0}) |
Definition at line 17 of file kal_generic.h.
| void kal_init | ( | void | ) |
Definition at line 23 of file kal_sched.c.
References kernel_task_list, and kernel_timer_list.
| static void spin_lock_irqsave | ( | spinlock_t * | x, | |
| unsigned long | y | |||
| ) | [inline, static] |
Definition at line 18 of file kal_generic.h.
Referenced by timer_thread().
| static void spin_unlock_irqrestore | ( | spinlock_t * | x, | |
| unsigned long | y | |||
| ) | [inline, static] |
Definition at line 19 of file kal_generic.h.
Referenced by timer_thread().
1.6.3