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:wq_list_empty
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
slist.h
15
#define
wq_list_empty
(list) (READ_ONCE((list)->first) == NULL)
macro
81
if (!
wq_list_empty
(list)) {
in wq_list_splice()
H
A
D
sqpoll.c
177
if (!
wq_list_empty
(&ctx->iopoll_list) || to_submit) {
in __io_sq_thread()
184
if (!
wq_list_empty
(&ctx->iopoll_list))
in __io_sq_thread()
257
if (!sqt_spin && (ret > 0 || !
wq_list_empty
(&ctx->iopoll_list)))
in io_sq_thread()
283
!
wq_list_empty
(&ctx->iopoll_list)) {
in io_sq_thread()
H
A
D
io_uring.h
307
return task_work_pending(current) || !
wq_list_empty
(&ctx->work_llist);
in io_task_work_pending()
H
A
D
io_uring.c
179
if (!
wq_list_empty
(&ctx->submit_state.compl_reqs) ||
in io_submit_flush_completions()
1553
if (!
wq_list_empty
(&ctx->submit_state.compl_reqs)) {
1576
while (!
wq_list_empty
(&ctx->iopoll_list)) {
in io_iopoll_try_reap_events()
1634
if (
wq_list_empty
(&ctx->iopoll_list) ||
in io_iopoll_check()
1641
wq_list_empty
(&ctx->iopoll_list)) {
in io_iopoll_check()
1648
wq_list_empty
(&ctx->iopoll_list))
in io_iopoll_check()
1694
if (
wq_list_empty
(&ctx->iopoll_list)) {
in io_iopoll_req_issued()
3294
while (!
wq_list_empty
(&ctx->iopoll_list)) {
in io_uring_try_cancel_requests()
H
A
D
rw.c
1065
if (WARN_ON_ONCE(!
wq_list_empty
(&ctx->submit_state.compl_reqs)))
in io_do_iopoll()
H
A
D
io-wq.c
248
!
wq_list_empty
(&acct->work_list);
in __io_acct_run_queue()
/kernel/linux/linux-5.10/io_uring/
H
A
D
io-wq.h
82
#define
wq_list_empty
(list) (READ_ONCE((list)->first) == NULL)
macro
H
A
D
io-wq.c
250
if (!
wq_list_empty
(&acct->work_list) &&
in io_acct_run_queue()
Completed in 13 milliseconds