Lines Matching refs:hwm
792 xtlck->hwm.offset = 0; in txLock()
1700 int next, lwm, hwm; in xtLog() local
1850 hwm = xtlck->hwm.offset; in xtLog()
1852 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1855 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1864 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog()
1934 hwm = xtlck->hwm.offset; in xtLog()
1977 if (hwm >= next) { in xtLog()
1986 hwm = xtlck->hwm.offset; in xtLog()
1988 cpu_to_le16(hwm - next + 1); in xtLog()
1991 xtlck->header.length = hwm - next + 1; in xtLog()
2038 ip, mp, pxdlock->count, hwm); in xtLog()
2046 if (hwm >= next) { in xtLog()
2053 xadlock->count = hwm - next + 1; in xtLog()
2057 tlck->ip, mp, xadlock->count, next, hwm); in xtLog()