Searched refs:HIGHWATERMARK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_debug.h | 102 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) macro 106 #define HIGHWATERMARK(x,y) macro
|
H A D | jfs_txnmgr.c | 192 HIGHWATERMARK(stattx.maxlid, lid); in txLockAlloc() 431 HIGHWATERMARK(stattx.maxtid, t); /* statistics */ in txBegin()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_debug.h | 102 #define HIGHWATERMARK(x,y) ((x) = max((x), (y))) macro 106 #define HIGHWATERMARK(x,y) macro
|
H A D | jfs_txnmgr.c | 192 HIGHWATERMARK(stattx.maxlid, lid); in txLockAlloc() 431 HIGHWATERMARK(stattx.maxtid, t); /* statistics */ in txBegin()
|
Completed in 7 milliseconds