Lines Matching refs:hwm
758 xtlck->hwm.offset = 0; in txLock()
1652 int next, lwm, hwm; in xtLog() local
1797 hwm = xtlck->hwm.offset; in xtLog()
1799 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1802 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1812 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog()
1871 hwm = xtlck->hwm.offset; in xtLog()
1913 if (hwm >= next) { in xtLog()
1922 hwm = xtlck->hwm.offset; in xtLog()
1924 cpu_to_le16(hwm - next + 1); in xtLog()
1927 xtlck->header.length = hwm - next + 1; in xtLog()
1977 "hwm:%d", ip, mp, pxdlock->count, hwm); in xtLog()
1985 if (hwm >= next) { in xtLog()
1992 xadlock->count = hwm - next + 1; in xtLog()
1997 tlck->ip, mp, xadlock->count, next, hwm); in xtLog()