Home
last modified time | relevance | path

Searched defs:is_async (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/android/
H A Dbinder_alloc.c373 int is_async, in binder_alloc_new_buf_locked()
565 int is_async, in binder_alloc_new_buf()
/openbmc/linux/drivers/crypto/
H A Datmel-aes.c192 bool is_async; member
1992 bool is_async) in atmel_aes_authenc_init()
2013 bool is_async) in atmel_aes_authenc_transfer()
2068 bool is_async) in atmel_aes_authenc_final()
H A Datmel-sha.c145 bool is_async; member
/openbmc/linux/net/tls/
H A Dtls_device.c719 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local
/openbmc/linux/fs/
H A Ddirect-io.c131 int is_async; /* is IO async ? */ member
/openbmc/linux/net/sunrpc/
H A Dsched.c1019 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local
/openbmc/linux/drivers/base/power/
H A Dmain.c667 static bool is_async(struct device *dev) in is_async() function