Lines Matching refs:num_fds
2455 fd_buf_size = sizeof(u32) * fda->num_fds;
2456 if (fda->num_fds >= SIZE_MAX / sizeof(u32)) {
2458 debug_id, (u64)fda->num_fds);
2465 debug_id, (u64)fda->num_fds);
2478 for (fd_index = 0; fd_index < fda->num_fds;
2971 if (fda->num_fds == 0)
2974 fd_buf_size = sizeof(u32) * fda->num_fds;
2975 if (fda->num_fds >= SIZE_MAX / sizeof(u32)) {
2977 proc->pid, thread->pid, (u64)fda->num_fds);
2984 proc->pid, thread->pid, (u64)fda->num_fds);
3005 ret = binder_add_fixup(pf_head, fda_offset, 0, fda->num_fds * sizeof(u32));
3009 for (fdi = 0; fdi < fda->num_fds; fdi++) {
3759 fda->parent_offset + sizeof(u32) * fda->num_fds;