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:cq_overflow_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
io_uring_types.h
313
struct list_head
cq_overflow_list
;
member
/kernel/linux/linux-6.6/io_uring/
H
A
D
fdinfo.c
203
list_for_each_entry(ocqe, &ctx->
cq_overflow_list
, list) {
in io_uring_show_fdinfo()
H
A
D
io_uring.c
312
INIT_LIST_HEAD(&ctx->
cq_overflow_list
);
in io_ring_ctx_alloc()
671
list_splice_init(&ctx->
cq_overflow_list
, &list);
in io_cqring_overflow_kill()
693
while (!list_empty(&ctx->
cq_overflow_list
)) {
in __io_cqring_overflow_flush()
699
ocqe = list_first_entry(&ctx->
cq_overflow_list
,
in __io_cqring_overflow_flush()
706
if (list_empty(&ctx->
cq_overflow_list
)) {
in __io_cqring_overflow_flush()
800
if (list_empty(&ctx->
cq_overflow_list
)) {
in io_cqring_event_overflow()
812
list_add_tail(&ocqe->list, &ctx->
cq_overflow_list
);
in io_cqring_event_overflow()
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
379
struct list_head
cq_overflow_list
;
member
1342
INIT_LIST_HEAD(&ctx->
cq_overflow_list
);
in io_ring_ctx_alloc()
1686
while (!list_empty(&ctx->
cq_overflow_list
)) {
in __io_cqring_overflow_flush()
1692
ocqe = list_first_entry(&ctx->
cq_overflow_list
,
in __io_cqring_overflow_flush()
1704
all_flushed = list_empty(&ctx->
cq_overflow_list
);
in __io_cqring_overflow_flush()
1795
if (list_empty(&ctx->
cq_overflow_list
)) {
in io_cqring_event_overflow()
1804
list_add_tail(&ocqe->list, &ctx->
cq_overflow_list
);
in io_cqring_event_overflow()
Completed in 20 milliseconds