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:groups_per_page
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.c
106
* blocksize) blocks. So it can have information regarding
groups_per_page
857
* So it can have information regarding
groups_per_page
which
869
int
groups_per_page
;
in ext4_mb_init_cache()
local
890
groups_per_page
= blocks_per_page >> 1;
in ext4_mb_init_cache()
891
if (
groups_per_page
== 0)
in ext4_mb_init_cache()
892
groups_per_page
= 1;
in ext4_mb_init_cache()
895
if (
groups_per_page
> 1) {
in ext4_mb_init_cache()
896
i = sizeof(struct buffer_head *) *
groups_per_page
;
in ext4_mb_init_cache()
908
for (i = 0, group = first_group; i <
groups_per_page
; i++, group++) {
in ext4_mb_init_cache()
935
for (i = 0, group = first_group; i <
groups_per_page
;
in ext4_mb_init_cache()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.c
106
* blocksize) blocks. So it can have information regarding
groups_per_page
1266
* So it can have information regarding
groups_per_page
which
1278
int
groups_per_page
;
in ext4_mb_init_cache()
local
1299
groups_per_page
= blocks_per_page >> 1;
in ext4_mb_init_cache()
1300
if (
groups_per_page
== 0)
in ext4_mb_init_cache()
1301
groups_per_page
= 1;
in ext4_mb_init_cache()
1304
if (
groups_per_page
> 1) {
in ext4_mb_init_cache()
1305
i = sizeof(struct buffer_head *) *
groups_per_page
;
in ext4_mb_init_cache()
1315
for (i = 0, group = first_group; i <
groups_per_page
; i++, group++) {
in ext4_mb_init_cache()
1342
for (i = 0, group = first_group; i <
groups_per_page
;
in ext4_mb_init_cache()
[all...]
Completed in 8 milliseconds