Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/iucv/
Daf_iucv.h127 atomic_t pendings; member
/linux-4.4.14/net/iucv/
Daf_iucv.c294 (atomic_read(&iucv->pendings) <= 0)); in iucv_below_msglim()
555 atomic_set(&iucv->pendings, 0); in iucv_sock_alloc()
2254 atomic_inc(&iucv->pendings); in afiucv_hs_callback_txnotify()
2258 atomic_dec(&iucv->pendings); in afiucv_hs_callback_txnotify()
2259 if (atomic_read(&iucv->pendings) <= 0) in afiucv_hs_callback_txnotify()