Searched refs:next_unlock_lr (Results 1 – 12 of 12) sorted by relevance
1204 so->unlock_lr[so->next_unlock_lr] = lr_saved; in rip_unlock()1205 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in rip_unlock()
2694 so->unlock_lr[so->next_unlock_lr] = lr_saved; in udp_unlock()2695 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in udp_unlock()
3474 so->unlock_lr[so->next_unlock_lr] = lr_saved; in tcp_unlock()3475 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in tcp_unlock()
5044 mp_so->unlock_lr[mp_so->next_unlock_lr] = lr_saved; in mptcp_unlock()5045 mp_so->next_unlock_lr = (mp_so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in mptcp_unlock()
1568 so->unlock_lr[so->next_unlock_lr] = lr_saved; in vsock_unlock()1569 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in vsock_unlock()
401 so->next_unlock_lr = 0; in sonewconn_internal()2663 so->unlock_lr[so->next_unlock_lr] = lr_saved; in sbunlock()2664 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in sbunlock()
2112 so->unlock_lr[so->next_unlock_lr] = lr_saved; in ctl_unlock()2113 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in ctl_unlock()
2896 so->unlock_lr[so->next_unlock_lr] = lr_saved; in unp_unlock()2897 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in unp_unlock()
595 so->next_unlock_lr = 0; in socreate_internal()7190 so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]); in solockhistory_nr()7272 so->unlock_lr[so->next_unlock_lr] = lr_saved; in socket_unlock()7273 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in socket_unlock()
8733 so->unlock_lr[so->next_unlock_lr] = lr_saved;8734 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX;
591 int next_unlock_lr; member1259 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_unlock()1260 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unlock()1279 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_lock2ref()1280 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_lock2ref()1300 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_unref()1301 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unref()1319 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_xlock()1320 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_xlock()
313 u_int8_t next_unlock_lr; member