Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/misc/
Dntsync.c703 static struct ntsync_obj *ntsync_alloc_obj(struct ntsync_device *dev, in ntsync_alloc_obj() function
753 sem = ntsync_alloc_obj(dev, NTSYNC_TYPE_SEM); in ntsync_create_sem()
777 mutex = ntsync_alloc_obj(dev, NTSYNC_TYPE_MUTEX); in ntsync_create_mutex()
798 event = ntsync_alloc_obj(dev, NTSYNC_TYPE_EVENT); in ntsync_create_event()