Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/shark/
H A Dprofile.c99 struct profHashTable *profTable;
100 struct profHashTable *phashTables[2];
110 static void profEnter(struct profHashTable * , unsigned int);
111 void displayTable(struct profHashTable * );
340 buffer = malloc(sizeof(struct profHashTable) + in profStart()
343 phashTables[0] = (struct profHashTable *) buffer; in profStart()
345 ( buffer + sizeof(struct profHashTable)); in profStart()
347 buffer = malloc(sizeof(struct profHashTable) + in profStart()
350 phashTables[1] = (struct profHashTable *) buffer; in profStart()
352 ( buffer + sizeof(struct profHashTable)); in profStart()
[all …]
/netbsd-src/sys/arch/shark/include/
H A Dprofileio.h95 struct profHashTable struct