wakeup_readers(9)
NAME
wakeup_readers - wake up readers waiting on a channel
SYNOPSIS
void wakeup_readers(unsigned long data);
ARGUMENTS
- data
- contains the channel buffer
DESCRIPTION
This is the timer function used to defer reader waking.
wakeup_readers - wake up readers waiting on a channel
void wakeup_readers(unsigned long data);
This is the timer function used to defer reader waking.