Home
last modified time | relevance | path

Searched defs:reinit_completion (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompletion.h98 static inline void reinit_completion(struct completion *x) in reinit_completion() function
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptodev.h10 # define reinit_completion(x) INIT_COMPLETION(*(x)) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h67 #define reinit_completion(x) ((x)->done = 0) macro