Searched refs:short_name_len (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/vboxsf/
H A Dshfl_hostintf.h421 u16 short_name_len; member in struct:shfl_dirinfo
/linux-master/tools/perf/util/
H A Ddso.h191 u16 short_name_len; member in struct:dso
H A Ddso.c1286 dso->short_name_len = strlen(name);
1297 return dso->short_name_len;
H A Dbuild-id.c353 name_len = pos->short_name_len;
H A Dprobe-event.c162 u16 short_name_len = dso->short_name_len; local
164 if (strncmp(short_name + 1, args->module, short_name_len - 2) == 0 &&
165 args->module[short_name_len - 2] == '\0') {
H A Dsymbol-elf.c1435 if (strcmp(section_name, (curr_dso->short_name + dso->short_name_len)) == 0)

Completed in 144 milliseconds