Searched refs:ipi_count_readq (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_lock_userspace.h196 sctppcbinfo.ipi_count_readq++; \
201 sctppcbinfo.ipi_count_readq--; \
H A Dsctp_process_lock.h624 atomic_add_int(&SCTP_BASE_INFO(ipi_count_readq), 1); \
629 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_readq), 1); \
H A Dsctp_pcb.h259 uint32_t ipi_count_readq; member in struct:sctp_epinfo
H A Dsctp_pcb.c162 spcb->readq_count = SCTP_BASE_INFO(ipi_count_readq);
6801 SCTP_BASE_INFO(ipi_count_readq) = 0;

Completed in 200 milliseconds