Symbol: ntsync_obj
drivers/misc/ntsync.c
1005
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
101
struct ntsync_obj *obj;
drivers/misc/ntsync.c
1052
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
1065
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
1084
struct ntsync_obj *obj = q->entries[args.count].obj;
drivers/misc/ntsync.c
1103
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
1120
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
151
static void dev_lock_obj(struct ntsync_device *dev, struct ntsync_obj *obj)
drivers/misc/ntsync.c
164
static void dev_unlock_obj(struct ntsync_device *dev, struct ntsync_obj *obj)
drivers/misc/ntsync.c
173
static void obj_lock(struct ntsync_obj *obj)
drivers/misc/ntsync.c
196
static void obj_unlock(struct ntsync_obj *obj)
drivers/misc/ntsync.c
201
static bool ntsync_lock_obj(struct ntsync_device *dev, struct ntsync_obj *obj)
drivers/misc/ntsync.c
216
static void ntsync_unlock_obj(struct ntsync_device *dev, struct ntsync_obj *obj, bool all)
drivers/misc/ntsync.c
231
static bool is_signaled(struct ntsync_obj *obj, __u32 owner)
drivers/misc/ntsync.c
256
struct ntsync_obj *locked_obj)
drivers/misc/ntsync.c
281
struct ntsync_obj *obj = q->entries[i].obj;
drivers/misc/ntsync.c
309
static void try_wake_all_obj(struct ntsync_device *dev, struct ntsync_obj *obj)
drivers/misc/ntsync.c
320
static void try_wake_any_sem(struct ntsync_obj *sem)
drivers/misc/ntsync.c
341
static void try_wake_any_mutex(struct ntsync_obj *mutex)
drivers/misc/ntsync.c
368
static void try_wake_any_event(struct ntsync_obj *event)
drivers/misc/ntsync.c
394
static int release_sem_state(struct ntsync_obj *sem, __u32 count)
drivers/misc/ntsync.c
408
static int ntsync_sem_release(struct ntsync_obj *sem, void __user *argp)
drivers/misc/ntsync.c
444
static int unlock_mutex_state(struct ntsync_obj *mutex,
drivers/misc/ntsync.c
457
static int ntsync_mutex_unlock(struct ntsync_obj *mutex, void __user *argp)
drivers/misc/ntsync.c
496
static int kill_mutex_state(struct ntsync_obj *mutex, __u32 owner)
drivers/misc/ntsync.c
509
static int ntsync_mutex_kill(struct ntsync_obj *mutex, void __user *argp)
drivers/misc/ntsync.c
538
static int ntsync_event_set(struct ntsync_obj *event, void __user *argp, bool pulse)
drivers/misc/ntsync.c
565
static int ntsync_event_reset(struct ntsync_obj *event, void __user *argp)
drivers/misc/ntsync.c
587
static int ntsync_sem_read(struct ntsync_obj *sem, void __user *argp)
drivers/misc/ntsync.c
609
static int ntsync_mutex_read(struct ntsync_obj *mutex, void __user *argp)
drivers/misc/ntsync.c
633
static int ntsync_event_read(struct ntsync_obj *event, void __user *argp)
drivers/misc/ntsync.c
655
static void ntsync_free_obj(struct ntsync_obj *obj)
drivers/misc/ntsync.c
670
struct ntsync_obj *obj = file->private_data;
drivers/misc/ntsync.c
704
static struct ntsync_obj *ntsync_alloc_obj(struct ntsync_device *dev,
drivers/misc/ntsync.c
707
struct ntsync_obj *obj;
drivers/misc/ntsync.c
723
static int ntsync_obj_get_fd(struct ntsync_obj *obj)
drivers/misc/ntsync.c
736
struct ntsync_obj *sem;
drivers/misc/ntsync.c
760
struct ntsync_obj *mutex;
drivers/misc/ntsync.c
784
struct ntsync_obj *event;
drivers/misc/ntsync.c
802
static struct ntsync_obj *get_obj(struct ntsync_device *dev, int fd)
drivers/misc/ntsync.c
805
struct ntsync_obj *obj;
drivers/misc/ntsync.c
824
static void put_obj(struct ntsync_obj *obj)
drivers/misc/ntsync.c
902
struct ntsync_obj *obj = get_obj(dev, fds[i]);
drivers/misc/ntsync.c
932
static void try_wake_any_obj(struct ntsync_obj *obj)
drivers/misc/ntsync.c
971
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
987
struct ntsync_obj *obj = q->entries[i].obj;