Searched refs:_tcb (Results 1 – 2 of 2) sorted by relevance
335 #define SCTP_TCB_SEND_LOCK_INIT(_tcb) do { \ argument336 mtx_init(&(_tcb)->tcb_send_mtx, "sctp-send-tcb", "tcbs", \340 #define SCTP_TCB_SEND_LOCK_DESTROY(_tcb) do { \ argument341 mtx_destroy(&(_tcb)->tcb_send_mtx); \344 #define SCTP_TCB_SEND_LOCK(_tcb) do { \ argument345 mtx_lock(&(_tcb)->tcb_send_mtx); \348 #define SCTP_TCB_SEND_UNLOCK(_tcb) do { \ argument349 mtx_unlock(&(_tcb)->tcb_send_mtx); \360 #define SCTP_TCB_LOCK_INIT(_tcb) do { \ argument361 mtx_init(&(_tcb)->tcb_mtx, "sctp-tcb", "tcb", \[all …]
74 struct tcb *_tcb; in _tcb_get() local76 __asm __volatile("addi %0, tp, %1" : "=r"(_tcb) : "I"(-TP_OFFSET)); in _tcb_get()78 return (_tcb); in _tcb_get()