Lines Matching refs:hwm
792 xtlck->hwm.offset = 0; in txLock()
1666 int next, lwm, hwm; in xtLog() local
1816 hwm = xtlck->hwm.offset; in xtLog()
1818 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1821 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1830 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog()
1900 hwm = xtlck->hwm.offset; in xtLog()
1943 if (hwm >= next) { in xtLog()
1952 hwm = xtlck->hwm.offset; in xtLog()
1954 cpu_to_le16(hwm - next + 1); in xtLog()
1957 xtlck->header.length = hwm - next + 1; in xtLog()
2004 ip, mp, pxdlock->count, hwm); in xtLog()
2012 if (hwm >= next) { in xtLog()
2019 xadlock->count = hwm - next + 1; in xtLog()
2023 tlck->ip, mp, xadlock->count, next, hwm); in xtLog()