Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A 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
/openbmc/linux/drivers/xen/
H A Dgntdev-dmabuf.c71 struct list_head exp_list; member
151 list_for_each_entry(gntdev_dmabuf, &priv->exp_list, next) in dmabuf_exp_wait_obj_get_dmabuf()
402 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()