Searched refs:callback_head (Results 1 – 1 of 1) sorted by relevance
291 struct callback_head { struct292 struct callback_head *next; argument293 void (*func)(struct callback_head *head); argument295 #define rcu_head callback_head