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:CHUNK_SHIFT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_mem.h
50
#define
CHUNK_SHIFT
9 /* sets number of pages per chunk */
macro
51
#define PAGES_PER_CHUNK (_AC(1, UL) <<
CHUNK_SHIFT
)
66
chunk_idx = page_idx >>
CHUNK_SHIFT
,
in siw_get_upage()
H
A
D
siw_mem.c
382
num_chunks = (num_pages >>
CHUNK_SHIFT
) + 1;
in siw_umem_get()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_mem.h
45
#define
CHUNK_SHIFT
9 /* sets number of pages per chunk */
macro
46
#define PAGES_PER_CHUNK (_AC(1, UL) <<
CHUNK_SHIFT
)
61
chunk_idx = page_idx >>
CHUNK_SHIFT
,
in siw_get_upage()
H
A
D
siw_mem.c
382
num_chunks = (num_pages >>
CHUNK_SHIFT
) + 1;
in siw_umem_get()
/kernel/linux/linux-6.6/mm/
H
A
D
zbud.c
70
#define
CHUNK_SHIFT
(PAGE_SHIFT - NCHUNKS_ORDER)
macro
71
#define CHUNK_SIZE (1 <<
CHUNK_SHIFT
)
73
#define NCHUNKS ((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >>
CHUNK_SHIFT
)
129
return (size + CHUNK_SIZE - 1) >>
CHUNK_SHIFT
;
in size_to_chunks()
170
handle += PAGE_SIZE - (zhdr->last_chunks <<
CHUNK_SHIFT
);
in encode_handle()
H
A
D
z3fold.c
56
#define
CHUNK_SHIFT
(PAGE_SHIFT - NCHUNKS_ORDER)
macro
57
#define CHUNK_SIZE (1 <<
CHUNK_SHIFT
)
59
#define ZHDR_CHUNKS (ZHDR_SIZE_ALIGNED >>
CHUNK_SHIFT
)
60
#define TOTAL_CHUNKS (PAGE_SIZE >>
CHUNK_SHIFT
)
188
return (size + CHUNK_SIZE - 1) >>
CHUNK_SHIFT
;
in size_to_chunks()
582
return memmove(beg + (dst_chunk <<
CHUNK_SHIFT
),
in mchunk_memmove()
583
beg + (zhdr->start_middle <<
CHUNK_SHIFT
),
in mchunk_memmove()
584
zhdr->middle_chunks <<
CHUNK_SHIFT
);
in mchunk_memmove()
612
sz = zhdr->first_chunks <<
CHUNK_SHIFT
;
in compact_single_buddy()
616
p += zhdr->start_middle <<
CHUNK_SHIFT
;
in compact_single_buddy()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
zbud.c
71
#define
CHUNK_SHIFT
(PAGE_SHIFT - NCHUNKS_ORDER)
macro
72
#define CHUNK_SIZE (1 <<
CHUNK_SHIFT
)
74
#define NCHUNKS ((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >>
CHUNK_SHIFT
)
233
return (size + CHUNK_SIZE - 1) >>
CHUNK_SHIFT
;
in size_to_chunks()
276
handle += PAGE_SIZE - (zhdr->last_chunks <<
CHUNK_SHIFT
);
in encode_handle()
H
A
D
z3fold.c
60
#define
CHUNK_SHIFT
(PAGE_SHIFT - NCHUNKS_ORDER)
macro
61
#define CHUNK_SIZE (1 <<
CHUNK_SHIFT
)
63
#define ZHDR_CHUNKS (ZHDR_SIZE_ALIGNED >>
CHUNK_SHIFT
)
64
#define TOTAL_CHUNKS (PAGE_SIZE >>
CHUNK_SHIFT
)
65
#define NCHUNKS ((PAGE_SIZE - ZHDR_SIZE_ALIGNED) >>
CHUNK_SHIFT
)
204
return (size + CHUNK_SIZE - 1) >>
CHUNK_SHIFT
;
in size_to_chunks()
663
return memmove(beg + (dst_chunk <<
CHUNK_SHIFT
),
in mchunk_memmove()
664
beg + (zhdr->start_middle <<
CHUNK_SHIFT
),
in mchunk_memmove()
665
zhdr->middle_chunks <<
CHUNK_SHIFT
);
in mchunk_memmove()
693
sz = zhdr->first_chunks <<
CHUNK_SHIFT
;
in compact_single_buddy()
[all...]
Completed in 7 milliseconds