sys_futex.c | 594 * Internal lookup routine shared by futex_lookup() and 661 * futex_lookup(uaddr, shared, &f) 670 futex_lookup(int *uaddr, bool shared, struct futex **fp) function in typeref:typename:int 1320 error = futex_lookup(uaddr, shared, &f); 1383 : futex_lookup(uaddr, shared, &f)); 1605 error = futex_lookup(uaddr, shared, &f); 1610 error = futex_lookup(uaddr2, shared, &f2); 1913 error = futex_lookup(uaddr, /*shared*/true, &f);
|