HomeSort by: relevance | last modified time | path
    Searched defs:profTable (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/shark/shark/
profile.c 99 struct profHashTable *profTable;
205 profTable->hdr.tableSize * sizeof(struct profHashEntry))
214 if (profTable == phashTables[0])
221 if (profTable == phashTables[1])
234 profTable->hdr.tableSize * sizeof(struct profHashEntry));
252 profTable = phashTables[backup];
360 profTable = phashTables[0];
361 profTable->hdr.tableSize = info->tableSize;
362 profTable->hdr.entries = profTable->hdr.last = info->entries
    [all...]

Completed in 12 milliseconds