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:scrub_workers
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
scrub.c
1123
queue_work(stripe->bg->fs_info->
scrub_workers
, &stripe->work);
in scrub_read_endio()
2764
struct workqueue_struct *
scrub_workers
= fs_info->
scrub_workers
;
in scrub_workers_put()
local
2766
fs_info->
scrub_workers
= NULL;
in scrub_workers_put()
2769
if (
scrub_workers
)
in scrub_workers_put()
2770
destroy_workqueue(
scrub_workers
);
in scrub_workers_put()
2775
* get a reference count on fs_info->
scrub_workers
. start worker if necessary
2779
struct workqueue_struct *
scrub_workers
= NULL;
in scrub_workers_get()
local
2787
scrub_workers
= alloc_workqueue("btrfs-scrub", flags, max_active);
in scrub_workers_get()
2788
if (!
scrub_workers
)
in scrub_workers_get()
[all...]
H
A
D
fs.h
643
struct workqueue_struct *
scrub_workers
;
member
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
scrub.c
2048
btrfs_queue_work(fs_info->
scrub_workers
, &sblock->work);
in scrub_missing_raid56_end_io()
2251
btrfs_queue_work(fs_info->
scrub_workers
, &sbio->work);
in scrub_bio_end_io()
3737
struct btrfs_workqueue *
scrub_workers
= NULL;
in scrub_workers_put()
local
3741
scrub_workers
= fs_info->
scrub_workers
;
in scrub_workers_put()
3745
fs_info->
scrub_workers
= NULL;
in scrub_workers_put()
3750
btrfs_destroy_workqueue(
scrub_workers
);
in scrub_workers_put()
3757
* get a reference count on fs_info->
scrub_workers
. start worker if necessary
3762
struct btrfs_workqueue *
scrub_workers
= NULL;
in scrub_workers_get()
local
3772
scrub_workers
in scrub_workers_get()
[all...]
H
A
D
ctree.h
865
struct btrfs_workqueue *
scrub_workers
;
member
Completed in 16 milliseconds