Lines Matching refs:hwm
801 xtlck->hwm.offset = 0; in txLock()
1712 int next, lwm, hwm; in xtLog() local
1862 hwm = xtlck->hwm.offset; in xtLog()
1864 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1867 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1876 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog()
1947 hwm = xtlck->hwm.offset; in xtLog()
1990 if (hwm >= next) { in xtLog()
1999 hwm = xtlck->hwm.offset; in xtLog()
2001 cpu_to_le16(hwm - next + 1); in xtLog()
2004 xtlck->header.length = hwm - next + 1; in xtLog()
2052 "hwm:%d", ip, mp, pxdlock->count, hwm); in xtLog()
2060 if (hwm >= next) { in xtLog()
2067 xadlock->count = hwm - next + 1; in xtLog()
2072 tlck->ip, mp, xadlock->count, next, hwm); in xtLog()