Searched refs:wait_objs (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/ntsync/ |
| H A D | ntsync.c | 97 static int wait_objs(int fd, unsigned long request, __u32 count, in wait_objs() function 119 return wait_objs(fd, NTSYNC_IOC_WAIT_ANY, count, objs, owner, 0, index); in wait_any() 124 return wait_objs(fd, NTSYNC_IOC_WAIT_ALL, count, objs, owner, 0, index); in wait_all() 130 return wait_objs(fd, NTSYNC_IOC_WAIT_ANY, in wait_any_alert() 137 return wait_objs(fd, NTSYNC_IOC_WAIT_ALL, in wait_all_alert()
|