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:pa_count
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.h
107
atomic_t
pa_count
;
member
H
A
D
mballoc.c
3873
atomic_inc(&pa->
pa_count
);
in ext4_mb_check_group_pa()
3883
atomic_dec(&cpa->
pa_count
);
in ext4_mb_check_group_pa()
3884
atomic_inc(&pa->
pa_count
);
in ext4_mb_check_group_pa()
3924
atomic_inc(&pa->
pa_count
);
in ext4_mb_use_preallocated()
4071
BUG_ON(atomic_read(&pa->
pa_count
));
in ext4_mb_pa_callback()
4088
if (!atomic_dec_and_test(&pa->
pa_count
) || pa->pa_free != 0) {
in ext4_mb_put_pa()
4435
if (atomic_read(&pa->
pa_count
)) {
in ext4_mb_discard_group_preallocations()
4532
if (atomic_read(&pa->
pa_count
)) {
in ext4_discard_preallocations()
4616
atomic_set(&pa->
pa_count
, 1);
in ext4_mb_pa_alloc()
4627
WARN_ON(!atomic_dec_and_test(&pa->
pa_count
));
in ext4_mb_pa_free()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.h
129
atomic_t
pa_count
;
member
H
A
D
mballoc.c
4740
atomic_inc(&pa->
pa_count
);
in ext4_mb_check_group_pa()
4750
atomic_dec(&cpa->
pa_count
);
in ext4_mb_check_group_pa()
4751
atomic_inc(&pa->
pa_count
);
in ext4_mb_check_group_pa()
4910
atomic_inc(&tmp_pa->
pa_count
);
in ext4_mb_use_preallocated()
5056
BUG_ON(atomic_read(&pa->
pa_count
));
in ext4_mb_pa_free()
5082
if (!atomic_dec_and_test(&pa->
pa_count
) || pa->pa_free != 0) {
in ext4_mb_put_pa()
5456
if (atomic_read(&pa->
pa_count
)) {
in ext4_mb_discard_group_preallocations()
5562
if (atomic_read(&pa->
pa_count
)) {
in ext4_discard_preallocations()
5646
atomic_set(&pa->
pa_count
, 1);
in ext4_mb_pa_alloc()
5657
WARN_ON(!atomic_dec_and_test(&pa->
pa_count
));
in ext4_mb_pa_put_free()
[all...]
/kernel/linux/linux-5.10/drivers/parisc/
H
A
D
lba_pci.c
1023
long
pa_count
;
in lba_pat_resources()
local
1041
pa_count
= pa_pdc_cell->mod[1];
in lba_pat_resources()
1059
for (i = 0; i <
pa_count
; i++) {
in lba_pat_resources()
/kernel/linux/linux-6.6/drivers/parisc/
H
A
D
lba_pci.c
1023
long
pa_count
;
in lba_pat_resources()
local
1041
pa_count
= pa_pdc_cell->mod[1];
in lba_pat_resources()
1059
for (i = 0; i <
pa_count
; i++) {
in lba_pat_resources()
Completed in 19 milliseconds