Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dutils.c677 static const int find_mount(const char *fs, char *mp, int sizeof_mp) in find_mount() argument
699 memset(mp, 0, sizeof_mp); in find_mount()
700 strncpy(mp, mount_point, sizeof_mp - 1); in find_mount()