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:rs_plan_s
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_worker.c
514
plan = rcu_dereference(device->
rs_plan_s
);
in drbd_rs_controller()
563
if (rcu_dereference(device->
rs_plan_s
)->size) {
in drbd_rs_number_requests()
1688
plan = rcu_dereference(device->
rs_plan_s
);
in drbd_rs_controller_reset()
H
A
D
drbd_nl.c
1619
if (fifo_size != device->
rs_plan_s
->size) {
in drbd_adm_disk_opts()
1650
old_plan = device->
rs_plan_s
;
in drbd_adm_disk_opts()
1651
rcu_assign_pointer(device->
rs_plan_s
, new_plan);
in drbd_adm_disk_opts()
2036
device->
rs_plan_s
= new_plan;
in drbd_adm_attach()
H
A
D
drbd_receiver.c
4011
if (fifo_size != device->
rs_plan_s
->size) {
in receive_SyncParam()
4054
old_plan = device->
rs_plan_s
;
in receive_SyncParam()
4055
rcu_assign_pointer(device->
rs_plan_s
, new_plan);
in receive_SyncParam()
H
A
D
drbd_int.h
962
struct fifo_buffer *
rs_plan_s
; /* correction values of resync planer (RCU, connection->conn_update) */
member
H
A
D
drbd_main.c
2258
kfree(device->
rs_plan_s
);
in drbd_destroy_device()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_worker.c
510
plan = rcu_dereference(device->
rs_plan_s
);
in drbd_rs_controller()
560
if (rcu_dereference(device->
rs_plan_s
)->size) {
in drbd_rs_number_requests()
1693
plan = rcu_dereference(device->
rs_plan_s
);
in drbd_rs_controller_reset()
H
A
D
drbd_nl.c
1556
if (fifo_size != device->
rs_plan_s
->size) {
in drbd_adm_disk_opts()
1587
old_plan = device->
rs_plan_s
;
in drbd_adm_disk_opts()
1588
rcu_assign_pointer(device->
rs_plan_s
, new_plan);
in drbd_adm_disk_opts()
1975
device->
rs_plan_s
= new_plan;
in drbd_adm_attach()
H
A
D
drbd_receiver.c
3970
if (fifo_size != device->
rs_plan_s
->size) {
in receive_SyncParam()
4011
old_plan = device->
rs_plan_s
;
in receive_SyncParam()
4012
rcu_assign_pointer(device->
rs_plan_s
, new_plan);
in receive_SyncParam()
H
A
D
drbd_int.h
892
struct fifo_buffer *
rs_plan_s
; /* correction values of resync planer (RCU, connection->conn_update) */
member
H
A
D
drbd_main.c
2223
kfree(device->
rs_plan_s
);
in drbd_destroy_device()
Completed in 51 milliseconds