Home
last modified time | relevance | path

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

/linux-6.12.1/tools/tracing/rtla/src/
Dutils.c531 static const int find_mount(const char *fs, char *mp, int sizeof_mp) in find_mount() argument
553 memset(mp, 0, sizeof_mp); in find_mount()
554 strncpy(mp, mount_point, sizeof_mp - 1); in find_mount()