Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
internal.h File Reference
#include <linux/irqreturn.h>

Go to the source code of this file.

Functions

void ret_from_fork (struct task_struct *) __attribute__((noreturn))
 
void ret_from_kernel_thread (struct task_struct *) __attribute__((noreturn))
 
irqreturn_t local_timer_interrupt (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.

void ret_from_fork ( struct task_struct )
void ret_from_kernel_thread ( struct task_struct )