Searched defs:smscore_device_t (Results 1 – 1 of 1) sorted by relevance
147 struct smscore_device_t { struct148 struct list_head entry;150 struct list_head clients;151 struct list_head subclients;152 spinlock_t clientslock;154 struct list_head buffers;155 spinlock_t bufferslock;156 int num_buffers;158 void *common_buffer;159 int common_buffer_size;[all …]