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:to_del
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
dfs_cache.c
443
struct cache_entry *
to_del
= NULL;
in remove_oldest_entry()
local
451
if (!
to_del
|| timespec64_compare(&ce->etime,
in remove_oldest_entry()
452
&
to_del
->etime) < 0)
in remove_oldest_entry()
453
to_del
= ce;
in remove_oldest_entry()
457
if (!
to_del
) {
in remove_oldest_entry()
463
dump_ce(
to_del
);
in remove_oldest_entry()
464
flush_cache_ent(
to_del
);
in remove_oldest_entry()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
dfs_cache.c
448
struct cache_entry *
to_del
= NULL;
in remove_oldest_entry_locked()
local
458
if (!
to_del
|| timespec64_compare(&ce->etime,
in remove_oldest_entry_locked()
459
&
to_del
->etime) < 0)
in remove_oldest_entry_locked()
460
to_del
= ce;
in remove_oldest_entry_locked()
464
if (!
to_del
) {
in remove_oldest_entry_locked()
470
dump_ce(
to_del
);
in remove_oldest_entry_locked()
471
flush_cache_ent(
to_del
);
in remove_oldest_entry_locked()
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bnad_ethtool.c
336
int
to_del
= 0;
in bnad_set_coalesce()
local
368
to_del
= 1;
in bnad_set_coalesce()
371
if (
to_del
)
in bnad_set_coalesce()
H
A
D
bnad.c
1831
int
to_del
= 0;
in bnad_stats_timer_stop()
local
1836
to_del
= 1;
in bnad_stats_timer_stop()
1838
if (
to_del
)
in bnad_stats_timer_stop()
2150
int
to_del
= 0;
in bnad_destroy_rx()
local
2160
to_del
= 1;
in bnad_destroy_rx()
2163
if (
to_del
)
in bnad_destroy_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bnad_ethtool.c
340
int
to_del
= 0;
in bnad_set_coalesce()
local
372
to_del
= 1;
in bnad_set_coalesce()
375
if (
to_del
)
in bnad_set_coalesce()
H
A
D
bnad.c
1830
int
to_del
= 0;
in bnad_stats_timer_stop()
local
1835
to_del
= 1;
in bnad_stats_timer_stop()
1837
if (
to_del
)
in bnad_stats_timer_stop()
2148
int
to_del
= 0;
in bnad_destroy_rx()
local
2158
to_del
= 1;
in bnad_destroy_rx()
2161
if (
to_del
)
in bnad_destroy_rx()
Completed in 15 milliseconds