Searched refs:caller_info (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/slab/
H A DSlab.cpp58 struct caller_info { struct
65 static caller_info sCallerInfoTable[kCallerInfoTableSize];
68 static caller_info* get_caller_info(addr_t caller);
379 caller_info* callerInfo = get_caller_info(caller);
501 static caller_info*
514 caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
526 const caller_info* a = (const caller_info*)_a;
527 const caller_info* b = (const caller_info*)_
[all...]
/haiku/src/system/kernel/
H A Dheap.cpp48 struct caller_info { struct
55 static caller_info sCallerInfoTable[kCallerInfoTableSize];
659 static caller_info*
672 caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
684 const caller_info* a = (const caller_info*)_a;
685 const caller_info* b = (const caller_info*)_b;
693 const caller_info* a = (const caller_info*)_
[all...]
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp147 struct caller_info { struct
153 static caller_info sCallerInfoTable[kCallerInfoTableSize];
156 static caller_info* get_caller_info(addr_t caller);
644 caller_info* callerInfo = get_caller_info(caller);
1193 static caller_info*
1206 caller_info* info = &sCallerInfoTable[sCallerInfoCount++];
1217 const caller_info* a = (const caller_info*)_a;
1218 const caller_info* b = (const caller_info*)_
[all...]

Completed in 85 milliseconds