tag | line | file | source code |
fasync_struct | 69 | drivers/char/atixlmouse.c | struct fasync_struct *fasync; |
fasync_struct | 115 | drivers/char/psaux.c | struct fasync_struct *fasync; |
fasync_struct | 1244 | drivers/char/tty_io.c | int fasync_helper(struct inode * inode, struct file * filp, int on, struct fasync_struct **fapp) |
fasync_struct | 1246 | drivers/char/tty_io.c | struct fasync_struct *fa, **fp; |
fasync_struct | 1257 | drivers/char/tty_io.c | fa = (struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL); |
fasync_struct | 174 | fs/fcntl.c | void kill_fasync(struct fasync_struct *fa, int sig) |
fasync_struct | 94 | include/linux/busmouse.h | struct fasync_struct *fasyncptr; |
fasync_struct | 279 | include/linux/fs.h | struct fasync_struct *fa_next; /* singly linked list */ |
fasync_struct | 285 | include/linux/fs.h | extern int fasync_helper(struct inode *, struct file *, int, struct fasync_struct **); |
fasync_struct | 393 | include/linux/fs.h | extern void kill_fasync(struct fasync_struct *fa, int sig); |
fasync_struct | 85 | include/linux/net.h | struct fasync_struct *fasync_list; /* Asynchronous wake up list */ |
fasync_struct | 214 | include/linux/tty.h | struct fasync_struct *fasync; |
fasync_struct | 432 | net/socket.c | struct fasync_struct *fa, *fna=NULL, **prev; |
fasync_struct | 438 | net/socket.c | fna=(struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL); |
fasync_struct | 458 | net/socket.c | kfree_s(fna,sizeof(struct fasync_struct)); |
fasync_struct | 472 | net/socket.c | kfree_s(fa,sizeof(struct fasync_struct)); |