Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/bench/
H A Dsched-messaging.c198 struct sender_context *snd_ctx = malloc(sizeof(struct sender_context) in group() local
201 if (!snd_ctx) in group()
223 snd_ctx->out_fds[i] = fds[1]; in group()
230 snd_ctx->ready_out = ready_out; in group()
231 snd_ctx->wakefd = wakefd; in group()
232 snd_ctx->num_fds = num_fds; in group()
234 pth[num_fds+i] = create_worker(snd_ctx, (void *)sender); in group()
240 close(snd_ctx->out_fds[i]); in group()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds