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:zone_len
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
mailbox_mempool.c
585
size_t
zone_len
;
in mailbox_mempool_init()
local
591
zone_len
= sizeof(*area) * (g_max_oder + 1) + sizeof(*g_m_zone);
in mailbox_mempool_init()
592
g_m_zone = kzalloc(
zone_len
, GFP_KERNEL);
in mailbox_mempool_init()
H
A
D
reserved_mempool.c
157
size_t
zone_len
;
in create_zone()
local
159
zone_len
= sizeof(struct reserved_free_area_t) * (g_res_max_order + 1) + sizeof(*g_res_zone);
in create_zone()
161
g_res_zone = kzalloc(
zone_len
, GFP_KERNEL);
in create_zone()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
fsntfs.c
2480
CLST end, i,
zone_len
, zlen;
in mark_as_free_ex()
local
2518
zone_len
= wnd_zone_len(wnd);
in mark_as_free_ex()
2519
zlen = min(
zone_len
+ len, sbi->zone_max);
in mark_as_free_ex()
2521
if (zlen ==
zone_len
) {
in mark_as_free_ex()
2523
} else if (!
zone_len
) {
in mark_as_free_ex()
2533
} else if (zone_lcn +
zone_len
== lcn) {
in mark_as_free_ex()
Completed in 5 milliseconds