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:res_failed
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
neighbour.h
117
unsigned long
res_failed
; /* number of failed resolutions */
member
/kernel/linux/linux-6.6/include/net/
H
A
D
neighbour.h
120
unsigned long
res_failed
; /* number of failed resolutions */
member
/kernel/linux/linux-5.10/drivers/scsi/arm/
H
A
D
fas216.c
2343
res_failed
, /* not found */
enumerator
2358
enum res_find res =
res_failed
;
in fas216_find_command()
2460
case
res_failed
:
in fas216_eh_abort()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H
A
D
fas216.c
2345
res_failed
, /* not found */
enumerator
2360
enum res_find res =
res_failed
;
in fas216_find_command()
2462
case
res_failed
:
in fas216_eh_abort()
/kernel/linux/linux-5.10/net/core/
H
A
D
neighbour.c
994
NEIGH_CACHE_STAT_INC(neigh->tbl,
res_failed
);
2115
ndst.ndts_res_failed += READ_ONCE(st->
res_failed
);
in neightbl_fill_info()
3336
seq_printf(seq, "entries allocs destroys hash_grows lookups hits
res_failed
rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n");
in neigh_stat_seq_show()
3351
st->
res_failed
,
in neigh_stat_seq_show()
/kernel/linux/linux-6.6/net/core/
H
A
D
neighbour.c
1047
NEIGH_CACHE_STAT_INC(neigh->tbl,
res_failed
);
2222
ndst.ndts_res_failed += READ_ONCE(st->
res_failed
);
in neightbl_fill_info()
3469
seq_puts(seq, "entries allocs destroys hash_grows lookups hits
res_failed
rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n");
in neigh_stat_seq_show()
3485
st->
res_failed
,
in neigh_stat_seq_show()
Completed in 24 milliseconds