Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
srcimp_mgr Struct Reference

#include <ctsrc.h>

Data Fields

struct rsc_mgr mgr
 
spinlock_t mgr_lock
 
spinlock_t imap_lock
 
struct list_head imappers
 
struct imapperinit_imap
 
unsigned int init_imap_added
 
int(* get_srcimp )(struct srcimp_mgr *mgr, const struct srcimp_desc *desc, struct srcimp **rsrcimp)
 
int(* put_srcimp )(struct srcimp_mgr *mgr, struct srcimp *srcimp)
 
int(* imap_add )(struct srcimp_mgr *mgr, struct imapper *entry)
 
int(* imap_delete )(struct srcimp_mgr *mgr, struct imapper *entry)
 

Detailed Description

Definition at line 124 of file ctsrc.h.

Field Documentation

int(* get_srcimp)(struct srcimp_mgr *mgr, const struct srcimp_desc *desc, struct srcimp **rsrcimp)

Definition at line 133 of file ctsrc.h.

Definition at line 138 of file ctsrc.h.

int(* imap_delete)(struct srcimp_mgr *mgr, struct imapper *entry)

Definition at line 139 of file ctsrc.h.

spinlock_t imap_lock

Definition at line 127 of file ctsrc.h.

struct list_head imappers

Definition at line 128 of file ctsrc.h.

struct imapper* init_imap

Definition at line 129 of file ctsrc.h.

unsigned int init_imap_added

Definition at line 130 of file ctsrc.h.

Definition at line 125 of file ctsrc.h.

spinlock_t mgr_lock

Definition at line 126 of file ctsrc.h.

Definition at line 137 of file ctsrc.h.


The documentation for this struct was generated from the following file: