Searched refs:SO_LCKDBG_MAX (Results 1 – 12 of 12) sorted by relevance
318 #define SO_LCKDBG_MAX 4 /* number of debug locking Link Registers recorded */ macro319 void *lock_lr[SO_LCKDBG_MAX]; /* locking calling history */320 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()
7268 (2 * SO_LCKDBG_MAX * (2 + (2 * sizeof (void *)) + 1) + 1)7278 for (i = SO_LCKDBG_MAX - 1; i >= 0; i--) { in solockhistory_nr()7281 so->lock_lr[(so->next_lock_lr + i) % SO_LCKDBG_MAX], in solockhistory_nr()7282 so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]); in solockhistory_nr()7314 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in socket_lock()7365 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()
1458 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in vsock_unlock()
2681 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in sbunlock()
8699 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX;8733 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX;
1247 sc->next_lock_lr = (sc->next_lock_lr + 1) % SO_LCKDBG_MAX; in bridge_lock()1258 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unlock()1278 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_lock2ref()1294 sc->next_lock_lr = (sc->next_lock_lr + 1) % SO_LCKDBG_MAX; in bridge_unref()1299 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unref()1318 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_xlock()1323 sc->next_lock_lr = (sc->next_lock_lr + 1) % SO_LCKDBG_MAX; in bridge_xlock()
1208 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in rip_unlock()
2690 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in udp_lock()2717 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in udp_unlock()
3299 so->next_lock_lr = (so->next_lock_lr + 1) % SO_LCKDBG_MAX; in tcp_lock()3331 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in tcp_unlock()
5005 mp_so->next_lock_lr = (mp_so->next_lock_lr + 1) % SO_LCKDBG_MAX; in mptcp_lock()5043 mp_so->next_unlock_lr = (mp_so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in mptcp_unlock()