Searched refs:wakeFunc (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_paritylog.h50 int cnt; /* when 0, time to call wakeFunc */
52 /* int (*wakeFunc)(struct buf *); */
53 int (*wakeFunc) (RF_DagNode_t * node, int status); member in struct:RF_CommonLogData_s
169 int (*wakeFunc) (RF_DagNode_t * node, int status),
H A Drf_dagfuncs.c184 node->wakeFunc, (void *) node,
194 (node->wakeFunc) (node, ENOMEM);
221 node->wakeFunc, (void *) node, node->dagHdr->tracerec, timer);
230 (node->wakeFunc) (node, ENOMEM);
288 (int (*) (void *, int)) node->wakeFunc,
297 (node->wakeFunc) (node, ENOMEM);
328 (int (*) (void *, int)) node->wakeFunc,
339 (node->wakeFunc) (node, ENOMEM);
361 (int (*) (void *, int)) node->wakeFunc,
371 (node->wakeFunc) (nod
[all...]
H A Drf_dag.h95 int (*wakeFunc) (RF_DagNode_t *, int status); /* func called when the member in struct:RF_DagNode_s
H A Drf_paritylog.c265 int (*wakeFunc) (RF_DagNode_t * node, int status),
287 common->wakeFunc = wakeFunc;
672 int (*wakeFunc) (RF_DagNode_t * node, int status);
841 wakeFunc = item->common->wakeFunc;
845 (wakeFunc) (wakeArg, 0);
H A Drf_dagutils.c96 int (*wakeFunc) (RF_DagNode_t *node, int status),
109 node->wakeFunc = wakeFunc;

Completed in 143 milliseconds