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:force_alloc
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
space-info.h
31
unsigned int
force_alloc
; /* set if we need to force a chunk
member
H
A
D
block-rsv.c
411
sinfo->
force_alloc
= CHUNK_ALLOC_FORCE;
in btrfs_update_global_block_rsv()
H
A
D
block-group.c
3060
found->
force_alloc
= CHUNK_ALLOC_FORCE;
in force_metadata_allocation()
3124
if (force < space_info->
force_alloc
)
in btrfs_chunk_alloc()
3125
force = space_info->
force_alloc
;
in btrfs_chunk_alloc()
3202
space_info->
force_alloc
= CHUNK_ALLOC_NO_FORCE;
in btrfs_chunk_alloc()
H
A
D
space-info.c
205
space_info->
force_alloc
= CHUNK_ALLOC_NO_FORCE;
in create_space_info()
H
A
D
transaction.c
634
if (rsv->space_info->
force_alloc
)
in start_transaction()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
space-info.h
125
unsigned int
force_alloc
; /* set if we need to force a chunk
member
H
A
D
block-rsv.c
394
sinfo->
force_alloc
= CHUNK_ALLOC_FORCE;
in btrfs_update_global_block_rsv()
H
A
D
block-group.c
3796
found->
force_alloc
= CHUNK_ALLOC_FORCE;
in force_metadata_allocation()
4082
if (force < space_info->
force_alloc
)
in btrfs_chunk_alloc()
4083
force = space_info->
force_alloc
;
in btrfs_chunk_alloc()
4167
space_info->
force_alloc
= CHUNK_ALLOC_NO_FORCE;
in btrfs_chunk_alloc()
H
A
D
space-info.c
241
space_info->
force_alloc
= CHUNK_ALLOC_NO_FORCE;
in create_space_info()
H
A
D
transaction.c
641
if (rsv->space_info->
force_alloc
)
in start_transaction()
/kernel/linux/linux-6.6/include/drm/ttm/
H
A
D
ttm_bo.h
171
* @
force_alloc
: Don't check the memory account during suspend or CPU page
183
bool
force_alloc
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H
A
D
ttm_bo_vm.c
223
.
force_alloc
= true
in ttm_bo_vm_fault_reserved()
H
A
D
ttm_resource.c
417
.
force_alloc
= true
in ttm_resource_manager_evict_all()
/kernel/linux/linux-6.6/mm/
H
A
D
vmscan.c
4286
static struct lru_gen_mm_walk *set_mm_walk(struct pglist_data *pgdat, bool
force_alloc
)
in set_mm_walk()
argument
4294
} else if (!walk &&
force_alloc
) {
in set_mm_walk()
Completed in 33 milliseconds