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

#include <types.h>

Data Fields

struct callback_headnext
 
void(* func )(struct callback_head *head)
 

Detailed Description

struct callback_head - callback structure for use with RCU and task_work : next update requests in a list : actual update function to call after the grace period.

Definition at line 208 of file types.h.

Field Documentation

Definition at line 210 of file types.h.

Definition at line 209 of file types.h.


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