Symbol: ntsync_obj
drivers/misc/ntsync.c
100
struct ntsync_obj *obj;
drivers/misc/ntsync.c
1002
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
1049
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
1062
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
1081
struct ntsync_obj *obj = q->entries[args.count].obj;
drivers/misc/ntsync.c
1100
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
1117
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
150
static void dev_lock_obj(struct ntsync_device *dev, struct ntsync_obj *obj)
drivers/misc/ntsync.c
163
static void dev_unlock_obj(struct ntsync_device *dev, struct ntsync_obj *obj)
drivers/misc/ntsync.c
172
static void obj_lock(struct ntsync_obj *obj)
drivers/misc/ntsync.c
195
static void obj_unlock(struct ntsync_obj *obj)
drivers/misc/ntsync.c
200
static bool ntsync_lock_obj(struct ntsync_device *dev, struct ntsync_obj *obj)
drivers/misc/ntsync.c
215
static void ntsync_unlock_obj(struct ntsync_device *dev, struct ntsync_obj *obj, bool all)
drivers/misc/ntsync.c
230
static bool is_signaled(struct ntsync_obj *obj, __u32 owner)
drivers/misc/ntsync.c
255
struct ntsync_obj *locked_obj)
drivers/misc/ntsync.c
280
struct ntsync_obj *obj = q->entries[i].obj;
drivers/misc/ntsync.c
308
static void try_wake_all_obj(struct ntsync_device *dev, struct ntsync_obj *obj)
drivers/misc/ntsync.c
319
static void try_wake_any_sem(struct ntsync_obj *sem)
drivers/misc/ntsync.c
340
static void try_wake_any_mutex(struct ntsync_obj *mutex)
drivers/misc/ntsync.c
367
static void try_wake_any_event(struct ntsync_obj *event)
drivers/misc/ntsync.c
393
static int release_sem_state(struct ntsync_obj *sem, __u32 count)
drivers/misc/ntsync.c
407
static int ntsync_sem_release(struct ntsync_obj *sem, void __user *argp)
drivers/misc/ntsync.c
443
static int unlock_mutex_state(struct ntsync_obj *mutex,
drivers/misc/ntsync.c
456
static int ntsync_mutex_unlock(struct ntsync_obj *mutex, void __user *argp)
drivers/misc/ntsync.c
495
static int kill_mutex_state(struct ntsync_obj *mutex, __u32 owner)
drivers/misc/ntsync.c
508
static int ntsync_mutex_kill(struct ntsync_obj *mutex, void __user *argp)
drivers/misc/ntsync.c
537
static int ntsync_event_set(struct ntsync_obj *event, void __user *argp, bool pulse)
drivers/misc/ntsync.c
564
static int ntsync_event_reset(struct ntsync_obj *event, void __user *argp)
drivers/misc/ntsync.c
586
static int ntsync_sem_read(struct ntsync_obj *sem, void __user *argp)
drivers/misc/ntsync.c
608
static int ntsync_mutex_read(struct ntsync_obj *mutex, void __user *argp)
drivers/misc/ntsync.c
632
static int ntsync_event_read(struct ntsync_obj *event, void __user *argp)
drivers/misc/ntsync.c
654
static void ntsync_free_obj(struct ntsync_obj *obj)
drivers/misc/ntsync.c
669
struct ntsync_obj *obj = file->private_data;
drivers/misc/ntsync.c
703
static struct ntsync_obj *ntsync_alloc_obj(struct ntsync_device *dev,
drivers/misc/ntsync.c
706
struct ntsync_obj *obj;
drivers/misc/ntsync.c
722
static int ntsync_obj_get_fd(struct ntsync_obj *obj)
drivers/misc/ntsync.c
735
struct ntsync_obj *sem;
drivers/misc/ntsync.c
759
struct ntsync_obj *mutex;
drivers/misc/ntsync.c
783
struct ntsync_obj *event;
drivers/misc/ntsync.c
801
static struct ntsync_obj *get_obj(struct ntsync_device *dev, int fd)
drivers/misc/ntsync.c
804
struct ntsync_obj *obj;
drivers/misc/ntsync.c
823
static void put_obj(struct ntsync_obj *obj)
drivers/misc/ntsync.c
899
struct ntsync_obj *obj = get_obj(dev, fds[i]);
drivers/misc/ntsync.c
929
static void try_wake_any_obj(struct ntsync_obj *obj)
drivers/misc/ntsync.c
968
struct ntsync_obj *obj = entry->obj;
drivers/misc/ntsync.c
984
struct ntsync_obj *obj = q->entries[i].obj;