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:left_free
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
percpu.c
356
*bits += block->
left_free
;
in pcpu_next_md_free_region()
357
if (block->
left_free
== PCPU_BITMAP_BLOCK_BITS)
in pcpu_next_md_free_region()
411
*bits += block->
left_free
;
in pcpu_next_fit_region()
414
if (block->
left_free
== PCPU_BITMAP_BLOCK_BITS)
in pcpu_next_fit_region()
592
block->
left_free
= contig;
in pcpu_block_update()
816
s_block->
left_free
= 0;
in pcpu_block_update_hint_alloc()
820
s_block->
left_free
= min(s_block->
left_free
, s_off);
in pcpu_block_update_hint_alloc()
850
e_block->
left_free
= 0;
in pcpu_block_update_hint_alloc()
866
block->
left_free
in pcpu_block_update_hint_alloc()
[all...]
H
A
D
percpu-internal.h
45
int
left_free
; /* size of free space along
member
/kernel/linux/linux-6.6/mm/
H
A
D
percpu.c
377
*bits += block->
left_free
;
in pcpu_next_md_free_region()
378
if (block->
left_free
== PCPU_BITMAP_BLOCK_BITS)
in pcpu_next_md_free_region()
432
*bits += block->
left_free
;
in pcpu_next_fit_region()
435
if (block->
left_free
== PCPU_BITMAP_BLOCK_BITS)
in pcpu_next_fit_region()
636
block->
left_free
= contig;
in pcpu_block_update()
861
s_block->
left_free
= 0;
in pcpu_block_update_hint_alloc()
865
s_block->
left_free
= min(s_block->
left_free
, s_off);
in pcpu_block_update_hint_alloc()
895
e_block->
left_free
= 0;
in pcpu_block_update_hint_alloc()
911
block->
left_free
in pcpu_block_update_hint_alloc()
[all...]
H
A
D
percpu-internal.h
27
int
left_free
; /* size of free space along
member
Completed in 7 milliseconds