Home
last modified time | relevance | path

Searched refs:exp_list (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A 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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/xen/
H A Dgntdev-dmabuf.c77 struct list_head exp_list; member
157 list_for_each_entry(gntdev_dmabuf, &priv->exp_list, next) in dmabuf_exp_wait_obj_get_dmabuf()
408 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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds