Searched defs:midictl_store (Results 1 – 2 of 2) sorted by relevance
134 struct midictl_store { struct135 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;
148 typedef struct midictl_store midictl_store; typedef