Searched defs:smscore_device_t (Results 1 – 1 of 1) sorted by relevance
162 struct smscore_device_t { struct163 struct list_head entry;165 struct list_head clients;166 struct list_head subclients;167 spinlock_t clientslock;169 struct list_head buffers;170 spinlock_t bufferslock;171 int num_buffers;173 void *common_buffer;174 int common_buffer_size;[all …]