Home
last modified time | relevance | path

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

/openbmc/openbmc/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))
/openbmc/linux/include/net/iucv/
H A Daf_iucv.h136 atomic_t pendings; member
/openbmc/linux/net/iucv/
H A Daf_iucv.c173 (atomic_read(&iucv->pendings) <= 0)); in iucv_below_msglim()
467 atomic_set(&iucv->pendings, 0); in iucv_sock_alloc()
2154 atomic_inc(&iucv->pendings); in afiucv_hs_callback_txnotify()
2158 if (atomic_dec_return(&iucv->pendings) <= 0) in afiucv_hs_callback_txnotify()