Searched defs:dopers (Results 1 – 1 of 1) sorted by relevance
2891 struct dopers { struct2910 kmutex_t dop_mutex;2911 kcondvar_t dop_cv; /* dop_mutex */2912 domainset_t dop_domset; /* dop_mutex */2913 int dop_waitcount; /* dop_mutex */2914 dop_waitlist_t *dop_waitlist; /* dop_mutex */2915 dop_waitlist_t *dop_freelist; /* dop_mutex */2917 dop_waitlist_t _dop_wcache[IDNOP_CACHE_SIZE];2918 } *dopers; member