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
defs:mem_used
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
tty_buffer.h
42
atomic_t
mem_used
; /* In-use buffers excluding free list */
member
/kernel/linux/linux-5.10/include/sound/
H
A
D
soundfont.h
73
int
mem_used
; /* used memory size */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
soundfont.h
73
int
mem_used
; /* used memory size */
member
/kernel/linux/linux-5.10/drivers/hyperhold/
H
A
D
hp_core.c
50
atomic64_t
mem_used
= ATOMIC64_INIT(0);
variable
698
atomic64_sub(sizeof(struct bio), &
mem_used
);
in hpio_endio()
local
715
atomic64_add(sizeof(struct bio), &
mem_used
);
in hpio_submit()
local
750
atomic64_sub(sizeof(struct bio), &
mem_used
);
in hpio_submit()
local
/kernel/linux/linux-6.6/drivers/hyperhold/
H
A
D
hp_core.c
51
atomic64_t
mem_used
= ATOMIC64_INIT(0);
variable
738
atomic64_sub(sizeof(struct bio), &
mem_used
);
in hpio_endio()
local
761
atomic64_add(sizeof(struct bio), &
mem_used
);
in hpio_submit()
local
800
atomic64_sub(sizeof(struct bio), &
mem_used
);
in hpio_submit()
local
/kernel/linux/linux-6.6/kernel/dma/
H
A
D
swiotlb.c
1213
static unsigned long
mem_used
(struct io_tlb_mem *mem)
in mem_used()
function
1247
static unsigned long
mem_used
(struct io_tlb_mem *mem)
in mem_used()
function
/kernel/linux/linux-5.10/drivers/block/zram/
H
A
D
zram_drv.c
1009
u64 orig_size,
mem_used
= 0;
in mm_stat_show()
local
/kernel/linux/linux-5.10/include/linux/
H
A
D
tty.h
68
atomic_t
mem_used
; /* In-use buffers excluding free list */
member
/kernel/linux/linux-6.6/drivers/block/zram/
H
A
D
zram_drv.c
1077
u64 orig_size,
mem_used
= 0;
in mm_stat_show()
local
Completed in 13 milliseconds