FreeBSD Bugzilla – Attachment 211652 Details for
Bug 244118
13-CURRENT Kernel post r357547 hang during boot on PowerMac G5Q
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Print zone layouts
uma-layout-printf.diff (text/plain), 624 bytes, created by
Ryan Libby
on 2020-02-14 17:03:42 UTC
(
hide
)
Description:
Print zone layouts
Filename:
MIME Type:
Creator:
Ryan Libby
Created:
2020-02-14 17:03:42 UTC
Size:
624 bytes
patch
obsolete
>diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c >index 331a04434ccf..db207cb71d18 100644 >--- a/sys/vm/uma_core.c >+++ b/sys/vm/uma_core.c >@@ -1996,6 +1996,10 @@ keg_layout(uma_keg_t keg) > "(ipers %u * rsize %u) / slabsize %#x = %u%% eff", > keg->uk_name, kl.format, kl.ipers, rsize, > kl.slabsize, UMA_FIXPT_PCT(kl.eff)); >+ printf("keg %s layout: format %#x " >+ "(ipers %u * rsize %u) / slabsize %#x = %u%% eff\n", >+ keg->uk_name, kl.format, kl.ipers, rsize, >+ kl.slabsize, UMA_FIXPT_PCT(kl.eff)); > > /* Stop when we reach the minimum efficiency. */ > if (kl.eff >= UMA_MIN_EFF)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244118
:
211651
| 211652 |
211661
|
211663
|
211664