Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dsched-messaging.c39 static struct list_head sender_contexts = LIST_HEAD_INIT(sender_contexts); variable
210 list_add(&snd_ctx->list, &sender_contexts); in group()
336 list_for_each_entry_safe(pos, n, &sender_contexts, list) { in bench_sched_messaging()