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:UI_HISTORY_START
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_receiver.c
3250
(unsigned long long)uuid[
UI_HISTORY_START
],
in drbd_uuid_dump()
3301
if ((device->ldev->md.uuid[UI_BITMAP] & ~((u64)1)) == (device->p_uuid[
UI_HISTORY_START
] & ~((u64)1)) &&
in __must_hold()
3302
(device->ldev->md.uuid[
UI_HISTORY_START
] & ~((u64)1)) == (device->p_uuid[
UI_HISTORY_START
+ 1] & ~((u64)1))) {
in __must_hold()
3305
device->ldev->md.uuid[
UI_HISTORY_START
] = device->ldev->md.uuid[UI_BITMAP];
in __must_hold()
3324
if ((device->ldev->md.uuid[
UI_HISTORY_START
] & ~((u64)1)) == (device->p_uuid[UI_BITMAP] & ~((u64)1)) &&
in __must_hold()
3325
(device->ldev->md.uuid[
UI_HISTORY_START
+ 1] & ~((u64)1)) == (device->p_uuid[
UI_HISTORY_START
] & ~((u64)1))) {
in __must_hold()
3328
device->p_uuid[
UI_HISTORY_START
+ 1] = device->p_uuid[
UI_HISTORY_START
];
in __must_hold()
[all...]
H
A
D
drbd_main.c
883
(unsigned long long)uuid[
UI_HISTORY_START
],
in drbd_print_uuids()
3361
for (i =
UI_HISTORY_START
; i < UI_HISTORY_END; i++)
in __must_hold()
3394
device->ldev->md.uuid[
UI_HISTORY_START
] = device->ldev->md.uuid[idx];
in __must_hold()
3438
device->ldev->md.uuid[
UI_HISTORY_START
] = device->ldev->md.uuid[UI_BITMAP];
in __must_hold()
H
A
D
drbd_nl.c
3371
BUILD_BUG_ON(sizeof(s->history_uuids) < UI_HISTORY_END -
UI_HISTORY_START
+ 1);
in device_to_statistics()
3372
for (n = 0; n < UI_HISTORY_END -
UI_HISTORY_START
+ 1; n++)
in device_to_statistics()
3373
history_uuids[n] = md->uuid[
UI_HISTORY_START
+ n];
in device_to_statistics()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_receiver.c
3211
(unsigned long long)uuid[
UI_HISTORY_START
],
in drbd_uuid_dump()
3263
if ((device->ldev->md.uuid[UI_BITMAP] & ~((u64)1)) == (device->p_uuid[
UI_HISTORY_START
] & ~((u64)1)) &&
in __must_hold()
3264
(device->ldev->md.uuid[
UI_HISTORY_START
] & ~((u64)1)) == (device->p_uuid[
UI_HISTORY_START
+ 1] & ~((u64)1))) {
in __must_hold()
3267
device->ldev->md.uuid[
UI_HISTORY_START
] = device->ldev->md.uuid[UI_BITMAP];
in __must_hold()
3286
if ((device->ldev->md.uuid[
UI_HISTORY_START
] & ~((u64)1)) == (device->p_uuid[UI_BITMAP] & ~((u64)1)) &&
in __must_hold()
3287
(device->ldev->md.uuid[
UI_HISTORY_START
+ 1] & ~((u64)1)) == (device->p_uuid[
UI_HISTORY_START
] & ~((u64)1))) {
in __must_hold()
3290
device->p_uuid[
UI_HISTORY_START
+ 1] = device->p_uuid[
UI_HISTORY_START
];
in __must_hold()
[all...]
H
A
D
drbd_main.c
874
(unsigned long long)uuid[
UI_HISTORY_START
],
in drbd_print_uuids()
3324
for (i =
UI_HISTORY_START
; i < UI_HISTORY_END; i++)
in __must_hold()
3357
device->ldev->md.uuid[
UI_HISTORY_START
] = device->ldev->md.uuid[idx];
in __must_hold()
3401
device->ldev->md.uuid[
UI_HISTORY_START
] = device->ldev->md.uuid[UI_BITMAP];
in __must_hold()
H
A
D
drbd_nl.c
3315
BUILD_BUG_ON(sizeof(s->history_uuids) < UI_HISTORY_END -
UI_HISTORY_START
+ 1);
in device_to_statistics()
3316
for (n = 0; n < UI_HISTORY_END -
UI_HISTORY_START
+ 1; n++)
in device_to_statistics()
3317
history_uuids[n] = md->uuid[
UI_HISTORY_START
+ n];
in device_to_statistics()
/kernel/linux/linux-5.10/include/linux/
H
A
D
drbd.h
334
UI_HISTORY_START
,
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
drbd.h
327
UI_HISTORY_START
,
enumerator
Completed in 37 milliseconds