Home
last modified time | relevance | path

Searched refs:exp_name (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/tools/perf/tests/
Dattr.py187 for exp_name, exp_event in expect.items():
189 log.debug(" matching [%s]" % exp_name)
198 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list)))
205 match[exp_name] = exp_list
209 for exp_name, exp_event in expect.items():
215 for res_name in match[exp_name]:
221 (exp_name, str(match[group])))
/linux-4.1.27/include/linux/
Ddma-buf.h131 const char *exp_name; member
178 const char *exp_name; member
190 struct dma_buf_export_info a = { .exp_name = KBUILD_MODNAME }
/linux-4.1.27/drivers/dma-buf/
Ddma-buf.c312 dmabuf->exp_name = exp_info->exp_name; in dma_buf_export()
800 buf_obj->exp_name); in dma_buf_describe()
/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dfld_request.c154 const char *exp_name = target->ft_exp != NULL ? in fld_rrb_scan() local
159 target->ft_exp, exp_name, target->ft_srv, in fld_rrb_scan()
/linux-4.1.27/Documentation/
Ddma-buf-sharing.txt64 'exp_name' in struct dma_buf_export_info is the name of exporter - to
70 zeroes it out and pre-populates exp_name in it.