Searched refs:ntsync_unlock_obj (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/misc/ |
H A D | ntsync.c | 215 static void ntsync_unlock_obj(struct ntsync_device *dev, struct ntsync_obj *obj, bool all) in ntsync_unlock_obj() function 432 ntsync_unlock_obj(dev, sem, all); in ntsync_sem_release() 483 ntsync_unlock_obj(dev, mutex, all); in ntsync_mutex_unlock() 532 ntsync_unlock_obj(dev, mutex, all); in ntsync_mutex_kill() 556 ntsync_unlock_obj(dev, event, all); in ntsync_event_set() 578 ntsync_unlock_obj(dev, event, all); in ntsync_event_reset() 601 ntsync_unlock_obj(dev, sem, all); in ntsync_sem_read() 625 ntsync_unlock_obj(dev, mutex, all); in ntsync_mutex_read() 647 ntsync_unlock_obj(dev, event, all); in ntsync_event_read() 981 ntsync_unlock_obj(dev, obj, all); in ntsync_wait_any() [all …]
|