Lines Matching defs:skip_size
2368 * @skip_size bytes to skip in copy (fixup will be written later)
2380 size_t skip_size;
2455 if (pf->skip_size) {
2462 bytes_copied += pf->skip_size;
2483 BUG_ON(pf->skip_size == 0);
2561 * @skip_size: bytes to skip when copying (fixup will be applied later)
2567 * the bytes specified by @skip_size. If @skip_size is 0, we copy the
2578 binder_uintptr_t fixup, size_t skip_size)
2588 pf->skip_size = skip_size;