Lines Matching refs:hwm
787 xtlck->hwm.offset = 0; in txLock()
1698 int next, lwm, hwm; in xtLog() local
1848 hwm = xtlck->hwm.offset; in xtLog()
1850 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1853 xtlck->header.length = hwm - XTENTRYSTART + 1; in xtLog()
1862 xadlock->count = hwm - XTENTRYSTART + 1; in xtLog()
1932 hwm = xtlck->hwm.offset; in xtLog()
1975 if (hwm >= next) { in xtLog()
1984 hwm = xtlck->hwm.offset; in xtLog()
1986 cpu_to_le16(hwm - next + 1); in xtLog()
1989 xtlck->header.length = hwm - next + 1; in xtLog()
2036 ip, mp, pxdlock->count, hwm); in xtLog()
2044 if (hwm >= next) { in xtLog()
2051 xadlock->count = hwm - next + 1; in xtLog()
2055 tlck->ip, mp, xadlock->count, next, hwm); in xtLog()