Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/tests/
Dattr.py245 exp_list = []
251 exp_list.append(res_name)
256 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list)))
259 if not exp_list:
269 match[exp_name] = exp_list
/Linux-v5.10/drivers/xen/
Dgntdev-dmabuf.c76 struct list_head exp_list; member
156 list_for_each_entry(gntdev_dmabuf, &priv->exp_list, next) in dmabuf_exp_wait_obj_get_dmabuf()
407 list_add(&gntdev_dmabuf->next, &args->dmabuf_priv->exp_list); in dmabuf_exp_from_pages()
841 INIT_LIST_HEAD(&priv->exp_list); in gntdev_dmabuf_init()