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

  /src/sys/arch/shark/shark/
profile.c 205 profTable->hdr.tableSize * sizeof(struct profHashEntry))
234 profTable->hdr.tableSize * sizeof(struct profHashEntry));
267 sizeof(struct profHashEntry), uio))
341 info->tableSize * sizeof(struct profHashEntry),
344 phashTables[0]->entries = (struct profHashEntry *)
348 info->tableSize * sizeof(struct profHashEntry),
351 phashTables[1]->entries = (struct profHashEntry *)
355 info->tableSize * sizeof(struct profHashEntry));
357 info->tableSize * sizeof(struct profHashEntry));
579 struct profHashEntry *sample
    [all...]
  /src/sys/arch/shark/include/
profileio.h 71 struct profHashEntry
98 struct profHashEntry *entries;

Completed in 31 milliseconds