Lines Matching refs:num_fds
2106 fd_buf_size = sizeof(u32) * fda->num_fds;
2107 if (fda->num_fds >= SIZE_MAX / sizeof(u32)) {
2109 debug_id, (u64)fda->num_fds);
2116 debug_id, (u64)fda->num_fds);
2129 for (fd_index = 0; fd_index < fda->num_fds;
2623 if (fda->num_fds == 0)
2626 fd_buf_size = sizeof(u32) * fda->num_fds;
2627 if (fda->num_fds >= SIZE_MAX / sizeof(u32)) {
2629 proc->pid, thread->pid, (u64)fda->num_fds);
2636 proc->pid, thread->pid, (u64)fda->num_fds);
2657 ret = binder_add_fixup(pf_head, fda_offset, 0, fda->num_fds * sizeof(u32));
2661 for (fdi = 0; fdi < fda->num_fds; fdi++) {
3560 fda->parent_offset + sizeof(u32) * fda->num_fds;