Searched refs:safe_unshare (Results 1 – 2 of 2) sorted by relevance
613 int safe_unshare(const char *file, const int lineno, int flags);614 #define SAFE_UNSHARE(flags) safe_unshare(__FILE__, __LINE__, (flags))
400 int safe_unshare(const char *file, const int lineno, int flags) in safe_unshare() function