OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:profTable
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/shark/shark/
profile.c
99
struct profHashTable *
profTable
;
205
profTable
->hdr.tableSize * sizeof(struct profHashEntry))
214
if (
profTable
== phashTables[0])
221
if (
profTable
== phashTables[1])
234
profTable
->hdr.tableSize * sizeof(struct profHashEntry));
252
profTable
= phashTables[backup];
360
profTable
= phashTables[0];
361
profTable
->hdr.tableSize = info->tableSize;
362
profTable
->hdr.entries =
profTable
->hdr.last = info->entries
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025