Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dattr.py240 exp_list = []
246 exp_list.append(res_name)
251 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list)))
254 if not exp_list:
264 match[exp_name] = exp_list
/Linux-v4.19/drivers/xen/
Dgntdev-dmabuf.c76 struct list_head exp_list; member
150 list_for_each_entry(gntdev_dmabuf, &priv->exp_list, next) in dmabuf_exp_wait_obj_get_dmabuf()
424 list_add(&gntdev_dmabuf->next, &args->dmabuf_priv->exp_list); in dmabuf_exp_from_pages()
846 INIT_LIST_HEAD(&priv->exp_list); in gntdev_dmabuf_init()