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:priority_tickets
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
space-info.c
78
* space_info->total_bytes. This loops through the ->
priority_tickets
and
91
* space_info->
priority_tickets
, and we do not use ticket->wait, we simply
208
INIT_LIST_HEAD(&space_info->
priority_tickets
);
in create_space_info()
375
head = &space_info->
priority_tickets
;
in btrfs_try_granting_tickets()
399
if (head == &space_info->
priority_tickets
) {
in btrfs_try_granting_tickets()
551
list_empty(&space_info->
priority_tickets
)) {
in shrink_delalloc()
596
if (!list_empty(&space_info->
priority_tickets
))
in may_commit_transaction()
597
ticket = list_first_entry(&space_info->
priority_tickets
,
in may_commit_transaction()
1341
!list_empty(&space_info->
priority_tickets
);
in __reserve_bytes()
1343
pending_tickets = !list_empty(&space_info->
priority_tickets
);
in __reserve_bytes()
[all...]
H
A
D
space-info.h
55
struct list_head
priority_tickets
;
member
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
space-info.c
82
* space_info->total_bytes. This loops through the ->
priority_tickets
and
95
* space_info->
priority_tickets
, and we do not use ticket->wait, we simply
244
INIT_LIST_HEAD(&space_info->
priority_tickets
);
in create_space_info()
421
head = &space_info->
priority_tickets
;
in btrfs_try_granting_tickets()
445
if (head == &space_info->
priority_tickets
) {
in btrfs_try_granting_tickets()
689
list_empty(&space_info->
priority_tickets
)) {
in shrink_delalloc()
1647
!list_empty(&space_info->
priority_tickets
);
in __reserve_bytes()
1649
pending_tickets = !list_empty(&space_info->
priority_tickets
);
in __reserve_bytes()
1716
&space_info->
priority_tickets
);
in __reserve_bytes()
H
A
D
space-info.h
137
struct list_head
priority_tickets
;
member
Completed in 5 milliseconds