Home
last modified time | relevance | path

Searched refs:first_time (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c299 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change()
301 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
H A Dsctp_pcb.h253 uint8_t first_time; member
H A Dsctp_usrreq.c83 SCTP_BASE_VAR(first_time) = 0; in sctp_init()
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c3955 bool first_time = true; in latency_test_dec() local
3987 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() local
4075 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() local
4145 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 …]