Linux Kernel
3.7.1
|
#include <types.h>
Data Fields | |
struct callback_head * | next |
void(* | func )(struct callback_head *head) |
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.
struct callback_head* next |