Searched defs:timestamp_event_queue (Results 1 – 1 of 1) sorted by relevance
33 struct timestamp_event_queue { struct34 struct ptp_extts_event buf[PTP_MAX_TIMESTAMPS];35 int head;36 int tail;37 spinlock_t lock;38 struct list_head qlist;39 unsigned long *mask;40 struct dentry *debugfs_instance;41 struct debugfs_u32_array dfs_bitmap;