root/kernel/tqueue.c

/* [previous][next][first][last][top][bottom][index][help] */
   1 /*
   2  * tqueue.c --- task queue handling for Linux.
   3  *
   4  * This routine merely draws in the static portion of the task queue
   5  * inline functions.  Look in tqueue.h for the relevant functions.
   6  */
   7 
   8 #define INCLUDE_INLINE_FUNCS
   9 
  10 #include <linux/tqueue.h>

/* [previous][next][first][last][top][bottom][index][help] */