Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Drk_minidump.c77 static unsigned int pendings; variable
315 pendings++; in rk_minidump_add_region()
694 for (i = 0; i < pendings; i++) { in rk_minidump_driver_probe()
699 pendings = 0; in rk_minidump_driver_probe()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py503 self.pendings = []
718 heredoc.pendings[:0] = [(self._token, self._type, heredoc.name)]
719 for token, type, delim in heredoc.pendings:
741 self._heredoc.pendings.append((self._token, self._type, delim))
/OK3568_Linux_fs/kernel/include/net/iucv/
H A Daf_iucv.h133 atomic_t pendings; member
/OK3568_Linux_fs/kernel/net/iucv/
H A Daf_iucv.c188 (atomic_read(&iucv->pendings) <= 0)); in iucv_below_msglim()
491 atomic_set(&iucv->pendings, 0); in iucv_sock_alloc()
2167 atomic_inc(&iucv->pendings); in afiucv_hs_callback_txnotify()
2171 atomic_dec(&iucv->pendings); in afiucv_hs_callback_txnotify()
2172 if (atomic_read(&iucv->pendings) <= 0) in afiucv_hs_callback_txnotify()