OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RF_DagParam_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_dag.h
115
RF_DagParam_t
*params; /* array of parameters required by *funcPtr */
131
RF_DagParam_t
*big_dag_params; /* used when the cache below isn't big enough */
133
RF_DagParam_t
dag_params[RF_DAG_PARAMCACHESIZE]; /* cache for performance */
raidframevar.h
314
typedef union RF_GenericParam_u
RF_DagParam_t
;
rf_dagutils.c
81
#define RF_DAGPCACHE_SIZE ((2*RF_MAXCOL+1*2+1*2*2+3) *(RF_MAX(sizeof(
RF_DagParam_t
), sizeof(RF_DagNode_t *))))
158
node->params = (
RF_DagParam_t
*) node->dag_params;
159
} else if (nParam <= (RF_DAGPCACHE_SIZE / sizeof(
RF_DagParam_t
))) {
Completed in 15 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025