Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c197 struct vsp1_dl_ext_cmd *post_cmd; member
661 vsp1_dl_ext_cmd_put(dl->post_cmd); in __vsp1_dl_list_put()
664 dl->post_cmd = NULL; in __vsp1_dl_list_put()
847 if (dl->post_cmd) { in vsp1_dl_list_fill_header()
848 dl->extension->post_ext_dl_plist = dl->post_cmd->cmd_dma; in vsp1_dl_list_fill_header()
849 dl->extension->post_ext_dl_num_cmd = dl->post_cmd->num_cmds; in vsp1_dl_list_fill_header()
852 vsp1_dl_ext_cmd_fill_header(dl->post_cmd); in vsp1_dl_list_fill_header()
/linux/tools/perf/
H A Dbuiltin-stat.c131 static const char *post_cmd = NULL; variable
1077 if (post_cmd) { in run_perf_stat()
1078 ret = system(post_cmd); in run_perf_stat()
2493 OPT_STRING(0, "post", &post_cmd, "command", in cmd_stat()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c172 goto post_cmd; in regmr_cmd()
187 post_cmd: in regmr_cmd()