Lines Matching refs:fasync_struct
867 container_of(head, struct fasync_struct, fa_rcu)); in fasync_free_rcu()
879 int fasync_remove_entry(struct file *filp, struct fasync_struct **fapp) in fasync_remove_entry()
881 struct fasync_struct *fa, **fp; in fasync_remove_entry()
905 struct fasync_struct *fasync_alloc(void) in fasync_alloc()
915 void fasync_free(struct fasync_struct *new) in fasync_free()
927 struct fasync_struct *fasync_insert_entry(int fd, struct file *filp, struct fasync_struct **fapp, s… in fasync_insert_entry()
929 struct fasync_struct *fa, **fp; in fasync_insert_entry()
961 static int fasync_add_entry(int fd, struct file *filp, struct fasync_struct **fapp) in fasync_add_entry()
963 struct fasync_struct *new; in fasync_add_entry()
990 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
1002 static void kill_fasync_rcu(struct fasync_struct *fa, int sig, int band) in kill_fasync_rcu()
1027 void kill_fasync(struct fasync_struct **fp, int sig, int band) in kill_fasync()
1053 sizeof(struct fasync_struct), 0, SLAB_PANIC, NULL); in fcntl_init()