Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fa_next
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
fcntl.c
886
for (fp = fapp; (fa = *fp) != NULL; fp = &fa->
fa_next
) {
in fasync_remove_entry()
894
*fp = fa->
fa_next
;
in fasync_remove_entry()
933
for (fp = fapp; (fa = *fp) != NULL; fp = &fa->
fa_next
) {
in fasync_insert_entry()
947
new->
fa_next
= *fapp;
in fasync_insert_entry()
1023
fa = rcu_dereference(fa->
fa_next
);
in kill_fasync_rcu()
/kernel/linux/linux-6.6/fs/
H
A
D
fcntl.c
869
for (fp = fapp; (fa = *fp) != NULL; fp = &fa->
fa_next
) {
in fasync_remove_entry()
877
*fp = fa->
fa_next
;
in fasync_remove_entry()
916
for (fp = fapp; (fa = *fp) != NULL; fp = &fa->
fa_next
) {
in fasync_insert_entry()
930
new->
fa_next
= *fapp;
in fasync_insert_entry()
1006
fa = rcu_dereference(fa->
fa_next
);
in kill_fasync_rcu()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_trie.c
1638
struct fib_alias *
fa_next
, *fa_to_notify;
in fib_notify_alias_delete()
local
1650
fa_next
= hlist_entry_safe(fa_to_delete->fa_list.next,
in fib_notify_alias_delete()
1652
if (
fa_next
&&
fa_next
->fa_slen == slen &&
fa_next
->tb_id == tb_id) {
in fib_notify_alias_delete()
1654
fa_to_notify =
fa_next
;
in fib_notify_alias_delete()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_trie.c
1686
struct fib_alias *
fa_next
, *fa_to_notify;
in fib_notify_alias_delete()
local
1698
fa_next
= hlist_entry_safe(fa_to_delete->fa_list.next,
in fib_notify_alias_delete()
1700
if (
fa_next
&&
fa_next
->fa_slen == slen &&
fa_next
->tb_id == tb_id) {
in fib_notify_alias_delete()
1702
fa_to_notify =
fa_next
;
in fib_notify_alias_delete()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1327
struct fasync_struct *
fa_next
; /* singly linked list */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1087
struct fasync_struct *
fa_next
; /* singly linked list */
member
Completed in 23 milliseconds