1. NAME

preempt_notifier_register - tell me when current is being preempted & rescheduled

2. SYNOPSIS

void preempt_notifier_register(struct preempt_notifier *  notifier );

3. ARGUMENTS

notifier
    notifier struct to register

4. COPYRIGHT