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:req_batch
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
aio.c
110
unsigned
req_batch
;
member
735
* expected: additionally, we move
req_batch
slots to/from percpu
in ioctx_alloc()
781
ctx->
req_batch
= (ctx->nr_events - 1) / (num_possible_cpus() * 4);
in ioctx_alloc()
782
if (ctx->
req_batch
< 1)
in ioctx_alloc()
783
ctx->
req_batch
= 1;
in ioctx_alloc()
927
while (kcpu->reqs_available >= ctx->
req_batch
* 2) {
in put_reqs_available()
928
kcpu->reqs_available -= ctx->
req_batch
;
in put_reqs_available()
929
atomic_add(ctx->
req_batch
, &ctx->reqs_available);
in put_reqs_available()
947
if (avail < ctx->
req_batch
)
in __get_reqs_available()
952
avail, avail - ctx->
req_batch
);
in __get_reqs_available()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
aio.c
109
unsigned
req_batch
;
member
754
* expected: additionally, we move
req_batch
slots to/from percpu
in ioctx_alloc()
800
ctx->
req_batch
= (ctx->nr_events - 1) / (num_possible_cpus() * 4);
in ioctx_alloc()
801
if (ctx->
req_batch
< 1)
in ioctx_alloc()
802
ctx->
req_batch
= 1;
in ioctx_alloc()
946
while (kcpu->reqs_available >= ctx->
req_batch
* 2) {
in put_reqs_available()
947
kcpu->reqs_available -= ctx->
req_batch
;
in put_reqs_available()
948
atomic_add(ctx->
req_batch
, &ctx->reqs_available);
in put_reqs_available()
966
if (avail < ctx->
req_batch
)
in __get_reqs_available()
969
&avail, avail - ctx->
req_batch
));
in __get_reqs_available()
[all...]
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
2340
struct
req_batch
{
struct
2346
static inline void io_init_req_batch(struct
req_batch
*rb)
in io_init_req_batch()
2354
struct
req_batch
*rb)
in io_req_free_batch_finish()
2362
static void io_req_free_batch(struct
req_batch
*rb, struct io_kiocb *req,
in io_req_free_batch()
2388
struct
req_batch
rb;
2504
struct
req_batch
rb;
in io_iopoll_complete()
Completed in 28 milliseconds