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:tickets_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
space-info.c
392
space_info->
tickets_id
++;
in btrfs_try_granting_tickets()
838
space_info->
tickets_id
++;
in steal_from_global_rsv()
865
u64
tickets_id
= space_info->
tickets_id
;
in maybe_fail_all_tickets()
local
874
tickets_id
== space_info->
tickets_id
) {
in maybe_fail_all_tickets()
913
return (
tickets_id
!= space_info->
tickets_id
);
in maybe_fail_all_tickets()
940
last_tickets_id = space_info->
tickets_id
;
in btrfs_async_reclaim_metadata_space()
954
if (last_tickets_id == space_info->
tickets_id
) {
in btrfs_async_reclaim_metadata_space()
[all...]
H
A
D
space-info.h
65
*
tickets_id
just indicates the next ticket will be handled, so note
68
u64
tickets_id
;
member
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
space-info.c
438
space_info->
tickets_id
++;
in btrfs_try_granting_tickets()
972
space_info->
tickets_id
++;
in steal_from_global_rsv()
999
u64
tickets_id
= space_info->
tickets_id
;
in maybe_fail_all_tickets()
local
1010
tickets_id
== space_info->
tickets_id
) {
in maybe_fail_all_tickets()
1037
return (
tickets_id
!= space_info->
tickets_id
);
in maybe_fail_all_tickets()
1064
last_tickets_id = space_info->
tickets_id
;
in btrfs_async_reclaim_metadata_space()
1078
if (last_tickets_id == space_info->
tickets_id
) {
in btrfs_async_reclaim_metadata_space()
[all...]
H
A
D
space-info.h
147
*
tickets_id
just indicates the next ticket will be handled, so note
150
u64
tickets_id
;
member
Completed in 5 milliseconds