HomeSort by relevance Sort by last modified time
    Searched full:atomic_add_int (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_process_lock.h 38 * - atomic_add_int(&foo, val) - add atomically the value
39 * - atomic_fetchadd_int(&foo, val) - does same as atomic_add_int
41 * - atomic_subtract_int(&foo, val) - can be made from atomic_add_int()
212 #define SCTP_INP_INCR_REF(_inp) atomic_add_int(&((_inp)->refcount), 1)
213 #define SCTP_INP_DECR_REF(_inp) atomic_add_int(&((_inp)->refcount), -1)
371 #define SCTP_INP_INCR_REF(_inp) atomic_add_int(&((_inp)->refcount), 1)
372 #define SCTP_INP_DECR_REF(_inp) atomic_add_int(&((_inp)->refcount), -1)
574 atomic_add_int(&SCTP_BASE_INFO(ipi_count_ep), 1); \
584 atomic_add_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
594 atomic_add_int(&SCTP_BASE_INFO(ipi_count_laddr), 1);
    [all...]
sctp_var.h 153 atomic_add_int(&SCTP_BASE_INFO(ipi_free_chunks), 1); \
215 atomic_add_int(&(sb)->sb_cc,SCTP_BUF_LEN((m))); \
216 atomic_add_int(&(sb)->sb_mbcnt, MSIZE); \
218 atomic_add_int(&(stcb)->asoc.sb_cc,SCTP_BUF_LEN((m))); \
219 atomic_add_int(&(stcb)->asoc.my_rwnd_control_len, MSIZE); \
223 atomic_add_int(&(sb)->sb_ctl,SCTP_BUF_LEN((m))); \
267 atomic_add_int(&(sb)->sb_cc, SCTP_BUF_LEN((m))); \
269 atomic_add_int(&(stcb)->asoc.sb_cc, SCTP_BUF_LEN((m))); \
285 atomic_add_int(&(sb)->sb_cc, SCTP_BUF_LEN((m))); \
286 atomic_add_int(&(sb)->sb_mbcnt, MSIZE);
    [all...]
sctp_peeloff.c 155 atomic_add_int(&stcb->asoc.refcnt, 1);
197 atomic_add_int(&stcb->asoc.refcnt, 1);
297 atomic_add_int(&stcb->asoc.refcnt, 1);
sctp_indata.h 54 atomic_add_int(&((net)->ref_count), 1); \
sctp_timer.c 680 atomic_add_int(&alt->ref_count, 1);
744 atomic_add_int(&alt->ref_count, 1);
950 atomic_add_int(&stcb->asoc.alternate->ref_count, 1);
    [all...]
sctputil.h 334 atomic_add_int(&stcb->asoc.total_output_queue_size,sz); \
338 atomic_add_int(&stcb->sctp_socket->so_snd.sb_cc,sz); \
sctp_input.c 866 atomic_add_int(&stcb->asoc.refcnt, 1);
951 atomic_add_int(&stcb->asoc.refcnt, 1);
    [all...]
sctp_output.c     [all...]
sctputil.c     [all...]
sctp_pcb.c 255 atomic_add_int(&SCTP_BASE_INFO(ipi_count_vrfs), 1);
477 atomic_add_int(&sctp_ifap->ifn_p->refcount, 1);
606 atomic_add_int(&vrf->refcount, 1);
618 atomic_add_int(&SCTP_BASE_INFO(ipi_count_ifns), 1);
638 atomic_add_int(&sctp_ifap->ifn_p->refcount, 1);
678 atomic_add_int(&sctp_ifnp->refcount, 1);
771 atomic_add_int(&SCTP_BASE_INFO(ipi_count_ifas), 1);
783 atomic_add_int(&sctp_ifap->refcount, 1);
    [all...]
sctp_bsd_addr.c 990 atomic_add_int(&SCTP_BASE_VAR(packet_log_writers), 1);
1078 atomic_add_int(&SCTP_BASE_VAR(packet_log_writers), SCTP_PKTLOG_WRITERS_NEED_LOCK);
sctp_indata.c 147 atomic_add_int(&net->ref_count, 1);
188 atomic_add_int(&chk->whoTo->ref_count, 1);
    [all...]
sctp_asconf.c     [all...]
sctp_uio.h     [all...]
sctp_sysctl.c 530 atomic_add_int(&stcb->asoc.refcnt, 1);
    [all...]
sctp_auth.c 575 atomic_add_int(&skey->refcount, 1);
    [all...]
sctp_usrreq.c 476 atomic_add_int(&stcb->asoc.refcnt, 1);
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_atomic.h 47 #define atomic_add_int(addr, val) InterlockedExchangeAdd((LPLONG)addr, (LONG)val) macro
54 #define atomic_add_int(addr, val) OSAtomicAdd32Barrier(val, (int32_t *)addr) macro
94 #define atomic_add_int(P, V) (void) __sync_fetch_and_add(P, V) macro
142 #define atomic_add_int(P, V) AO_fetch_and_add((AO_t*)P, V)
288 #define atomic_add_int(P, V) do { \
user_mbuf.c 966 atomic_add_int(m->m_ext.ref_cnt, 1);
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 501 atomic_add_int(&stcb->asoc.refcnt, 1);
    [all...]

Completed in 539 milliseconds