Lines Matching defs:futexv
63 struct futex_vector *futexv = req->async_data;
70 res = futex_unqueue_multiple(futexv, iof->futex_nr);
170 struct futex_vector *futexv;
183 futexv = kcalloc(iof->futex_nr, sizeof(*futexv), GFP_KERNEL);
184 if (!futexv)
187 ret = futex_parse_waitv(futexv, iof->uaddr, iof->futex_nr,
190 kfree(futexv);
199 req->async_data = futexv;
219 struct futex_vector *futexv = req->async_data;
225 ret = futex_wait_multiple_setup(futexv, iof->futex_nr, &woken);