Searched refs:backchain (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_txnmgr.c | 1174 lrd->backchain = 0; in txCommit() 1463 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog() 1500 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog() 1534 lrd->backchain = in diLog() 1584 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog() 1634 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1663 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1685 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog() 1753 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog() 1843 lrd->backchain = in xtLog() [all …]
|
D | jfs_logmgr.h | 206 __le32 backchain; /* 4: ptr to prev record of same transaction */ member
|
D | jfs_mount.c | 500 lrd.backchain = 0; in logMOUNT()
|
D | jfs_logmgr.c | 986 lrd.backchain = 0; in lmLogSync() 1384 lrd.backchain = 0; in lmLogInit() 1671 lrd.backchain = 0; in lmLogShutdown() 2459 lrd_ptr->backchain = 0; in lmLogFormat()
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 633 4003a4: 50 00 f0 00 st %r0,0(%r15) # Save backchain 675 stack backchain in optimised code as this also causes pipeline stalls, you 1213 When your backchain reaches a dead end 1221 2) Another backchain should also be easy to recognise since it is an 1246 now backchain 1248 we now are taking the contents of SP to get our first backchain. 1257 now do d 000FFFA0.40 for our 3rd backchain 1268 kernel entry routines for the sake of optimisation don't set up a backchain. 1289 Congrats you've done your first backchain. 1770 p/x (*($sp+56))&0x7fffffff get the first backchain. [all …]
|
/Linux-v4.19/arch/s390/ |
D | Kconfig | 640 This option enables the compiler option -mkernel-backchain if it 645 -mkernel-backchain the minimum size drops to 16 byte on 31 bit
|
/Linux-v4.19/tools/objtool/Documentation/ |
D | stack-validation.txt | 42 required by the ABI (sometimes referred to as "backchain pointers").
|