Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/tests/
Dattr.py306 exp_list = []
312 exp_list.append(res_name)
317 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list)))
320 if not exp_list:
330 match[exp_name] = exp_list
/Linux-v6.6/drivers/xen/
Dgntdev-dmabuf.c70 struct list_head exp_list; member
150 list_for_each_entry(gntdev_dmabuf, &priv->exp_list, next) in dmabuf_exp_wait_obj_get_dmabuf()
401 list_add(&gntdev_dmabuf->next, &args->dmabuf_priv->exp_list); in dmabuf_exp_from_pages()
835 INIT_LIST_HEAD(&priv->exp_list); in gntdev_dmabuf_init()