Home
last modified time | relevance | path

Searched refs:profHashEntry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/shark/shark/
H A Dprofile.c205 profTable->hdr.tableSize * sizeof(struct profHashEntry)) in profread()
234 profTable->hdr.tableSize * sizeof(struct profHashEntry)); in profread()
267 sizeof(struct profHashEntry), uio)) in profread()
341 info->tableSize * sizeof(struct profHashEntry), in profStart()
344 phashTables[0]->entries = (struct profHashEntry *) in profStart()
348 info->tableSize * sizeof(struct profHashEntry), in profStart()
351 phashTables[1]->entries = (struct profHashEntry *) in profStart()
355 info->tableSize * sizeof(struct profHashEntry)); in profStart()
357 info->tableSize * sizeof(struct profHashEntry)); in profStart()
579 struct profHashEntry *sample; in profEnter()
[all …]
/netbsd-src/sys/arch/shark/include/
H A Dprofileio.h71 struct profHashEntry struct
98 struct profHashEntry *entries; argument