Home
last modified time | relevance | path

Searched defs:unshare (Results 1 – 7 of 7) sorted by relevance

/linux/tools/include/nolibc/
H A Dsched.h45 int unshare(int flags) in unshare() function
/linux/tools/testing/selftests/net/af_unix/
H A Ddiag_uid.c29 int unshare; in FIXTURE_VARIANT() local
/linux/mm/
H A Dmemory.c3549 const bool unshare = vmf->flags & FAULT_FLAG_UNSHARE; in wp_page_copy() local
3941 const bool unshare = vmf->flags & FAULT_FLAG_UNSHARE; in do_wp_page() local
5944 const bool unshare = vmf->flags & FAULT_FLAG_UNSHARE; in wp_huge_pmd() local
H A Dgup.c1148 unsigned long address, unsigned int flags, bool unshare, in faultin_page()
H A Dhuge_memory.c1923 const bool unshare = vmf->flags & FAULT_FLAG_UNSHARE; in do_huge_pmd_wp_page() local
H A Dhugetlb.c6160 const bool unshare = vmf->flags & FAULT_FLAG_UNSHARE; in hugetlb_wp() local
/linux/kernel/
H A Dfork.c3190 SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags) in SYSCALL_DEFINE1() argument