Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/iucv/
Daf_iucv.h136 atomic_t pendings; member
/Linux-v6.1/net/iucv/
Daf_iucv.c173 (atomic_read(&iucv->pendings) <= 0)); in iucv_below_msglim()
467 atomic_set(&iucv->pendings, 0); in iucv_sock_alloc()
2146 atomic_inc(&iucv->pendings); in afiucv_hs_callback_txnotify()
2150 if (atomic_dec_return(&iucv->pendings) <= 0) in afiucv_hs_callback_txnotify()