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:freewait
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_txnmgr.c
56
wait_queue_head_t
freewait
; /* eventlist of free tblock */
member
285
init_waitqueue_head(&TxAnchor.
freewait
);
in txInit()
397
TXN_SLEEP(&TxAnchor.
freewait
);
in txBegin()
407
TXN_SLEEP(&TxAnchor.
freewait
);
in txBegin()
568
TXN_WAKEUP(&TxAnchor.
freewait
);
in txEnd()
2994
char *
freewait
;
in jfs_txanchor_proc_show()
local
2998
freewait
=
in jfs_txanchor_proc_show()
2999
waitqueue_active(&TxAnchor.
freewait
) ? "active" : "empty";
in jfs_txanchor_proc_show()
3009
"
freewait
= %s\n"
in jfs_txanchor_proc_show()
3017
freewait
,
in jfs_txanchor_proc_show()
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_txnmgr.c
56
wait_queue_head_t
freewait
; /* eventlist of free tblock */
member
285
init_waitqueue_head(&TxAnchor.
freewait
);
in txInit()
397
TXN_SLEEP(&TxAnchor.
freewait
);
in txBegin()
407
TXN_SLEEP(&TxAnchor.
freewait
);
in txBegin()
568
TXN_WAKEUP(&TxAnchor.
freewait
);
in txEnd()
2957
char *
freewait
;
in jfs_txanchor_proc_show()
local
2961
freewait
=
in jfs_txanchor_proc_show()
2962
waitqueue_active(&TxAnchor.
freewait
) ? "active" : "empty";
in jfs_txanchor_proc_show()
2972
"
freewait
= %s\n"
in jfs_txanchor_proc_show()
2980
freewait
,
in jfs_txanchor_proc_show()
[all...]
Completed in 6 milliseconds