Lines Matching refs:pool
60 struct pool asm_hdr; /* Access Stripe Map Header */
61 struct pool asmap; /* Access Stripe Map */
62 struct pool asmhle; /* Access Stripe Map Header List Elements */
63 struct pool bufio; /* Buffer IO Pool */
64 struct pool callbackf; /* Callback function descriptors */
65 struct pool callbackv; /* Callback value descriptors */
66 struct pool dagh; /* DAG headers */
67 struct pool dagnode; /* DAG nodes */
68 struct pool daglist; /* DAG lists */
69 struct pool dagpcache; /* DAG pointer/param cache */
70 struct pool dqd; /* Disk Queue Data */
71 struct pool fss; /* Failed Stripe Structures */
72 struct pool funclist; /* Function Lists */
73 struct pool mcpair; /* Mutex/Cond Pairs */
74 struct pool pda; /* Physical Disk Access structures */
75 struct pool pss; /* Parity Stripe Status */
76 struct pool rad; /* Raid Access Descriptors */
77 struct pool reconbuffer; /* reconstruction buffer (header) pool */
78 struct pool revent; /* reconstruct events */
79 struct pool stripelock; /* StripeLock */
80 struct pool vfple; /* VoidFunctionPtr List Elements */
81 struct pool vple; /* VoidPointer List Elements */
110 extern struct pool rf_alloclist_pool; /* AllocList */
111 void rf_pool_init(RF_Raid_t *, char *, struct pool *, size_t, const char *, size_t, size_t);