Searched refs:atomic_t (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
| H A D | rdsv3.h | 125 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 D | rdma.h | 22 atomic_t r_refcount;
|
| H A D | ib.h | 91 atomic_t w_free_ctr; 173 atomic_t i_credits;
|
| H A D | rdsv3_impl.h | 56 typedef unsigned int atomic_t; typedef 237 atomic_t sk_refcount;
|
| /illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
| H A D | kernel.implicit_dependencies.no_structs | 243 …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 D | ib_recv.c | 55 static atomic_t rdsv3_ib_allocation = ATOMIC_INIT(0); 110 extern int atomic_add_unless(atomic_t *, uint_t, ulong_t);
|
| H A D | cong.c | 91 static atomic_t rdsv3_cong_generation = ATOMIC_INIT(0);
|
| H A D | rdsv3_impl.c | 1333 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 D | ecore_sp_verbs.h | 20 typedef volatile unsigned long atomic_t; typedef 704 atomic_t credit;
|
| H A D | ecore_sp_verbs.c | 4282 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()
|