Lines Matching defs:skip_size
2716 * @skip_size bytes to skip in copy (fixup will be written later)
2728 size_t skip_size;
2803 if (pf->skip_size) {
2810 bytes_copied += pf->skip_size;
2831 BUG_ON(pf->skip_size == 0);
2909 * @skip_size: bytes to skip when copying (fixup will be applied later)
2915 * the bytes specified by @skip_size. If @skip_size is 0, we copy the
2926 binder_uintptr_t fixup, size_t skip_size)
2936 pf->skip_size = skip_size;