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>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/ml/offsets.in
          +++ new/usr/src/uts/i86pc/ml/offsets.in
   1    1  \
   2    2  \ Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
   3    3  \ Copyright 2012 Garrett D'Amore <garrett@damore.org>.  All rights reserved.
   4      -\ Copyright 2018 Joyent, Inc.
        4 +\ Copyright 2019 Joyent, Inc.
   5    5  \
   6    6  \ CDDL HEADER START
   7    7  \
   8    8  \ The contents of this file are subject to the terms of the
   9    9  \ Common Development and Distribution License (the "License").
  10   10  \ You may not use this file except in compliance with the License.
  11   11  \
  12   12  \ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  13   13  \ or http://www.opensolaris.org/os/licensing.
  14   14  \ See the License for the specific language governing permissions
↓ open down ↓ 66 lines elided ↑ open up ↑
  81   81          p_zone
  82   82          p_brand
  83   83          p_brand_data
  84   84  
  85   85  _kthread        THREAD_SIZE
  86   86          t_pcb                   T_LABEL
  87   87          t_lock
  88   88          t_lockstat
  89   89          t_lockp
  90   90          t_lock_flush
  91      -        t_kpri_req
  92   91          t_oldspl
  93   92          t_pri
  94   93          t_pil
  95   94          t_lwp
  96   95          t_procp
  97   96          t_link
  98   97          t_state
  99   98          t_mstate
 100   99          t_preempt_lk
 101  100          t_stk                   T_STACK
↓ open down ↓ 410 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX