diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-08-06 21:46:51 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-08-06 21:46:51 +0000 |
| commit | 41563689f8080d8300fc5d667d57a8f6946489f8 (patch) | |
| tree | e5ee2b4d3b56ea8d841602a2bf6ad71f2ad868b0 /sys | |
| parent | c930712a511f0a8bd992f90a0fcb5b0fef9f3ed1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/ktr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h index f89a1e3deeea4..fa49e76c8571f 100644 --- a/sys/sys/ktr.h +++ b/sys/sys/ktr.h @@ -72,7 +72,9 @@ #define KTR_WITNESS 0x00200000 #define KTR_RUNQ 0x00400000 /* Run queue */ #define KTR_CONTENTION 0x00800000 /* Lock contention */ -#define KTR_ALL 0x00ffffff +#define KTR_UMA 0x01000000 /* UMA slab allocator */ +#define KTR_CALLOUT 0x02000000 /* Callouts and timeouts */ +#define KTR_ALL 0x02ffffff /* * Trace classes which can be assigned to particular use at compile time |
