Searched refs:next_unlock_lr (Results 1 – 12 of 12) sorted by relevance
1207 so->unlock_lr[so->next_unlock_lr] = lr_saved; in rip_unlock()1208 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in rip_unlock()
2716 so->unlock_lr[so->next_unlock_lr] = lr_saved; in udp_unlock()2717 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in udp_unlock()
3330 so->unlock_lr[so->next_unlock_lr] = lr_saved; in tcp_unlock()3331 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in tcp_unlock()
5042 mp_so->unlock_lr[mp_so->next_unlock_lr] = lr_saved; in mptcp_unlock()5043 mp_so->next_unlock_lr = (mp_so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in mptcp_unlock()
1457 so->unlock_lr[so->next_unlock_lr] = lr_saved; in vsock_unlock()1458 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in vsock_unlock()
401 so->next_unlock_lr = 0; in sonewconn_internal()2680 so->unlock_lr[so->next_unlock_lr] = lr_saved; in sbunlock()2681 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()
755 so->next_unlock_lr = 0; in socreate_internal()7282 so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]); in solockhistory_nr()7364 so->unlock_lr[so->next_unlock_lr] = lr_saved; in socket_unlock()7365 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX; in socket_unlock()
8732 so->unlock_lr[so->next_unlock_lr] = lr_saved;8733 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX;
589 int next_unlock_lr; member1257 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_unlock()1258 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unlock()1277 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_lock2ref()1278 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_lock2ref()1298 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_unref()1299 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_unref()1317 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_xlock()1318 sc->next_unlock_lr = (sc->next_unlock_lr + 1) % SO_LCKDBG_MAX; in bridge_xlock()
322 u_int8_t next_unlock_lr; member