Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kthread_worker Struct Reference

#include <kthread.h>

Data Fields

spinlock_t lock
 
struct list_head work_list
 
struct task_structtask
 
struct kthread_workcurrent_work
 

Detailed Description

Definition at line 65 of file kthread.h.

Field Documentation

struct kthread_work* current_work

Definition at line 69 of file kthread.h.

spinlock_t lock

Definition at line 66 of file kthread.h.

Definition at line 68 of file kthread.h.

struct list_head work_list

Definition at line 67 of file kthread.h.


The documentation for this struct was generated from the following file: