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:RQ_WRITE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_req.c
34
req->rq_state = (bio_data_dir(bio_src) == WRITE ?
RQ_WRITE
: 0)
in drbd_req_new()
103
if (s &
RQ_WRITE
)
in drbd_req_destroy()
115
if (s &
RQ_WRITE
) {
in drbd_req_destroy()
517
(req->rq_state &
RQ_WRITE
) ? "WRITE" : "READ",
in drbd_report_io_error()
532
(
RQ_WRITE
|RQ_NET_PENDING|RQ_EXP_WRITE_ACK|RQ_EXP_RECEIVE_ACK))
in is_pending_write_protocol_A()
533
== (
RQ_WRITE
|RQ_NET_PENDING);
in is_pending_write_protocol_A()
592
if (req->rq_state &
RQ_WRITE
)
in __req_mod()
817
if (!(req->rq_state &
RQ_WRITE
) && !req->w.cb) {
in __req_mod()
836
rv = req->rq_state &
RQ_WRITE
? MR_WRITE : MR_READ;
in __req_mod()
844
if (!(req->rq_state &
RQ_WRITE
))
in __req_mod()
[all...]
H
A
D
drbd_req.h
242
#define
RQ_WRITE
(1UL << __RQ_WRITE)
macro
H
A
D
drbd_debugfs.c
61
/*
RQ_WRITE
ignored, already reported */
in seq_print_request_state()
105
(s &
RQ_WRITE
) ? "W" : "R");
in seq_print_one_request()
H
A
D
drbd_main.c
198
if (!(s &
RQ_WRITE
))
in tl_release()
210
if (!(s &
RQ_WRITE
))
in tl_release()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_req.c
33
req->rq_state = (bio_data_dir(bio_src) == WRITE ?
RQ_WRITE
: 0)
in drbd_req_new()
101
if (s &
RQ_WRITE
)
in drbd_req_destroy()
113
if (s &
RQ_WRITE
) {
in drbd_req_destroy()
526
(req->rq_state &
RQ_WRITE
) ? "WRITE" : "READ",
in drbd_report_io_error()
541
(
RQ_WRITE
|RQ_NET_PENDING|RQ_EXP_WRITE_ACK|RQ_EXP_RECEIVE_ACK))
in is_pending_write_protocol_A()
542
== (
RQ_WRITE
|RQ_NET_PENDING);
in is_pending_write_protocol_A()
604
if (req->rq_state &
RQ_WRITE
)
in __req_mod()
830
if (!(req->rq_state &
RQ_WRITE
) && !req->w.cb) {
in __req_mod()
849
rv = req->rq_state &
RQ_WRITE
? MR_WRITE : MR_READ;
in __req_mod()
857
if (!(req->rq_state &
RQ_WRITE
))
in __req_mod()
[all...]
H
A
D
drbd_req.h
242
#define
RQ_WRITE
(1UL << __RQ_WRITE)
macro
H
A
D
drbd_debugfs.c
61
/*
RQ_WRITE
ignored, already reported */
in seq_print_request_state()
105
(s &
RQ_WRITE
) ? "W" : "R");
in seq_print_one_request()
H
A
D
drbd_main.c
184
if (!(s &
RQ_WRITE
))
in tl_release()
196
if (!(s &
RQ_WRITE
))
in tl_release()
Completed in 16 milliseconds