Home
last modified time | relevance | path

Searched refs:ntsync_obj (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/misc/
H A Dntsync.c35 struct ntsync_obj { struct
60 static int post_sem_state(struct ntsync_obj *sem, __u32 count) in post_sem_state() argument
74 static int ntsync_sem_post(struct ntsync_obj *sem, void __user *argp) in ntsync_sem_post()
102 struct ntsync_obj *obj = file->private_data; in ntsync_obj_release()
113 struct ntsync_obj *obj = file->private_data; in ntsync_obj_ioctl()
131 static struct ntsync_obj *ntsync_alloc_obj(struct ntsync_device *dev, in ntsync_alloc_obj()
134 struct ntsync_obj *obj; in ntsync_alloc_obj()
147 static int ntsync_obj_get_fd(struct ntsync_obj *obj) in ntsync_obj_get_fd()
170 struct ntsync_obj *sem; in ntsync_create_sem()