Linux Kernel
3.7.1
|
#include <sched.h>
Data Fields | |
atomic_t | tk_count |
struct list_head | tk_task |
struct rpc_clnt * | tk_client |
struct rpc_rqst * | tk_rqstp |
struct rpc_message | tk_msg |
void(* | tk_callback )(struct rpc_task *) |
void(* | tk_action )(struct rpc_task *) |
struct rpc_call_ops * | tk_ops |
void * | tk_calldata |
unsigned long | tk_timeout |
unsigned long | tk_runstate |
struct workqueue_struct * | tk_workqueue |
struct rpc_wait_queue * | tk_waitqueue |
union { | |
struct work_struct tk_work | |
struct rpc_wait tk_wait | |
} | u |
ktime_t | tk_start |
pid_t | tk_owner |
int | tk_status |
unsigned short | tk_flags |
unsigned short | tk_timeouts |
unsigned char | tk_priority: 2 |
unsigned char | tk_garb_retry: 2 |
unsigned char | tk_cred_retry: 2 |
unsigned char | tk_rebind_retry: 2 |
struct rpc_message tk_msg |
struct rpc_call_ops* tk_ops |
struct rpc_wait_queue* tk_waitqueue |
struct work_struct tk_work |
struct workqueue_struct* tk_workqueue |
union { ... } u |