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

  /src/sys/arch/shark/include/
profileio.h 82 unsigned int tableSize; /* total table size in entries */
106 unsigned int tableSize; /* the total table size in entries */
132 unsigned int tableSize; /* the total table size in entries */
  /src/sys/arch/shark/shark/
profile.c 205 profTable->hdr.tableSize * sizeof(struct profHashEntry))
234 profTable->hdr.tableSize * sizeof(struct profHashEntry));
238 phashTables[backup]->hdr.tableSize = phashTables[real]->hdr.tableSize;
266 phashTables[real]->hdr.tableSize *
324 if (info->entries > info->tableSize)
341 info->tableSize * sizeof(struct profHashEntry),
348 info->tableSize * sizeof(struct profHashEntry),
355 info->tableSize * sizeof(struct profHashEntry));
357 info->tableSize * sizeof(struct profHashEntry))
    [all...]

Completed in 58 milliseconds