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:plug_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
raid56.c
96
struct list_head
plug_list
;
member
391
BUG_ON(!list_empty(&rbio->
plug_list
));
in __remove_rbio_from_cache()
694
list_empty(&cur->
plug_list
) &&
in lock_stripe_add()
722
list_for_each_entry(pending, &cur->
plug_list
,
plug_list
) {
in lock_stripe_add()
736
list_add_tail(&rbio->
plug_list
, &cur->
plug_list
);
in lock_stripe_add()
767
if (list_empty(&rbio->
plug_list
))
in unlock_stripe()
779
if (list_empty(&rbio->
plug_list
) &&
in unlock_stripe()
795
if (!list_empty(&rbio->
plug_list
)) {
in unlock_stripe()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
raid56.c
392
BUG_ON(!list_empty(&rbio->
plug_list
));
in __remove_rbio_from_cache()
670
list_empty(&cur->
plug_list
) &&
in lock_stripe_add()
698
list_for_each_entry(pending, &cur->
plug_list
,
plug_list
) {
in lock_stripe_add()
712
list_add_tail(&rbio->
plug_list
, &cur->
plug_list
);
in lock_stripe_add()
744
if (list_empty(&rbio->
plug_list
))
in unlock_stripe()
756
if (list_empty(&rbio->
plug_list
) &&
in unlock_stripe()
772
if (!list_empty(&rbio->
plug_list
)) {
in unlock_stripe()
774
struct list_head *head = rbio->
plug_list
in unlock_stripe()
[all...]
H
A
D
raid56.h
47
struct list_head
plug_list
;
member
/kernel/linux/linux-5.10/block/
H
A
D
blk-merge.c
1056
struct list_head *
plug_list
;
in blk_attempt_plug_merge()
local
1062
plug_list
= &plug->mq_list;
in blk_attempt_plug_merge()
1064
list_for_each_entry_reverse(rq,
plug_list
, queuelist) {
in blk_attempt_plug_merge()
Completed in 6 milliseconds