Lines Matching defs:from
711 * from binder_alloc_deferred_release() by moving this to
955 * Called from binder_vma_close() when releasing address space.
956 * Clears alloc->vma to prevent new incoming transactions from
970 * Called from list_lru_walk() in binder_shrink_scan() to free
1069 * Called from binder_open() to initialize binder_alloc fields for
1102 * @bytes: bytes to access from offset
1199 * @from: userspace pointer to source buffer
1202 * Copy bytes from source userspace to target buffer.
1210 const void __user *from,
1227 ret = copy_from_user(kptr, from, size);
1232 from += size;