Home
last modified time | relevance | path

Searched defs:midictl_store (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/
H A Dmidictl.c134 struct midictl_store { struct
135 uint64_t *table;
136 uint64_t key;
137 uint32_t idx;
138 uint32_t lgcapacity;
139 uint32_t used;
140 kcondvar_t cv;
141 kmutex_t *lock;
142 bool destroy;
H A Dmidictl.h148 typedef struct midictl_store midictl_store; typedef