Home
last modified time | relevance | path

Searched refs:pendings (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/iucv/
H A Daf_iucv.h136 atomic_t pendings; member
/linux/net/iucv/
H A Daf_iucv.c173 (atomic_read(&iucv->pendings) <= 0)); in iucv_below_msglim()
467 atomic_set(&iucv->pendings, 0); in iucv_sock_alloc()
2153 atomic_inc(&iucv->pendings); in afiucv_hs_callback_txnotify()
2157 if (atomic_dec_return(&iucv->pendings) <= 0) in afiucv_hs_callback_txnotify()