tag | line | file | source code |
fasync_struct | 1207 | drivers/char/tty_io.c | struct fasync_struct *fa, *prev; |
fasync_struct | 1221 | drivers/char/tty_io.c | fa = (struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL); |
fasync_struct | 1243 | drivers/char/tty_io.c | kfree_s(fa, sizeof(struct fasync_struct)); |
fasync_struct | 174 | fs/fcntl.c | void kill_fasync(struct fasync_struct *fa, int sig) |
fasync_struct | 281 | include/linux/fs.h | struct fasync_struct *fa_next; /* singly linked list */ |
fasync_struct | 385 | include/linux/fs.h | extern void kill_fasync(struct fasync_struct *fa, int sig); |
fasync_struct | 82 | include/linux/net.h | struct fasync_struct *fasync_list; /* Asynchronous wake up list */ |
fasync_struct | 209 | include/linux/tty.h | struct fasync_struct *fasync; |
fasync_struct | 507 | net/socket.c | struct fasync_struct *fa, *fna=NULL, **prev; |
fasync_struct | 513 | net/socket.c | fna=(struct fasync_struct *)kmalloc(sizeof(struct fasync_struct), GFP_KERNEL); |
fasync_struct | 533 | net/socket.c | kfree_s(fna,sizeof(struct fasync_struct)); |
fasync_struct | 547 | net/socket.c | kfree_s(fa,sizeof(struct fasync_struct)); |