Home
last modified time | relevance | path

Searched refs:snd_ctx (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/bench/
H A Dsched-messaging.c216 struct sender_context *snd_ctx = malloc(sizeof(struct sender_context) + in group() local
219 if (!snd_ctx) in group()
222 list_add(&snd_ctx->list, &sender_contexts); in group()
243 snd_ctx->out_fds[i] = fds[1]; in group()
250 snd_ctx->ready_out = ready_out; in group()
251 snd_ctx->wakefd = wakefd; in group()
252 snd_ctx->num_fds = num_fds; in group()
254 create_worker(worker + num_fds + i, snd_ctx, (void *)sender); in group()
260 close(snd_ctx->out_fds[i]); in group()