OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockTable
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_decluster.h
56
RF_RowCol_t **
BlockTable
; /* the block membership table */
rf_declusterPQ.c
219
info->
BlockTable
= rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, raidPtr->cleanupList);
220
if (info->
BlockTable
== NULL)
242
info->
BlockTable
[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l]
rf_decluster.c
241
info->
BlockTable
= rf_make_2d_array(info->TableDepthInPUs * layoutPtr->SUsPerPU, raidPtr->numCol, raidPtr->cleanupList);
242
if (info->
BlockTable
== NULL)
264
info->
BlockTable
[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l]
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025