Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dfcntl.c876 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) { in fasync_remove_entry()
884 *fp = fa->fa_next; in fasync_remove_entry()
923 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) { in fasync_insert_entry()
937 new->fa_next = *fapp; in fasync_insert_entry()
1012 fa = rcu_dereference(fa->fa_next); in kill_fasync_rcu()
/Linux-v5.10/net/ipv4/
Dfib_trie.c1635 struct fib_alias *fa_next, *fa_to_notify; in fib_notify_alias_delete() local
1647 fa_next = hlist_entry_safe(fa_to_delete->fa_list.next, in fib_notify_alias_delete()
1649 if (fa_next && fa_next->fa_slen == slen && fa_next->tb_id == tb_id) { in fib_notify_alias_delete()
1651 fa_to_notify = fa_next; in fib_notify_alias_delete()
/Linux-v5.10/include/linux/
Dfs.h1318 struct fasync_struct *fa_next; /* singly linked list */ member