Searched defs:smscore_device_t (Results 1 – 1 of 1) sorted by relevance
146 struct smscore_device_t { struct147 struct list_head entry;149 struct list_head clients;150 struct list_head subclients;151 spinlock_t clientslock;153 struct list_head buffers;154 spinlock_t bufferslock;155 int num_buffers;157 void *common_buffer;158 int common_buffer_size;[all …]