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:reservations
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
Makefile
31
reservations
.o \
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
Makefile
31
reservations
.o \
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
block-group.h
163
atomic_t
reservations
;
member
H
A
D
block-group.c
337
if (atomic_dec_and_test(&bg->
reservations
))
in btrfs_dec_block_group_reservations()
338
wake_up_var(&bg->
reservations
);
in btrfs_dec_block_group_reservations()
357
* block group's
reservations
counter is incremented while a read lock
in btrfs_wait_block_group_reservations()
364
wait_var_event(&bg->
reservations
, !atomic_read(&bg->
reservations
));
in btrfs_wait_block_group_reservations()
H
A
D
extent-tree.c
2695
atomic_inc(&bg->
reservations
);
in btrfs_inc_block_group_reservations()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
block-group.h
217
atomic_t
reservations
;
member
H
A
D
block-group.c
374
if (atomic_dec_and_test(&bg->
reservations
))
in btrfs_dec_block_group_reservations()
375
wake_up_var(&bg->
reservations
);
in btrfs_dec_block_group_reservations()
394
* block group's
reservations
counter is incremented while a read lock
in btrfs_wait_block_group_reservations()
401
wait_var_event(&bg->
reservations
, !atomic_read(&bg->
reservations
));
in btrfs_wait_block_group_reservations()
H
A
D
extent-tree.c
2658
atomic_inc(&bg->
reservations
);
in btrfs_inc_block_group_reservations()
/kernel/linux/linux-6.6/mm/
H
A
D
hugetlb.c
120
* remain, give up any
reservations
based on minimum size and
in unlock_or_release_subpool()
213
* Return the number of global page
reservations
that must be dropped.
1032
* Flags for MAP_PRIVATE
reservations
. These are stored in the bottom
1110
*
reservations
are to be un-charged from here.
in resv_map_alloc()
1244
struct resv_map *
reservations
= vma_resv_map(vma);
in clear_vma_resv_huge_pages()
local
1246
if (
reservations
&& is_vma_resv_set(vma, HPAGE_RESV_OWNER)) {
in clear_vma_resv_huge_pages()
1247
resv_map_put_hugetlb_cgroup_uncharge_info(
reservations
);
in clear_vma_resv_huge_pages()
1248
kref_put(&
reservations
->refs, resv_map_release);
in clear_vma_resv_huge_pages()
1409
* have no page reserves. This check ensures that
reservations
are
in dequeue_hugetlb_folio_vma()
2680
* are used by the huge page allocation routines to manage
reservations
[all...]
Completed in 30 milliseconds