Motr  M0
timer.c File Reference
#include "lib/timer.h"
#include "lib/thread.h"
#include <linux/jiffies.h>
#include <linux/version.h>
Include dependency graph for timer.c:

Go to the source code of this file.

Functions

static void timer_kernel_trampoline_callback (struct timer_list *tl)
 
static int timer_kernel_init (struct m0_timer *timer, struct m0_timer_locality *loc)
 
static void timer_kernel_fini (struct m0_timer *timer)
 
static void timer_kernel_start (struct m0_timer *timer)
 
static void timer_kernel_stop (struct m0_timer *timer)
 

Variables

M0_INTERNAL const struct m0_timer_operations m0_timer_ops []