Symbol: profHashEntry
sys/arch/shark/include/profileio.h
98
struct profHashEntry *entries;
sys/arch/shark/shark/profile.c
205
profTable->hdr.tableSize * sizeof(struct profHashEntry))
sys/arch/shark/shark/profile.c
234
profTable->hdr.tableSize * sizeof(struct profHashEntry));
sys/arch/shark/shark/profile.c
267
sizeof(struct profHashEntry), uio))
sys/arch/shark/shark/profile.c
341
info->tableSize * sizeof(struct profHashEntry),
sys/arch/shark/shark/profile.c
344
phashTables[0]->entries = (struct profHashEntry *)
sys/arch/shark/shark/profile.c
348
info->tableSize * sizeof(struct profHashEntry),
sys/arch/shark/shark/profile.c
351
phashTables[1]->entries = (struct profHashEntry *)
sys/arch/shark/shark/profile.c
355
info->tableSize * sizeof(struct profHashEntry));
sys/arch/shark/shark/profile.c
357
info->tableSize * sizeof(struct profHashEntry));
sys/arch/shark/shark/profile.c
579
struct profHashEntry *sample;
sys/arch/shark/shark/profile.c
580
struct profHashEntry *first;
sys/arch/shark/shark/profile.c
581
struct profHashEntry *prev;
sys/arch/shark/shark/profile.c
582
struct profHashEntry tmpEntry;
sys/arch/shark/shark/profile.c
639
memcpy(sample, first, sizeof(struct profHashEntry));
sys/arch/shark/shark/profile.c
662
memcpy(&tmpEntry, sample, sizeof(struct profHashEntry));
sys/arch/shark/shark/profile.c
667
memcpy(sample, first, sizeof(struct profHashEntry));
sys/arch/shark/shark/profile.c
668
memcpy(first, &tmpEntry, sizeof(struct profHashEntry));
sys/arch/shark/shark/profile.c
694
struct profHashEntry *sample;