Data Fields | |
list_head | list |
rtdm_lock_t | lock |
Using a read/write spinlock makes no sense in the most driver. Because the read access only takes place in the interrupt service routine.
Definition at line 48 of file most-common-rt.h.
struct list_head rt_spin_locked_list::list |
the list element
Definition at line 49 of file most-common-rt.h.
rtdm_lock_t rt_spin_locked_list::lock |
the lock to protect the list
Definition at line 50 of file most-common-rt.h.