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:size_remaining
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/android/ion/
H
A
D
ion_system_heap.c
110
unsigned long
size_remaining
= PAGE_ALIGN(size);
in ion_system_heap_allocate()
local
117
while (
size_remaining
> 0) {
in ion_system_heap_allocate()
118
page = alloc_largest_available(sys_heap, buffer,
size_remaining
,
in ion_system_heap_allocate()
123
size_remaining
-= page_size(page);
in ion_system_heap_allocate()
/kernel/linux/linux-6.6/drivers/dma-buf/heaps/
H
A
D
system_heap.c
341
unsigned long
size_remaining
= len;
in system_heap_allocate()
local
361
while (
size_remaining
> 0) {
in system_heap_allocate()
371
page = alloc_largest_available(
size_remaining
, max_order);
in system_heap_allocate()
376
size_remaining
-= page_size(page);
in system_heap_allocate()
/kernel/linux/linux-5.10/net/bridge/netfilter/
H
A
D
ebtables.c
2087
unsigned int
size_remaining
= size_user;
in compat_copy_entries()
local
2091
&
size_remaining
, state);
in compat_copy_entries()
2095
if (
size_remaining
)
in compat_copy_entries()
/kernel/linux/linux-6.6/net/bridge/netfilter/
H
A
D
ebtables.c
2197
unsigned int
size_remaining
= size_user;
in compat_copy_entries()
local
2201
&
size_remaining
, state);
in compat_copy_entries()
2205
if (
size_remaining
)
in compat_copy_entries()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_execbuf.c
3174
uint32_t
size_remaining
= *size;
in vmw_cmd_check_not_3d()
local
3196
if (*size >
size_remaining
) {
in vmw_cmd_check_not_3d()
3602
uint32_t
size_remaining
= *size;
in vmw_cmd_check()
local
3618
if (unlikely(*size >
size_remaining
))
in vmw_cmd_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_execbuf.c
3218
uint32_t
size_remaining
= *size;
in vmw_cmd_check_not_3d()
local
3240
if (*size >
size_remaining
) {
in vmw_cmd_check_not_3d()
3666
uint32_t
size_remaining
= *size;
in vmw_cmd_check()
local
3682
if (unlikely(*size >
size_remaining
))
in vmw_cmd_check()
Completed in 27 milliseconds