Home
last modified time | relevance | path

Searched refs:short_name_len (Results 1 – 4 of 4) sorted by relevance

/linux/fs/vboxsf/
H A Dshfl_hostintf.h421 u16 short_name_len; member
/linux/tools/perf/util/
H A Ddso.h290 u16 short_name_len; in DECLARE_RC_STRUCT() local
655 return RC_CHK_ACCESS(dso)->short_name_len; in dso__short_name_len()
H A Dprobe-event.c169 u16 short_name_len = dso__short_name_len(dso); in kernel_get_module_map_cb()
171 if (strncmp(short_name + 1, args->module, short_name_len - 2) == 0 && in kernel_get_module_map_cb()
172 args->module[short_name_len - 2] == '\0') { in kernel_get_module_map_cb()
170 u16 short_name_len = dso__short_name_len(dso); kernel_get_module_map_cb() local
H A Ddso.c1565 RC_CHK_ACCESS(dso)->short_name_len = strlen(name); in __dso__set_short_name()