subr_witness.c (8b98fec903d081a47b1a2d2ebcfcc274f8f9dcdd) | subr_witness.c (02b0a160dcf4c6458cfcc86bc11aec043439bf87) |
---|---|
1/*- 2 * Copyright (c) 1998 Berkeley Software Design, Inc. All rights reserved. 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 1. Redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer. --- 380 unchanged lines hidden (view full) --- 389 */ 390#ifdef SMP 391 { "ap boot", &lock_class_mtx_spin }, 392#endif 393 { "rm.mutex_mtx", &lock_class_mtx_spin }, 394 { "sio", &lock_class_mtx_spin }, 395#ifdef __i386__ 396 { "cy", &lock_class_mtx_spin }, | 1/*- 2 * Copyright (c) 1998 Berkeley Software Design, Inc. All rights reserved. 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 1. Redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer. --- 380 unchanged lines hidden (view full) --- 389 */ 390#ifdef SMP 391 { "ap boot", &lock_class_mtx_spin }, 392#endif 393 { "rm.mutex_mtx", &lock_class_mtx_spin }, 394 { "sio", &lock_class_mtx_spin }, 395#ifdef __i386__ 396 { "cy", &lock_class_mtx_spin }, |
397 { "descriptor tables", &lock_class_mtx_spin }, |
|
397#endif 398 { "scc_hwmtx", &lock_class_mtx_spin }, 399 { "uart_hwmtx", &lock_class_mtx_spin }, 400 { "zstty", &lock_class_mtx_spin }, 401 { "fast_taskqueue", &lock_class_mtx_spin }, 402 { "intr table", &lock_class_mtx_spin }, 403#ifdef HWPMC_HOOKS 404 { "pmc-per-proc", &lock_class_mtx_spin }, --- 1607 unchanged lines hidden --- | 398#endif 399 { "scc_hwmtx", &lock_class_mtx_spin }, 400 { "uart_hwmtx", &lock_class_mtx_spin }, 401 { "zstty", &lock_class_mtx_spin }, 402 { "fast_taskqueue", &lock_class_mtx_spin }, 403 { "intr table", &lock_class_mtx_spin }, 404#ifdef HWPMC_HOOKS 405 { "pmc-per-proc", &lock_class_mtx_spin }, --- 1607 unchanged lines hidden --- |