Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c1106 struct dispatch_data { struct
1186 struct dispatch_data *data = ctx; in dispatch_thread()
1361 struct dispatch_data *data; in server_main()
1371 data = calloc(sizeof(struct dispatch_data), env.workers); in server_main()
/openbmc/linux/block/
H A Dblk-mq.c1734 struct dispatch_rq_data *dispatch_data = data; in dispatch_rq_from_ctx() local
1735 struct blk_mq_hw_ctx *hctx = dispatch_data->hctx; in dispatch_rq_from_ctx()
1741 dispatch_data->rq = list_entry_rq(ctx->rq_lists[type].next); in dispatch_rq_from_ctx()
1742 list_del_init(&dispatch_data->rq->queuelist); in dispatch_rq_from_ctx()
1748 return !dispatch_data->rq; in dispatch_rq_from_ctx()