Searched refs:num_fds (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/bench/
H A Dsched-messaging.c45 unsigned int num_fds; member in struct:sender_context
104 for (j = 0; j < ctx->num_fds; j++) {
211 unsigned int num_fds,
217 num_fds * sizeof(int));
223 for (i = 0; i < num_fds; i++) {
235 ctx->num_packets = num_fds * nr_loops;
249 for (i = 0; i < num_fds; i++) {
252 snd_ctx->num_fds = num_fds;
254 create_worker(worker + num_fds
210 group(union messaging_worker *worker, unsigned int num_fds, int ready_out, int wakefd) argument
296 unsigned int num_fds = 20; local
[all...]
/linux-master/include/uapi/linux/android/
H A Dbinder.h145 * @num_fds: number of file descriptors in the buffer
166 binder_size_t num_fds; member in struct:binder_fd_array_object
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c340 int num_fds, err, max_retries; local
347 num_fds = xdp_fds->num;
348 max_retries = num_fds * DPAA2_ETH_ENQUEUE_RETRIES;
349 while (total_enqueued < num_fds && retries < max_retries) {
351 0, num_fds - total_enqueued, &enqueued);
1257 int *num_fds, u32 *total_fds_len)
1369 *num_fds = index;
1403 int num_fds = 1, max_retries; local
1432 err = dpaa2_eth_build_gso_fd(priv, skb, fd, &num_fds, &fd_len);
1433 percpu_extras->tx_sg_frames += num_fds;
1255 dpaa2_eth_build_gso_fd(struct dpaa2_eth_priv *priv, struct sk_buff *skb, struct dpaa2_fd *fd, int *num_fds, u32 *total_fds_len) argument
[all...]
/linux-master/drivers/android/
H A Dbinder.c2072 fd_buf_size = sizeof(u32) * fda->num_fds;
2073 if (fda->num_fds >= SIZE_MAX / sizeof(u32)) {
2075 debug_id, (u64)fda->num_fds);
2082 debug_id, (u64)fda->num_fds);
2094 for (fd_index = 0; fd_index < fda->num_fds;
2588 if (fda->num_fds == 0)
2591 fd_buf_size = sizeof(u32) * fda->num_fds;
2592 if (fda->num_fds >= SIZE_MAX / sizeof(u32)) {
2594 proc->pid, thread->pid, (u64)fda->num_fds);
2601 proc->pid, thread->pid, (u64)fda->num_fds);
[all...]
/linux-master/arch/um/drivers/
H A Dvirtio_uml.c228 int *fds, size_t num_fds)
251 rc = full_sendmsg_fds(vu_dev->sock, msg, size, fds, num_fds);
226 vhost_user_send(struct virtio_uml_device *vu_dev, bool need_response, struct vhost_user_msg *msg, int *fds, size_t num_fds) argument

Completed in 264 milliseconds