HomeSort by: relevance | last modified time | path
    Searched refs:Lambda (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_decluster.h 75 u_int Lambda; /* the pair count in the block design */
rf_decluster.c 74 int b, v, k, r, lambda; /* block design params */ local in function:rf_ConfigureDeclustered
111 lambda = *((int *) cfgBuf);
128 info->Lambda = lambda;
462 * under recon at any one time. In each table, lambda units are required
464 * (lambda*B)/r units. We subtract one to avoid weird boundary cases.
466 * for example, suppose were given 50 buffers, r=19, and lambda=4 as in
470 * disk. There are lambda "required units" for each disk, so the fastest
481 return (info->Lambda * raidPtr->numFloatingReconBufs / info->TableDepthInPUs / rf_numBufsToAccumulate);

Completed in 13 milliseconds