tag | line | file | source code |
---|---|---|---|
fapp | 1263 | drivers/char/tty_io.c | int fasync_helper(struct inode * inode, struct file * filp, int on, struct fasync_struct **fapp) |
fapp | 1268 | drivers/char/tty_io.c | for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) { |
fapp | 1283 | drivers/char/tty_io.c | fa->fa_next = *fapp; |
fapp | 1284 | drivers/char/tty_io.c | *fapp = fa; |