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:esector
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_actlog.c
852
sector_t
esector
, nr_sectors;
in __drbd_change_sync()
local
869
esector
= sector + (size >> 9) - 1;
in __drbd_change_sync()
873
if (!expect(
esector
< nr_sectors))
in __drbd_change_sync()
874
esector
= nr_sectors - 1;
in __drbd_change_sync()
881
if (unlikely(
esector
< BM_SECT_PER_BIT-1))
in __drbd_change_sync()
883
if (unlikely(
esector
== (nr_sectors-1)))
in __drbd_change_sync()
886
ebnr = BM_SECT_TO_BIT(
esector
- (BM_SECT_PER_BIT-1));
in __drbd_change_sync()
892
ebnr = BM_SECT_TO_BIT(
esector
);
in __drbd_change_sync()
H
A
D
drbd_req.c
885
sector_t
esector
, nr_sectors;
in drbd_may_do_local_read()
local
891
esector
= sector + (size >> 9) - 1;
in drbd_may_do_local_read()
894
D_ASSERT(device,
esector
< nr_sectors);
in drbd_may_do_local_read()
897
ebnr = BM_SECT_TO_BIT(
esector
);
in drbd_may_do_local_read()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_actlog.c
854
sector_t
esector
, nr_sectors;
in __drbd_change_sync()
local
871
esector
= sector + (size >> 9) - 1;
in __drbd_change_sync()
875
if (!expect(device,
esector
< nr_sectors))
in __drbd_change_sync()
876
esector
= nr_sectors - 1;
in __drbd_change_sync()
883
if (unlikely(
esector
< BM_SECT_PER_BIT-1))
in __drbd_change_sync()
885
if (unlikely(
esector
== (nr_sectors-1)))
in __drbd_change_sync()
888
ebnr = BM_SECT_TO_BIT(
esector
- (BM_SECT_PER_BIT-1));
in __drbd_change_sync()
894
ebnr = BM_SECT_TO_BIT(
esector
);
in __drbd_change_sync()
H
A
D
drbd_req.c
898
sector_t
esector
, nr_sectors;
in drbd_may_do_local_read()
local
904
esector
= sector + (size >> 9) - 1;
in drbd_may_do_local_read()
907
D_ASSERT(device,
esector
< nr_sectors);
in drbd_may_do_local_read()
910
ebnr = BM_SECT_TO_BIT(
esector
);
in drbd_may_do_local_read()
Completed in 8 milliseconds