Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
time.c File Reference
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/time.h>
#include <linux/init.h>
#include <linux/smp.h>
#include <linux/profile.h>
#include <linux/cnt32_to_63.h>
#include <linux/clocksource.h>
#include <linux/clockchips.h>
#include <asm/irq.h>
#include <asm/div64.h>
#include <asm/processor.h>
#include <asm/intctl-regs.h>
#include <asm/rtc.h>
#include "internal.h"

Go to the source code of this file.

Functions

unsigned long long sched_clock (void)
 
irqreturn_t local_timer_interrupt (void)
 
void __init time_init (void)
 

Function Documentation

irqreturn_t local_timer_interrupt ( void  )

local_timer_interrupt - Local timer interrupt handler

Handle local timer interrupts for this CPU. They may have been propagated to this CPU from the CPU that actually gets them by way of an IPI.

Definition at line 89 of file time.c.

unsigned long long sched_clock ( void  )

Definition at line 37 of file time.c.

void __init time_init ( void  )

Definition at line 99 of file time.c.