wakeme_after_rcu(9) Callback function to awaken a task after grace period

SYNOPSIS

void wakeme_after_rcu(struct rcu_head * head);

ARGUMENTS

head

Pointer to rcu_head member within rcu_synchronize structure

DESCRIPTION

Awaken the corresponding task now that a grace period has elapsed.

COPYRIGHT