Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/iucv/
Daf_iucv.h127 atomic_t pendings; member
/linux-4.1.27/drivers/gpio/
Dgpio-pca953x.c451 u8 pendings = 0; in pca953x_irq_pending() local
487 pendings += pending[i]; in pca953x_irq_pending()
490 return pendings; in pca953x_irq_pending()
/linux-4.1.27/net/iucv/
Daf_iucv.c295 (atomic_read(&iucv->pendings) <= 0)); in iucv_below_msglim()
556 atomic_set(&iucv->pendings, 0); in iucv_sock_alloc()
2255 atomic_inc(&iucv->pendings); in afiucv_hs_callback_txnotify()
2259 atomic_dec(&iucv->pendings); in afiucv_hs_callback_txnotify()
2260 if (atomic_read(&iucv->pendings) <= 0) in afiucv_hs_callback_txnotify()