Lines Matching defs:dam
65 struct dam { struct
66 char *dam_name; argument
67 int dam_flags; /* map state and cv flags */ argument
68 int dam_options; /* map options */ argument
69 int dam_rptmode; /* report mode */ argument
70 clock_t dam_stable_ticks; /* stabilization */ argument
71 uint_t dam_size; /* max index for addr hash */ argument
72 id_t dam_high; /* highest index allocated */ argument
73 timeout_id_t dam_tid; /* timeout(9F) ID */ argument
75 void *dam_activate_arg; /* activation private */ argument
76 activate_cb_t dam_activate_cb; /* activation callback */ argument
77 deactivate_cb_t dam_deactivate_cb; /* deactivation callback */ argument
79 void *dam_config_arg; /* config-private */ argument
80 configure_cb_t dam_configure_cb; /* configure callout */ argument
81 unconfig_cb_t dam_unconfig_cb; /* unconfigure callout */ argument
83 ddi_strid *dam_addr_hash; /* addresss to ID hash */ argument
84 bitset_t dam_active_set; /* activated address set */ argument
85 bitset_t dam_stable_set; /* stable address set */ argument
86 bitset_t dam_report_set; /* reported address set */ argument
87 void *dam_da; /* per-address soft state */ argument
88 hrtime_t dam_last_update; /* last map update */ argument
89 hrtime_t dam_last_stable; /* last map stable */ argument
90 int dam_stable_cnt; /* # of times map stabilized */ argument
91 int dam_stable_overrun; argument
92 kcondvar_t dam_sync_cv; argument
93 kmutex_t dam_lock; argument
94 kstat_t *dam_kstatsp; argument
95 int dam_sync_to_cnt; argument