Home
last modified time | relevance | path

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

/linux-6.14.4/include/uapi/linux/
Dntsync.h18 struct ntsync_mutex_args { struct
46 #define NTSYNC_IOC_CREATE_MUTEX _IOW ('N', 0x84, struct ntsync_mutex_args)
50 #define NTSYNC_IOC_MUTEX_UNLOCK _IOWR('N', 0x85, struct ntsync_mutex_args)
56 #define NTSYNC_IOC_MUTEX_READ _IOR ('N', 0x8c, struct ntsync_mutex_args)
/linux-6.14.4/drivers/misc/
Dntsync.c444 const struct ntsync_mutex_args *args) in unlock_mutex_state()
458 struct ntsync_mutex_args __user *user_args = argp; in ntsync_mutex_unlock()
460 struct ntsync_mutex_args args; in ntsync_mutex_unlock()
610 struct ntsync_mutex_args __user *user_args = argp; in ntsync_mutex_read()
612 struct ntsync_mutex_args args; in ntsync_mutex_read()
767 struct ntsync_mutex_args args; in ntsync_create_mutex()
/linux-6.14.4/tools/testing/selftests/drivers/ntsync/
Dntsync.c45 struct ntsync_mutex_args args; in read_mutex_state()
66 struct ntsync_mutex_args args; in unlock_mutex()
227 struct ntsync_mutex_args mutex_args; in TEST()
503 struct ntsync_mutex_args mutex_args = {0}; in TEST()
617 struct ntsync_mutex_args mutex_args = {0}; in TEST()
749 struct ntsync_mutex_args mutex_args = {0}; in TEST()
942 struct ntsync_mutex_args mutex_args = {0}; in TEST()
1307 struct ntsync_mutex_args mutex_args; in TEST()
/linux-6.14.4/Documentation/userspace-api/
Dntsync.rst80 struct ntsync_mutex_args {
124 :c:type:`ntsync_mutex_args`, which is used as follows:
171 :c:type:`ntsync_mutex_args`, which is used as follows:
231 :c:type:`ntsync_mutex_args`, which is used as follows: