Searched defs:ntsync_obj (Results 1 – 1 of 1) sorted by relevance
45 struct ntsync_obj { struct46 spinlock_t lock;47 int dev_locked;49 enum ntsync_type type;51 struct file *file;52 struct ntsync_device *dev;55 union {69 } u;75 struct list_head any_waiters;76 struct list_head all_waiters;[all …]