HomeSort by: relevance | last modified time | path
    Searched refs:RF_AllocListElem_t (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/dev/raidframe/
rf_alloclist.h 46 RF_AllocListElem_t *next;
53 void rf_real_AddToAllocList(RF_AllocListElem_t * l, void *p, int size);
54 void rf_FreeAllocList(RF_AllocListElem_t * l);
55 RF_AllocListElem_t *rf_real_MakeAllocList(void);
rf_dagffrd.h 38 RF_AllocListElem_t * allocList);
42 RF_AllocListElem_t * allocList, RF_IoType_t type);
46 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList);
50 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList);
rf_dagffwr.h 38 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList,
43 RF_AllocListElem_t * allocList, RF_IoType_t type);
47 RF_AllocListElem_t * allocList);
51 RF_AllocListElem_t * allocList);
55 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList, int nfaults,
59 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList, int nfaults,
63 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList,
67 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList,
71 RF_AllocListElem_t * allocList);
74 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList)
    [all...]
rf_dagdegwr.h 36 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList);
40 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList,
46 int *nPQNodep, RF_AllocListElem_t * allocList);
50 RF_AllocListElem_t * allocList, const char *redundantReadNodeName,
rf_parityloggingdags.h 41 void *bp, RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList,
46 void *bp, RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList,
51 void *bp, RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList,
56 void *bp, RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList,
rf_dagdegrd.h 38 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList);
42 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList);
46 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList,
51 RF_RaidAccessFlags_t flags, RF_AllocListElem_t * allocList);
56 RF_AllocListElem_t * allocList);
60 RF_AllocListElem_t * allocList, const char *redundantReadNodeName,
rf_sstf.h 51 RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp);
54 RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp);
57 RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp);
rf_alloclist.c 69 pool_init(&rf_alloclist_pool, sizeof(RF_AllocListElem_t), 0, 0, 0, "rf_alloclist_pl", NULL, IPL_BIO);
84 rf_real_AddToAllocList(RF_AllocListElem_t *l, void *p, int size)
86 RF_AllocListElem_t *newelem;
104 rf_FreeAllocList(RF_AllocListElem_t *l)
107 RF_AllocListElem_t *temp, *p;
124 RF_AllocListElem_t *
rf_utils.h 45 RF_RowCol_t **rf_make_2d_array(int b, int k, RF_AllocListElem_t * allocList);
46 RF_RowCol_t *rf_make_1d_array(int c, RF_AllocListElem_t * allocList);
rf_fifo.h 52 RF_AllocListElem_t * clList, RF_ShutdownList_t ** listp);
rf_parityscan.h 46 RF_AllocListElem_t *, RF_RaidAccessFlags_t, int);
rf_dagutils.h 64 const char *, RF_AllocListElem_t *);
102 char **, char **, RF_AllocListElem_t *);
107 int *, char **, char *, RF_AllocListElem_t *);
rf_cvscan.h 75 RF_AllocListElem_t * cl_list, RF_ShutdownList_t ** listp);
rf_chaindecluster.h 64 RF_AllocListElem_t *);
rf_dag.h 162 RF_AllocListElem_t *allocList; /* ptr to list of ptrs to be freed
208 RF_AllocListElem_t *allocList)
rf_utils.c 45 rf_make_2d_array(int b, int k, RF_AllocListElem_t *allocList)
71 rf_make_1d_array(int c, RF_AllocListElem_t *allocList)
rf_diskqueue.h 87 void *(*Create) (RF_SectorCount_t, RF_AllocListElem_t *, RF_ShutdownList_t **); /* creation routine --
151 RF_AllocListElem_t *);
rf_debugMem.h 80 _RF_MallocAndAdd(size_t size, RF_AllocListElem_t *l
rf_dagffrd.c 80 RF_AllocListElem_t *allocList)
129 RF_RaidAccessFlags_t flags, RF_AllocListElem_t *allocList,
325 RF_RaidAccessFlags_t flags, RF_AllocListElem_t *allocList,
449 RF_AllocListElem_t * allocList)
462 RF_AllocListElem_t *allocList)
rf_paritylogDiskMgr.c 117 RF_AllocListElem_t ** rrd_alloclist,
168 RF_AllocListElem_t ** fwr_alloclist,
216 RF_AllocListElem_t ** prd_alloclist,
270 RF_AllocListElem_t ** pwr_alloclist,
327 RF_AllocListElem_t *fwr_alloclist;
372 RF_AllocListElem_t *rrd_alloclist = NULL, *prd_alloclist, *pwr_alloclist;
rf_fifo.c 56 rf_FifoCreate(RF_SectorCount_t sectPerDisk, RF_AllocListElem_t *clList,
rf_raid.h 182 RF_AllocListElem_t *cleanupList; /* memory to be freed at
rf_dagffwr.c 83 RF_AllocListElem_t *allocList,
94 RF_AllocListElem_t *allocList,
105 RF_AllocListElem_t *allocList)
116 RF_AllocListElem_t *allocList)
167 RF_AllocListElem_t *allocList,
525 RF_AllocListElem_t *allocList,
1201 RF_AllocListElem_t *allocList)
rf_sstf.c 244 RF_AllocListElem_t *cl_list,
258 RF_AllocListElem_t *cl_list,
272 RF_AllocListElem_t *cl_list,
rf_dagdegrd.c 84 RF_AllocListElem_t *allocList)
119 RF_AllocListElem_t *allocList)
265 RF_AllocListElem_t *allocList,
578 RF_AllocListElem_t *allocList)
705 RF_AllocListElem_t *allocList)
1040 RF_AllocListElem_t *allocList,

Completed in 37 milliseconds

1 2