Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-Use-1-instead-of-WAIT_ANY.patch18 @@ -78,7 +78,7 @@ int usl_pid_reap_children(int waitfor)
22 - while (((pid = waitpid(WAIT_ANY, &status, (waitfor ? 0: WNOHANG))) != -1) && (pid != 0)) {
23 + while (((pid = waitpid(-1, &status, (waitfor ? 0: WNOHANG))) != -1) && (pid != 0)) {
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c278 static inline int waitfor(struct cryptodev_result *cr, ssize_t ret) in waitfor() function
325 return waitfor(&cdata->async.result, ret); in cryptodev_cipher_encrypt()
347 return waitfor(&cdata->async.result, ret); in cryptodev_cipher_decrypt()
430 return waitfor(&hdata->async.result, ret); in cryptodev_hash_update()
442 return waitfor(&hdata->async.result, ret); in cryptodev_hash_final()
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c273 u8 waitfor, int timeout_hz) in dvb_ca_en50221_wait_if_status() argument
292 if (res & waitfor) { in dvb_ca_en50221_wait_if_status()