rpc_wake_up_queued_task
rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
rpc_wake_up_queued_task(&sequence->wait, next->task);
rpc_wake_up_queued_task(&NFS_SERVER(inode)->uoc_rpcwaitq, task);
rpc_wake_up_queued_task(&clp->cl_cb_waitq, task);
void rpc_wake_up_queued_task(struct rpc_wait_queue *,
EXPORT_SYMBOL_GPL(rpc_wake_up_queued_task);
rpc_wake_up_queued_task(queue, task);
rpc_wake_up_queued_task(queue, task);
rpc_wake_up_queued_task(task->tk_waitqueue, task);
rpc_wake_up_queued_task(&xprt->pending, task);
rpc_wake_up_queued_task(&xprt->pending, task);