Searched defs:smscore_device_t (Results 1 – 1 of 1) sorted by relevance
121 struct smscore_device_t { struct122 struct list_head entry;124 struct list_head clients;125 struct list_head subclients;126 spinlock_t clientslock;128 struct list_head buffers;129 spinlock_t bufferslock;130 int num_buffers;132 void *common_buffer;133 int common_buffer_size;[all …]