Searched refs:SO_LCKDBG_MAX (Results 1 – 12 of 12) sorted by relevance
309 #define SO_LCKDBG_MAX 4 /* number of debug locking Link Registers recorded */ macro310 void *lock_lr[SO_LCKDBG_MAX]; /* locking calling history */311 void *unlock_lr[SO_LCKDBG_MAX]; /* unlocking caller history */
1990 i = (so->next_lock_lr + SO_LCKDBG_MAX - 1) % SO_LCKDBG_MAX; in kcb_find_socket()2071 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in ctl_lock()2113 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in ctl_unlock()
7185 (2 * SO_LCKDBG_MAX * (2 + (2 * sizeof (void *)) + 1) + 1)7195 for (i = SO_LCKDBG_MAX - 1; i >= 0; i--) { in solockhistory_nr()7198 so->lock_lr[(so->next_lock_lr + i) % SO_LCKDBG_MAX], in solockhistory_nr()7199 so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]); in solockhistory_nr()7231 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in socket_lock()7282 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in socket_unlock()
2866 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in unp_lock()2897 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in unp_unlock()
1569 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in vsock_unlock()
2664 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in sbunlock()
8700 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX;8734 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX;
1205 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in rip_unlock()
2705 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in udp_lock()2732 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in udp_unlock()
3544 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in tcp_lock()3576 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in tcp_unlock()
5013 mp_so->next_lock_lr = (mp_so->next_lock_lr + 1) % SO_LCKDBG_MAX; in mptcp_lock()5051 mp_so->next_unlock_lr = (mp_so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in mptcp_unlock()
1249 sc->next_lock_lr = (sc->next_lock_lr + 1) % SO_LCKDBG_MAX; in bridge_lock()1260 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unlock()1280 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_lock2ref()1296 sc->next_lock_lr = (sc->next_lock_lr + 1) % SO_LCKDBG_MAX; in bridge_unref()1301 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unref()1320 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_xlock()1325 sc->next_lock_lr = (sc->next_lock_lr + 1) % SO_LCKDBG_MAX; in bridge_xlock()