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:check_cq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/io_uring/
H
A
D
io_uring.c
672
clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->
check_cq
);
in io_cqring_overflow_kill()
707
clear_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->
check_cq
);
in __io_cqring_overflow_flush()
725
if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->
check_cq
))
in io_cqring_overflow_flush()
797
set_bit(IO_CHECK_CQ_DROPPED_BIT, &ctx->
check_cq
);
in io_cqring_event_overflow()
801
set_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->
check_cq
);
in io_cqring_event_overflow()
840
if (!overflow && (ctx->
check_cq
& BIT(IO_CHECK_CQ_OVERFLOW_BIT)))
in io_cqe_cache_refill()
959
if (test_bit(IO_CHECK_CQ_OVERFLOW_BIT, &ctx->
check_cq
))
in io_fill_cqe_req_aux()
1597
unsigned long
check_cq
;
in io_iopoll_check()
local
1602
check_cq
= READ_ONCE(ctx->
check_cq
);
in io_iopoll_check()
2587
unsigned long
check_cq
;
io_cqring_wait()
local
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
io_uring_types.h
290
unsigned long
check_cq
;
member
Completed in 5 milliseconds