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:dispose_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
inode.c
635
*
dispose_list
- dispose of the contents of a local list
641
static void
dispose_list
(struct list_head *head)
in dispose_list()
function
693
dispose_list
(&dispose);
in evict_inodes()
699
dispose_list
(&dispose);
in evict_inodes()
745
dispose_list
(&dispose);
in invalidate_inodes()
751
dispose_list
(&dispose);
in invalidate_inodes()
835
* then are freed outside inode_lock by
dispose_list
().
844
dispose_list
(&freeable);
in prune_icache_sb()
/kernel/linux/linux-6.6/fs/
H
A
D
inode.c
685
*
dispose_list
- dispose of the contents of a local list
691
static void
dispose_list
(struct list_head *head)
in dispose_list()
function
743
dispose_list
(&dispose);
in evict_inodes()
749
dispose_list
(&dispose);
in evict_inodes()
784
dispose_list
(&dispose);
in invalidate_inodes()
790
dispose_list
(&dispose);
in invalidate_inodes()
875
* then are freed outside inode_lock by
dispose_list
().
884
dispose_list
(&freeable);
in prune_icache_sb()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
connect.c
985
struct list_head
dispose_list
;
in clean_demultiplex_info()
local
989
INIT_LIST_HEAD(&
dispose_list
);
in clean_demultiplex_info()
996
list_move(&mid_entry->qhead, &
dispose_list
);
in clean_demultiplex_info()
1002
list_for_each_safe(tmp, tmp2, &
dispose_list
) {
in clean_demultiplex_info()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
connect.c
922
struct list_head
dispose_list
;
in clean_demultiplex_info()
local
926
INIT_LIST_HEAD(&
dispose_list
);
in clean_demultiplex_info()
933
list_move(&mid_entry->qhead, &
dispose_list
);
in clean_demultiplex_info()
939
list_for_each_safe(tmp, tmp2, &
dispose_list
) {
in clean_demultiplex_info()
Completed in 27 milliseconds