Searched defs:timestamp_event_queue (Results 1 – 1 of 1) sorted by relevance
27 struct timestamp_event_queue { struct28 struct ptp_extts_event buf[PTP_MAX_TIMESTAMPS];29 int head;30 int tail;31 spinlock_t lock;32 struct list_head qlist;33 unsigned long *mask;34 struct dentry *debugfs_instance;35 struct debugfs_u32_array dfs_bitmap;