Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/iucv/
Daf_iucv.h133 atomic_t pendings; member
/Linux-v5.4/net/iucv/
Daf_iucv.c296 (atomic_read(&iucv->pendings) <= 0)); in iucv_below_msglim()
585 atomic_set(&iucv->pendings, 0); in iucv_sock_alloc()
2307 atomic_inc(&iucv->pendings); in afiucv_hs_callback_txnotify()
2311 atomic_dec(&iucv->pendings); in afiucv_hs_callback_txnotify()
2312 if (atomic_read(&iucv->pendings) <= 0) in afiucv_hs_callback_txnotify()