OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tableOffset
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_declusterPQ.c
284
RF_StripeNum_t FullTableID, FullTableOffset, TableID,
TableOffset
;
302
TableOffset
= FullTableOffset - TableID * info->SUsPerTable;
303
BlockID =
TableOffset
/ info->PUsPerBlock;
304
BlockOffset =
TableOffset
- BlockID * info->PUsPerBlock;
334
outSU +=
TableOffset
/ (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
351
RF_StripeNum_t FullTableID, FullTableOffset, TableID,
TableOffset
;
370
TableOffset
= FullTableOffset - TableID * info->SUsPerTable;
371
BlockID =
TableOffset
/ info->PUsPerBlock;
388
outSU +=
TableOffset
/ (info->BlocksPerTable * info->PUsPerBlock);
401
RF_StripeNum_t FullTableID, FullTableOffset, TableID,
TableOffset
;
[
all
...]
rf_decluster.c
324
RF_StripeNum_t FullTableID, FullTableOffset, TableID,
TableOffset
;
341
TableOffset
= FullTableOffset - TableID * info->SUsPerTable;
342
BlockID =
TableOffset
/ info->PUsPerBlock;
343
BlockOffset =
TableOffset
- BlockID * info->PUsPerBlock;
362
outSU +=
TableOffset
/ (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
382
RF_StripeNum_t FullTableID, FullTableOffset, TableID,
TableOffset
;
400
TableOffset
= FullTableOffset - TableID * info->SUsPerTable;
401
/*
TableOffset
= FullTableOffset % info->SUsPerTable; */
402
/* BlockID = (
TableOffset
/ info->PUsPerBlock) %
404
BlockID =
TableOffset
/ info->PUsPerBlock
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_processpptables.c
283
uint16_t
tableOffset
= get_acp_table_offset(hwmgr, powerplay_table);
285
if (
tableOffset
> 0)
286
return
tableOffset
+ 1;
371
uint16_t
tableOffset
= get_sclk_vdd_gfx_table_offset(hwmgr, powerplay_table);
373
if (
tableOffset
> 0)
374
return
tableOffset
;
Completed in 26 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025