Lines Matching defs:from
112 * We hash on the keys returned from get_futex_key (see below) and return the
286 * The treatment of mapping from this point on is critical. The page
316 * prevents drop_caches from setting mapping to NULL beneath us.
319 * shmem_writepage move it from filecache to swapcache beneath us:
435 * @key: the futex key (to distinguish it from other futex futex_q's)
461 int futex_get_value_locked(u32 *dest, u32 __user *from)
466 ret = __get_user(*dest, from);
504 * __futex_unqueue() - Remove the futex_q from its futex_hash_bucket
573 * futex_unqueue() - Remove the futex_q from its futex_hash_bucket
592 * Use READ_ONCE to forbid the compiler from reloading q->lock_ptr and
627 * PI futexes can not be requeued and must remove themselves from the
973 * We can race against put_pi_state() removing itself from the
1052 * This is called from the recursive fault handling path in make_task_dead().