Searched defs:smscore_device_t (Results 1 – 1 of 1) sorted by relevance
163 struct smscore_device_t { struct164 struct list_head entry;166 struct list_head clients;167 struct list_head subclients;168 spinlock_t clientslock;170 struct list_head buffers;171 spinlock_t bufferslock;172 int num_buffers;174 void *common_buffer;175 int common_buffer_size;[all …]