Searched refs:first_time (Results 1 – 4 of 4) sorted by relevance
299 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change()301 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
253 uint8_t first_time; member
83 SCTP_BASE_VAR(first_time) = 0; in sctp_init()
3955 bool first_time = true; in latency_test_dec() local3987 if (likely(first_time && (deq > 0))) { in latency_test_dec()3989 first_time = false; in latency_test_dec()4028 bool first_time = true; in latency_test_ldpc_dec() local4075 if (likely(first_time && (deq > 0))) { in latency_test_ldpc_dec()4077 first_time = false; in latency_test_ldpc_dec()4114 bool first_time = true; in latency_test_enc() local4145 if (likely(first_time && (deq > 0))) { in latency_test_enc()4147 first_time = false; in latency_test_enc()4181 bool first_time = true; in latency_test_ldpc_enc() local[all …]