Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
threads.c File Reference
#include <linux/kernel.h>
#include <linux/random.h>
#include <linux/export.h>
#include "rds.h"

Go to the source code of this file.

Functions

 EXPORT_SYMBOL_GPL (rds_wq)
 
void rds_connect_complete (struct rds_connection *conn)
 
 EXPORT_SYMBOL_GPL (rds_connect_complete)
 
void rds_queue_reconnect (struct rds_connection *conn)
 
void rds_connect_worker (struct work_struct *work)
 
void rds_send_worker (struct work_struct *work)
 
void rds_recv_worker (struct work_struct *work)
 
void rds_shutdown_worker (struct work_struct *work)
 
void rds_threads_exit (void)
 
int rds_threads_init (void)
 

Variables

struct workqueue_structrds_wq
 

Function Documentation

EXPORT_SYMBOL_GPL ( rds_wq  )
EXPORT_SYMBOL_GPL ( rds_connect_complete  )
void rds_connect_complete ( struct rds_connection conn)

Definition at line 74 of file threads.c.

void rds_connect_worker ( struct work_struct work)

Definition at line 140 of file threads.c.

void rds_queue_reconnect ( struct rds_connection conn)

Definition at line 114 of file threads.c.

void rds_recv_worker ( struct work_struct work)

Definition at line 182 of file threads.c.

void rds_send_worker ( struct work_struct work)

Definition at line 160 of file threads.c.

void rds_shutdown_worker ( struct work_struct work)

Definition at line 204 of file threads.c.

void rds_threads_exit ( void  )

Definition at line 211 of file threads.c.

int rds_threads_init ( void  )

Definition at line 216 of file threads.c.

Variable Documentation

Definition at line 71 of file threads.c.