OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profHashTable
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/shark/shark/
profile.c
99
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
) +
343
phashTables[0] = (struct
profHashTable
*) buffer;
345
( buffer + sizeof(struct
profHashTable
));
347
buffer = malloc(sizeof(struct
profHashTable
) +
350
phashTables[1] = (struct
profHashTable
*) buffer;
352
( buffer + sizeof(struct
profHashTable
));
[
all
...]
/src/sys/arch/shark/include/
profileio.h
95
struct
profHashTable
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025