Lines Matching +defs:dev +defs:all

52 	struct ntsync_device *dev;  member
115 bool all; member
150 static void dev_lock_obj(struct ntsync_device *dev, struct ntsync_obj *obj) in dev_lock_obj()
163 static void dev_unlock_obj(struct ntsync_device *dev, struct ntsync_obj *obj) in dev_unlock_obj()
174 struct ntsync_device *dev = obj->dev; in obj_lock() local
200 static bool ntsync_lock_obj(struct ntsync_device *dev, struct ntsync_obj *obj) in ntsync_lock_obj()
202 bool all; in ntsync_lock_obj() local
215 static void ntsync_unlock_obj(struct ntsync_device *dev, struct ntsync_obj *obj, bool all) in ntsync_unlock_obj()
254 static void try_wake_all(struct ntsync_device *dev, struct ntsync_q *q, in try_wake_all()
308 static void try_wake_all_obj(struct ntsync_device *dev, struct ntsync_obj *obj) in try_wake_all_obj()
409 struct ntsync_device *dev = sem->dev; in ntsync_sem_release() local
413 bool all; in ntsync_sem_release() local
459 struct ntsync_device *dev = mutex->dev; in ntsync_mutex_unlock() local
462 bool all; in ntsync_mutex_unlock() local
510 struct ntsync_device *dev = mutex->dev; in ntsync_mutex_kill() local
512 bool all; in ntsync_mutex_kill() local
539 struct ntsync_device *dev = event->dev; in ntsync_event_set() local
541 bool all; in ntsync_event_set() local
566 struct ntsync_device *dev = event->dev; in ntsync_event_reset() local
568 bool all; in ntsync_event_reset() local
589 struct ntsync_device *dev = sem->dev; in ntsync_sem_read() local
591 bool all; in ntsync_sem_read() local
611 struct ntsync_device *dev = mutex->dev; in ntsync_mutex_read() local
613 bool all; in ntsync_mutex_read() local
635 struct ntsync_device *dev = event->dev; in ntsync_event_read() local
637 bool all; in ntsync_event_read() local
703 static struct ntsync_obj *ntsync_alloc_obj(struct ntsync_device *dev, in ntsync_alloc_obj()
741 static int ntsync_create_sem(struct ntsync_device *dev, void __user *argp) in ntsync_create_sem()
765 static int ntsync_create_mutex(struct ntsync_device *dev, void __user *argp) in ntsync_create_mutex()
789 static int ntsync_create_event(struct ntsync_device *dev, void __user *argp) in ntsync_create_event()
810 static struct ntsync_obj *get_obj(struct ntsync_device *dev, int fd) in get_obj()
870 static int setup_wait(struct ntsync_device *dev, in setup_wait()
871 const struct ntsync_wait_args *args, bool all, in setup_wait()
953 static int ntsync_wait_any(struct ntsync_device *dev, void __user *argp) in ntsync_wait_any()
959 bool all; in ntsync_wait_any() local
1037 static int ntsync_wait_all(struct ntsync_device *dev, void __user *argp) in ntsync_wait_all()
1093 bool all = ntsync_lock_obj(dev, obj); in ntsync_wait_all() local
1127 bool all; in ntsync_wait_all() local
1155 struct ntsync_device *dev; in ntsync_char_open() local
1170 struct ntsync_device *dev = file->private_data; in ntsync_char_release() local
1180 struct ntsync_device *dev = file->private_data; in ntsync_char_ioctl() local