Lines Matching defs:async_work
222 struct hmdfs_async_work *async_work = NULL;
237 async_work = (struct hmdfs_async_work *)hmdfs_find_msg_head(node,
239 if (!async_work || !cancel_delayed_work(&async_work->d_work))
242 page = async_work->page;
253 hmdfs_client_recv_readpage(recv, rd_err, async_work);
254 asw_put(async_work);
258 /* async_work will be released by recvpage in normal processure */
259 if (async_work)
260 asw_put(async_work);