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:jfs_tlocks_low
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_txnmgr.h
276
extern int
jfs_tlocks_low
;
H
A
D
jfs_txnmgr.c
68
int
jfs_tlocks_low
; /* Indicates low number of available tlocks */
variable
193
if ((++TxAnchor.tlocksInUse > TxLockHWM) && (
jfs_tlocks_low
== 0)) {
in txLockAlloc()
195
jfs_tlocks_low
= 1;
in txLockAlloc()
208
if (
jfs_tlocks_low
&& (TxAnchor.tlocksInUse < TxLockLWM)) {
in txLockFree()
209
jfs_info("txLockFree
jfs_tlocks_low
no more");
in txLockFree()
210
jfs_tlocks_low
= 0;
in txLockFree()
2844
* worry about deadlocking when
jfs_tlocks_low
is set, since we would
2929
while (
jfs_tlocks_low
&& !list_empty(&TxAnchor.anon_list)) {
in jfs_sync()
3014
"
jfs_tlocks_low
= %d\n"
in jfs_txanchor_proc_show()
3022
jfs_tlocks_low
,
in jfs_txanchor_proc_show()
[all...]
H
A
D
jfs_logmgr.c
687
||
jfs_tlocks_low
)) {
in lmGroupCommit()
893
test_bit(log_FLUSH, &log->flag) ||
jfs_tlocks_low
))
in lmPostGC()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_txnmgr.h
276
extern int
jfs_tlocks_low
;
H
A
D
jfs_txnmgr.c
68
int
jfs_tlocks_low
; /* Indicates low number of available tlocks */
variable
193
if ((++TxAnchor.tlocksInUse > TxLockHWM) && (
jfs_tlocks_low
== 0)) {
in txLockAlloc()
195
jfs_tlocks_low
= 1;
in txLockAlloc()
208
if (
jfs_tlocks_low
&& (TxAnchor.tlocksInUse < TxLockLWM)) {
in txLockFree()
209
jfs_info("txLockFree
jfs_tlocks_low
no more");
in txLockFree()
210
jfs_tlocks_low
= 0;
in txLockFree()
2807
* worry about deadlocking when
jfs_tlocks_low
is set, since we would
2892
while (
jfs_tlocks_low
&& !list_empty(&TxAnchor.anon_list)) {
in jfs_sync()
2977
"
jfs_tlocks_low
= %d\n"
in jfs_txanchor_proc_show()
2985
jfs_tlocks_low
,
in jfs_txanchor_proc_show()
[all...]
H
A
D
jfs_logmgr.c
679
||
jfs_tlocks_low
)) {
in lmGroupCommit()
885
test_bit(log_FLUSH, &log->flag) ||
jfs_tlocks_low
))
in lmPostGC()
Completed in 12 milliseconds