ntsync_create_obj
error = ntsync_create_obj(&event->obj, &ntsync_event_fops, priv, td);
error = ntsync_create_obj(&sem->obj, &ntsync_sem_fops, priv, td);
error = ntsync_create_obj(&mutex->obj, &ntsync_mutex_fops, priv, td);