Searched refs:SO_LCKDBG_MAX (Results 1 – 11 of 11) sorted by relevance
270 #define SO_LCKDBG_MAX 4 /* number of debug locking Link Registers recorded */ macro271 void *lock_lr[SO_LCKDBG_MAX]; /* locking calling history */272 void *unlock_lr[SO_LCKDBG_MAX]; /* unlocking caller history */
1964 i = (so->next_lock_lr + SO_LCKDBG_MAX - 1) % SO_LCKDBG_MAX; in kcb_find_socket()2045 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in ctl_lock()2087 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in ctl_unlock()
7255 (2 * SO_LCKDBG_MAX * (2 + (2 * sizeof (void *)) + 1) + 1)7265 for (i = SO_LCKDBG_MAX - 1; i >= 0; i--) { in solockhistory_nr()7268 so->lock_lr[(so->next_lock_lr + i) % SO_LCKDBG_MAX], in solockhistory_nr()7269 so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]); in solockhistory_nr()7303 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in socket_lock()7356 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in socket_unlock()
2629 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in unp_lock()2660 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in unp_unlock()
2588 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in sbunlock()
8059 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in event_lock()8093 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in event_unlock()
1159 sc->next_lock_lr = (sc->next_lock_lr + 1) % SO_LCKDBG_MAX; in bridge_lock()1170 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unlock()1190 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_lock2ref()1206 sc->next_lock_lr = (sc->next_lock_lr + 1) % SO_LCKDBG_MAX; in bridge_unref()1211 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unref()1230 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_xlock()1235 sc->next_lock_lr = (sc->next_lock_lr + 1) % SO_LCKDBG_MAX; in bridge_xlock()
1157 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in rip_unlock()
2550 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in udp_lock()2577 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in udp_unlock()
3246 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in tcp_lock()3283 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in tcp_unlock()
5072 mp_so->next_lock_lr = (mp_so->next_lock_lr + 1) % SO_LCKDBG_MAX; in mptcp_lock()5116 mp_so->next_unlock_lr = (mp_so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in mptcp_unlock()