Print this page
8115 parallel zfs mount

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/taskq_impl.h
          +++ new/usr/src/uts/common/sys/taskq_impl.h
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
  24   24   */
  25   25  /*
  26   26   * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  27   27   * Copyright (c) 2017 by Delphix. All rights reserved.
       28 + * Copyright 2017 RackTop Systems.
  28   29   */
  29   30  
  30   31  #ifndef _SYS_TASKQ_IMPL_H
  31   32  #define _SYS_TASKQ_IMPL_H
  32   33  
  33   34  #include <sys/taskq.h>
  34   35  #include <sys/inttypes.h>
  35   36  #include <sys/vmem.h>
  36   37  #include <sys/list.h>
  37   38  #include <sys/kstat.h>
       39 +#include <sys/rwlock.h>
  38   40  
  39   41  #ifdef  __cplusplus
  40   42  extern "C" {
  41   43  #endif
  42   44  
  43   45  typedef struct taskq_bucket taskq_bucket_t;
  44   46  
  45   47  typedef struct taskq_ent {
  46   48          struct taskq_ent        *tqent_next;
  47   49          struct taskq_ent        *tqent_prev;
↓ open down ↓ 120 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX