Searched refs:fa_next (Results 1 – 3 of 3) sorted by relevance
481 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) { in fasync_helper()487 *fp = fa->fa_next; in fasync_helper()499 new->fa_next = *fapp; in fasync_helper()523 fa = fa->fa_next; in __kill_fasync()
760 for (fa=*prev; fa!=NULL; prev=&fa->fa_next,fa=*prev) in sock_fasync()778 fna->fa_next=sock->fasync_list; in sock_fasync()788 *prev=fa->fa_next; in sock_fasync()
687 struct fasync_struct *fa_next; /* singly linked list */ member