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:close_wq
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/lightnvm/
H
A
D
pblk-init.c
470
pblk->
close_wq
= alloc_workqueue("pblk-close-wq",
in pblk_core_init()
472
if (!pblk->
close_wq
)
in pblk_core_init()
498
destroy_workqueue(pblk->
close_wq
);
in pblk_core_init()
520
if (pblk->
close_wq
)
in pblk_core_free()
521
destroy_workqueue(pblk->
close_wq
);
in pblk_core_free()
H
A
D
pblk-write.c
249
queue_work(pblk->
close_wq
, &recovery->ws_rec);
in pblk_end_w_fail()
295
GFP_ATOMIC, pblk->
close_wq
);
in pblk_end_io_write_meta()
H
A
D
pblk.h
692
struct workqueue_struct *
close_wq
;
member
H
A
D
pblk-core.c
1494
flush_workqueue(pblk->
close_wq
);
in pblk_line_close_meta_sync()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_utils.c
415
wake_up(&iwdev->
close_wq
);
in i40iw_free_cqp_request()
446
wait_event_timeout(iwdev->
close_wq
,
in i40iw_free_pending_cqp_request()
575
wake_up(&iwdev->
close_wq
);
in i40iw_rem_devusecount()
H
A
D
i40iw.h
312
wait_queue_head_t
close_wq
;
member
H
A
D
i40iw_main.c
1582
init_waitqueue_head(&iwdev->
close_wq
);
in i40iw_setup_init_state()
H
A
D
i40iw_verbs.c
2723
wait_event_timeout(iwibdev->iwdev->
close_wq
,
in i40iw_destroy_rdma_device()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4state.c
104
static DECLARE_WAIT_QUEUE_HEAD(
close_wq
);
988
wake_up_all(&
close_wq
);
in nfs4_put_stid()
1408
wake_up_all(&
close_wq
);
in put_ol_stateid_locked()
4432
wait_event(
close_wq
, refcount_read(&s->st_stid.sc_count) == 2);
in move_to_close_lru()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
109
static DECLARE_WAIT_QUEUE_HEAD(
close_wq
);
1207
wake_up_all(&
close_wq
);
in nfs4_put_stid()
1527
wake_up_all(&
close_wq
);
in put_ol_stateid_locked()
4694
wait_event(
close_wq
, refcount_read(&s->st_stid.sc_count) == 2);
in move_to_close_lru()
Completed in 36 milliseconds