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:LN2_BPL
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_bitmap.c
299
unsigned int page_nr = long_nr >> (PAGE_SHIFT -
LN2_BPL
+ 3);
in bm_word_to_page_idx()
334
#define S2W(s) ((s)<<(BM_EXT_SHIFT-BM_BLOCK_SHIFT-
LN2_BPL
))
569
last_word = ((b->bm_bits - 1) & BITS_PER_PAGE_MASK) >>
LN2_BPL
;
in bm_count_bits()
669
words = ALIGN(bits,BITS_PER_LONG) >>
LN2_BPL
;
in drbd_bm_resize()
673
words = ALIGN(bits, 64) >>
LN2_BPL
;
in drbd_bm_resize()
1504
first_word = MLPP(sl >>
LN2_BPL
);
in _drbd_bm_set_bits()
1516
last_word = MLPP(el >>
LN2_BPL
);
in _drbd_bm_set_bits()
H
A
D
drbd_int.h
1211
#define
LN2_BPL
5
macro
1215
#define
LN2_BPL
6
macro
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_bitmap.c
299
unsigned int page_nr = long_nr >> (PAGE_SHIFT -
LN2_BPL
+ 3);
in bm_word_to_page_idx()
334
#define S2W(s) ((s)<<(BM_EXT_SHIFT-BM_BLOCK_SHIFT-
LN2_BPL
))
569
last_word = ((b->bm_bits - 1) & BITS_PER_PAGE_MASK) >>
LN2_BPL
;
in bm_count_bits()
669
words = ALIGN(bits,BITS_PER_LONG) >>
LN2_BPL
;
in drbd_bm_resize()
673
words = ALIGN(bits, 64) >>
LN2_BPL
;
in drbd_bm_resize()
1541
first_word = MLPP(sl >>
LN2_BPL
);
in _drbd_bm_set_bits()
1553
last_word = MLPP(el >>
LN2_BPL
);
in _drbd_bm_set_bits()
H
A
D
drbd_int.h
1146
#define
LN2_BPL
5
macro
1150
#define
LN2_BPL
6
macro
Completed in 13 milliseconds