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:ram_free
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/
H
A
D
mcp251xfd-ram.c
67
u16
ram_free
;
in can_ram_get_layout()
local
74
ram_free
= config->size;
in can_ram_get_layout()
75
ram_free
-= config->tx.size[fd_mode] * num_tx;
in can_ram_get_layout()
77
num_rx =
ram_free
/ config->rx.size[fd_mode];
in can_ram_get_layout()
84
ram_free
= config->size;
in can_ram_get_layout()
85
ram_free
-= config->tx.size[fd_mode] * config->tx.min;
in can_ram_get_layout()
86
num_rx =
ram_free
/ config->rx.size[fd_mode];
in can_ram_get_layout()
88
ram_free
= config->size;
in can_ram_get_layout()
89
ram_free
-= config->rx.size[fd_mode] * config->rx.min;
in can_ram_get_layout()
90
num_tx =
ram_free
/ confi
in can_ram_get_layout()
[all...]
/kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/
H
A
D
mcp251xfd-core.c
392
int
ram_free
, i;
in mcp251xfd_ring_alloc()
local
410
ram_free
= MCP251XFD_RAM_SIZE - tx_obj_num *
in mcp251xfd_ring_alloc()
414
i < ARRAY_SIZE(priv->rx) &&
ram_free
>= rx_obj_size;
in mcp251xfd_ring_alloc()
418
rx_obj_num =
ram_free
/ rx_obj_size;
in mcp251xfd_ring_alloc()
431
ram_free
-= rx_ring->obj_num * rx_ring->obj_size;
in mcp251xfd_ring_alloc()
449
ram_free
);
in mcp251xfd_ring_alloc()
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
hpilo.c
723
goto
ram_free
;
in ilo_map_device()
727
ram_free
:
in ilo_map_device()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
hpilo.c
727
goto
ram_free
;
in ilo_map_device()
731
ram_free
:
in ilo_map_device()
Completed in 6 milliseconds