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:nr_alloced
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hyperhold/
H
A
D
hp_space.c
28
atomic_set(&spc->
nr_alloced
, 0);
in deinit_space()
46
atomic_set(&spc->
nr_alloced
, 0);
in init_space()
76
atomic_inc(&spc->
nr_alloced
);
in alloc_eid()
94
if (atomic_dec_and_test(&spc->
nr_alloced
)) {
in free_eid()
113
if (!atomic_read(&spc->
nr_alloced
))
in wait_for_space_empty()
119
wait_event(spc->empty_wq, !atomic_read(&spc->
nr_alloced
));
in wait_for_space_empty()
H
A
D
hp_space.h
18
atomic_t
nr_alloced
;
member
/kernel/linux/linux-6.6/drivers/hyperhold/
H
A
D
hp_space.c
28
atomic_set(&spc->
nr_alloced
, 0);
in deinit_space()
46
atomic_set(&spc->
nr_alloced
, 0);
in init_space()
76
atomic_inc(&spc->
nr_alloced
);
in alloc_eid()
94
if (atomic_dec_and_test(&spc->
nr_alloced
)) {
in free_eid()
113
if (!atomic_read(&spc->
nr_alloced
))
in wait_for_space_empty()
119
wait_event(spc->empty_wq, !atomic_read(&spc->
nr_alloced
));
in wait_for_space_empty()
H
A
D
hp_space.h
18
atomic_t
nr_alloced
;
member
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H
A
D
protection_keys.c
561
int
nr_alloced
= 0;
in alloc_random_pkey()
local
571
alloced_pkeys[
nr_alloced
++] = new_pkey;
in alloc_random_pkey()
574
pkey_assert(
nr_alloced
> 0);
in alloc_random_pkey()
576
random_index = rand() %
nr_alloced
;
in alloc_random_pkey()
582
for (i = 0; i <
nr_alloced
; i++) {
in alloc_random_pkey()
976
int
nr_alloced
= 0;
in test_pkey_alloc_free_attach_pkey0()
local
998
alloced_pkeys[
nr_alloced
++] = new_pkey;
in test_pkey_alloc_free_attach_pkey0()
1001
for (i = 0; i <
nr_alloced
; i++) {
in test_pkey_alloc_free_attach_pkey0()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
protection_keys.c
553
int
nr_alloced
= 0;
in alloc_random_pkey()
local
563
alloced_pkeys[
nr_alloced
++] = new_pkey;
in alloc_random_pkey()
566
pkey_assert(
nr_alloced
> 0);
in alloc_random_pkey()
568
random_index = rand() %
nr_alloced
;
in alloc_random_pkey()
574
for (i = 0; i <
nr_alloced
; i++) {
in alloc_random_pkey()
968
int
nr_alloced
= 0;
in test_pkey_alloc_free_attach_pkey0()
local
990
alloced_pkeys[
nr_alloced
++] = new_pkey;
in test_pkey_alloc_free_attach_pkey0()
993
for (i = 0; i <
nr_alloced
; i++) {
in test_pkey_alloc_free_attach_pkey0()
Completed in 5 milliseconds