Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dsched-messaging.c204 struct sender_context *snd_ctx = malloc(sizeof(struct sender_context) in group() local
207 if (!snd_ctx) in group()
210 list_add(&snd_ctx->list, &sender_contexts); in group()
231 snd_ctx->out_fds[i] = fds[1]; in group()
238 snd_ctx->ready_out = ready_out; in group()
239 snd_ctx->wakefd = wakefd; in group()
240 snd_ctx->num_fds = num_fds; in group()
242 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); in group()
248 close(snd_ctx->out_fds[i]); in group()