HomeSort by relevance Sort by last modified time
    Searched refs:atomic_subtract_int (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_atomic.h 49 #define atomic_subtract_int(addr, val) InterlockedExchangeAdd((LPLONG)addr,-((LONG)val)) macro
56 #define atomic_subtract_int(addr, val) OSAtomicAdd32Barrier(-val, (int32_t *)addr) macro
97 #define atomic_subtract_int(P, V) (void) __sync_fetch_and_sub(P, V) macro
144 #define atomic_subtract_int(P, V) AO_fetch_and_add((AO_t*)P, -(V))
293 #define atomic_subtract_int(P, V) do { \
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_process_lock.h 41 * - atomic_subtract_int(&foo, val) - can be made from atomic_add_int()
579 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_ep), 1); \
589 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
599 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_laddr), 1); \
609 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_raddr), 1); \
619 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_chunk), 1); \
629 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_readq), 1); \
639 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_strmoq), 1); \
sctputil.h 296 atomic_subtract_int(&((asoc)->chunks_on_out_queue), chk_cnt); \
298 atomic_subtract_int(&((asoc)->total_output_queue_size), tp1->book_size); \
305 atomic_subtract_int(&((stcb)->sctp_socket->so_snd.sb_cc), tp1->book_size); \
319 atomic_subtract_int(&(asoc)->total_output_queue_size, sp->length); \
326 atomic_subtract_int(&stcb->sctp_socket->so_snd.sb_cc,sp->length); \
sctp_peeloff.c 169 atomic_subtract_int(&stcb->asoc.refcnt, 1);
223 atomic_subtract_int(&stcb->asoc.refcnt, 1);
233 atomic_subtract_int(&stcb->asoc.refcnt, 1);
320 atomic_subtract_int(&stcb->asoc.refcnt, 1);
sctp_var.h 172 atomic_subtract_int(&SCTP_BASE_INFO(ipi_free_chunks), 1); \
211 atomic_subtract_int(&(sb)->sb_ctl,SCTP_BUF_LEN((m))); \
253 atomic_subtract_int(&(sb)->sb_cc, SCTP_BUF_LEN((m))); \
259 atomic_subtract_int(&(stcb)->asoc.sb_cc, SCTP_BUF_LEN((m))); \
sctp_input.c 283 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1);
857 atomic_subtract_int(&stcb->asoc.refcnt, 1);
942 atomic_subtract_int(&stcb->asoc.refcnt, 1);
    [all...]
sctp_sysctl.c 592 atomic_subtract_int(&stcb->asoc.refcnt, 1);
600 atomic_subtract_int(&stcb->asoc.refcnt, 1);
633 atomic_subtract_int(&stcb->asoc.refcnt, 1);
639 atomic_subtract_int(&stcb->asoc.refcnt, 1);
    [all...]
sctputil.c     [all...]
sctp_bsd_addr.c 1057 atomic_subtract_int(&SCTP_BASE_VAR(packet_log_writers), 1);
1099 atomic_subtract_int(&SCTP_BASE_VAR(packet_log_writers),
sctp_pcb.c 311 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_vrfs), 1);
325 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_ifns), 1);
351 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_ifas), 1);
    [all...]
sctp_uio.h     [all...]
sctp_indata.c     [all...]
sctp_output.c     [all...]
sctp_usrreq.c 478 atomic_subtract_int(&stcb->asoc.refcnt, 1);
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 505 atomic_subtract_int(&stcb->asoc.refcnt, 1);
    [all...]

Completed in 607 milliseconds