Print this page
11909 THREAD_KPRI_RELEASE does nothing of the sort
Reviewed by: Bryan Cantrill <bryan@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
   1 \
   2 \ Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
   3 \ Copyright 2012 Garrett D'Amore <garrett@damore.org>.  All rights reserved.
   4 \ Copyright 2018 Joyent, Inc.
   5 \
   6 \ CDDL HEADER START
   7 \
   8 \ The contents of this file are subject to the terms of the
   9 \ Common Development and Distribution License (the "License").
  10 \ You may not use this file except in compliance with the License.
  11 \
  12 \ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  13 \ or http://www.opensolaris.org/os/licensing.
  14 \ See the License for the specific language governing permissions
  15 \ and limitations under the License.
  16 \
  17 \ When distributing Covered Code, include this CDDL HEADER in each
  18 \ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  19 \ If applicable, add the following below this CDDL HEADER, with the
  20 \ fields enclosed by brackets "[]" replaced with your own identifying
  21 \ information: Portions Copyright [yyyy] [name of copyright owner]
  22 \
  23 \ CDDL HEADER END
  24 \


  71         p_sibling
  72         p_sig
  73         p_flag
  74         p_tlist
  75         p_as
  76         p_lockp
  77         p_user
  78         p_model
  79         p_pctx
  80         p_agenttp
  81         p_zone
  82         p_brand
  83         p_brand_data
  84 
  85 _kthread        THREAD_SIZE
  86         t_pcb                   T_LABEL
  87         t_lock
  88         t_lockstat
  89         t_lockp
  90         t_lock_flush
  91         t_kpri_req
  92         t_oldspl
  93         t_pri
  94         t_pil
  95         t_lwp
  96         t_procp
  97         t_link
  98         t_state
  99         t_mstate
 100         t_preempt_lk
 101         t_stk                   T_STACK
 102         t_swap
 103         t_lwpchan.lc_wchan      T_WCHAN
 104         t_flag                  T_FLAGS
 105         t_ctx
 106         t_lofault
 107         t_onfault
 108         t_ontrap
 109         t_cpu
 110         t_lpl
 111         t_bound_cpu


   1 \
   2 \ Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
   3 \ Copyright 2012 Garrett D'Amore <garrett@damore.org>.  All rights reserved.
   4 \ Copyright 2019 Joyent, Inc.
   5 \
   6 \ CDDL HEADER START
   7 \
   8 \ The contents of this file are subject to the terms of the
   9 \ Common Development and Distribution License (the "License").
  10 \ You may not use this file except in compliance with the License.
  11 \
  12 \ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  13 \ or http://www.opensolaris.org/os/licensing.
  14 \ See the License for the specific language governing permissions
  15 \ and limitations under the License.
  16 \
  17 \ When distributing Covered Code, include this CDDL HEADER in each
  18 \ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  19 \ If applicable, add the following below this CDDL HEADER, with the
  20 \ fields enclosed by brackets "[]" replaced with your own identifying
  21 \ information: Portions Copyright [yyyy] [name of copyright owner]
  22 \
  23 \ CDDL HEADER END
  24 \


  71         p_sibling
  72         p_sig
  73         p_flag
  74         p_tlist
  75         p_as
  76         p_lockp
  77         p_user
  78         p_model
  79         p_pctx
  80         p_agenttp
  81         p_zone
  82         p_brand
  83         p_brand_data
  84 
  85 _kthread        THREAD_SIZE
  86         t_pcb                   T_LABEL
  87         t_lock
  88         t_lockstat
  89         t_lockp
  90         t_lock_flush

  91         t_oldspl
  92         t_pri
  93         t_pil
  94         t_lwp
  95         t_procp
  96         t_link
  97         t_state
  98         t_mstate
  99         t_preempt_lk
 100         t_stk                   T_STACK
 101         t_swap
 102         t_lwpchan.lc_wchan      T_WCHAN
 103         t_flag                  T_FLAGS
 104         t_ctx
 105         t_lofault
 106         t_onfault
 107         t_ontrap
 108         t_cpu
 109         t_lpl
 110         t_bound_cpu