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:allocated_pages
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H
A
D
ttm_pool.c
66
static atomic_long_t
allocated_pages
;
variable
238
atomic_long_add(1 << pt->order, &
allocated_pages
);
in ttm_pool_type_give()
249
atomic_long_sub(1 << pt->order, &
allocated_pages
);
in ttm_pool_type_take()
538
while (atomic_long_read(&
allocated_pages
) > page_pool_size)
in ttm_pool_free()
608
while (!num_freed && atomic_long_read(&
allocated_pages
));
in ttm_pool_shrinker_scan()
617
unsigned long num_pages = atomic_long_read(&
allocated_pages
);
in ttm_pool_shrinker_count()
664
atomic_long_read(&
allocated_pages
), page_pool_size);
in ttm_pool_debugfs_footer()
/kernel/linux/linux-5.10/arch/s390/pci/
H
A
D
pci_debug.c
73
atomic64_t *counter = &zdev->
allocated_pages
;
in pci_sw_counter_show()
H
A
D
pci_dma.c
416
atomic64_add(size / PAGE_SIZE, &zdev->
allocated_pages
);
in s390_dma_alloc()
429
atomic64_sub(size / PAGE_SIZE, &zdev->
allocated_pages
);
in s390_dma_free()
H
A
D
pci.c
155
atomic64_set(&zdev->
allocated_pages
, 0);
in zpci_fmb_enable_device()
/kernel/linux/linux-6.6/arch/s390/pci/
H
A
D
pci_debug.c
73
atomic64_t *counter = &zdev->
allocated_pages
;
in pci_sw_counter_show()
H
A
D
pci_dma.c
438
atomic64_add(size / PAGE_SIZE, &zdev->
allocated_pages
);
in s390_dma_alloc()
451
atomic64_sub(size / PAGE_SIZE, &zdev->
allocated_pages
);
in s390_dma_free()
H
A
D
pci.c
168
atomic64_set(&zdev->
allocated_pages
, 0);
in zpci_fmb_enable_device()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
pci.h
179
atomic64_t
allocated_pages
;
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
pci.h
184
atomic64_t
allocated_pages
;
member
Completed in 9 milliseconds