Home
last modified time | relevance | path

Searched refs:fa_next (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/
Dfcntl.c481 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()
/linux-2.4.37.9/net/
Dsocket.c760 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()
/linux-2.4.37.9/include/linux/
Dfs.h687 struct fasync_struct *fa_next; /* singly linked list */ member