Home
last modified time | relevance | path

Searched refs:atomic_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h125 atomic_t c_send_generation;
126 atomic_t c_senders;
144 atomic_t c_state;
230 atomic_t i_refcount;
278 atomic_t m_refcount;
H A Drdma.h22 atomic_t r_refcount;
H A Dib.h91 atomic_t w_free_ctr;
173 atomic_t i_credits;
H A Drdsv3_impl.h56 typedef unsigned int atomic_t; typedef
237 atomic_t sk_refcount;
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs243 …lags, (struct task_struct)->state, (struct task_struct)->stack, (struct atomic_t)->counter, (struc…
244 …lags, (struct task_struct)->state, (struct task_struct)->stack, (struct atomic_t)->counter, (struc…
247 SYSC_socket write_list: [(struct callback_head)->func, (struct atomic_t)->counter, (struct raw_spin…
248 SYSC_socketpair write_list: [(struct callback_head)->func, (struct atomic_t)->counter, (struct raw_…
251 …n, (struct proto_ops)->read_sock, (struct callback_head)->func, (struct atomic_t)->counter, (struc…
264 …->prog_id, (union bpf_attr)->map_id, (union bpf_attr)->next_id, (struct atomic_t)->counter, (struc…
266 …lags, (struct task_struct)->state, (struct task_struct)->stack, (struct atomic_t)->counter, (struc…
267 …lags, (struct task_struct)->state, (struct task_struct)->stack, (struct atomic_t)->counter, (struc…
268 …lags, (struct task_struct)->state, (struct task_struct)->stack, (struct atomic_t)->counter, (struc…
269 …lags, (struct task_struct)->state, (struct task_struct)->stack, (struct atomic_t)->counter, (struc…
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c55 static atomic_t rdsv3_ib_allocation = ATOMIC_INIT(0);
110 extern int atomic_add_unless(atomic_t *, uint_t, ulong_t);
H A Dcong.c91 static atomic_t rdsv3_cong_generation = ATOMIC_INIT(0);
H A Drdsv3_impl.c1333 atomic_add_unless(atomic_t *v, uint_t a, ulong_t u) in atomic_add_unless()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h20 typedef volatile unsigned long atomic_t; typedef
704 atomic_t credit;
H A Decore_sp_verbs.c4282 static INLINE BOOL __atomic_add_ifless(atomic_t *v, int a, int u) in __atomic_add_ifless()
4310 static INLINE BOOL __atomic_dec_ifmoe(atomic_t *v, int a, int u) in __atomic_dec_ifmoe()