Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_device.c713 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local
/linux/fs/
H A Ddirect-io.c130 int is_async; /* is IO async ? */ member
/linux/net/sunrpc/
H A Dsched.c1019 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local
/linux/drivers/base/power/
H A Dmain.c595 static bool is_async(struct device *dev) in is_async() function