Home
last modified time | relevance | path

Searched refs:fapp (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/
Dfcntl.c469 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() argument
481 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) { in fasync_helper()
499 new->fa_next = *fapp; in fasync_helper()
500 *fapp = new; in fasync_helper()