Searched refs:cmdlist (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_g2d.c | 219 struct g2d_cmdlist *cmdlist; member 299 node[nr].cmdlist = in g2d_init_cmdlist() 370 lnode->cmdlist->data[lnode->cmdlist->last] = node->dma_addr; in g2d_add_cmdlist_to_inuse() 686 struct g2d_cmdlist *cmdlist = node->cmdlist; in g2d_map_cmdlist_gem() local 699 reg_pos = cmdlist->last - 2 * (i + 1); in g2d_map_cmdlist_gem() 701 offset = cmdlist->data[reg_pos]; in g2d_map_cmdlist_gem() 702 handle = cmdlist->data[reg_pos + 1]; in g2d_map_cmdlist_gem() 757 cmdlist->data[reg_pos + 1] = *addr; in g2d_map_cmdlist_gem() 1027 struct g2d_cmdlist *cmdlist = node->cmdlist; in g2d_check_reg_offset() local 1038 index = cmdlist->last - 2 * (i + 1); in g2d_check_reg_offset() [all …]
|
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 66 cmdlist = list() 76 cmdlist = command.split() 78 cmdlist = command 83 format(stage, command, cmdlist)) 84 cmdlist.insert(0, '--track-origins=yes') 85 cmdlist.insert(0, '--show-leak-kinds=definite,indirect') 86 cmdlist.insert(0, '--leak-check=full') 87 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 88 cmdlist.insert(0, '-v') # ask for summary of non-leak errors 89 cmdlist.insert(0, ENVIR['VALGRIND_BIN']) [all …]
|
| H A D | nsPlugin.py | 89 cmdlist = list() 96 cmdlist = command.split() 98 cmdlist = command 101 …nd: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist)) 102 cmdlist.insert(0, self.args.NAMES['NS']) 103 cmdlist.insert(0, 'exec') 104 cmdlist.insert(0, 'netns') 105 cmdlist.insert(0, self.args.NAMES['IP']) 110 command = ' '.join(cmdlist) 112 command = cmdlist
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc_helper.py | 52 def print_list(cmdlist): argument 54 for l in cmdlist:
|
| H A D | tdc.py | 236 def prepare_env(caseinfo, args, pm, stage, prefix, cmdlist, output = None): argument 243 for cmdinfo in cmdlist:
|
| /linux/Documentation/mm/ |
| H A D | page_owner.rst | 229 --name <cmdlist> Select by task command name. This selects the blocks whose 230 task command name appear in <cmdlist>. 232 <pidlist>, <tgidlist>, <cmdlist> are single arguments in the form of a comma-separated list,
|