Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/
Dunshare.txt2 unshare system call:
4 This document describes the new system call, unshare. The document
41 unshare system call adds a primitive to the Linux thread model that
42 allows threads to selectively 'unshare' any resources that were being
43 shared at the time of their creation. unshare was conceptualized by
45 of the discussion on POSIX threads on Linux. unshare augments the
47 shared resources without creating a new process. unshare is a natural
53 unshare would be useful to large application frameworks such as PAM
56 when creating a new process using fork or clone, unshare can benefit
59 where unshare can be used.
[all …]
D00-INDEX335 unshare.txt
336 - description of the Linux unshare system call.
/linux-3.4.99/arch/powerpc/include/asm/
Dsystbl.h288 SYSCALL_SPU(unshare)
/linux-3.4.99/arch/parisc/kernel/
Dsyscall_table.S389 ENTRY_SAME(unshare)
/linux-3.4.99/fs/lockd/
Dsvc4proc.c499 PROC(unshare, shareargs, shareres, args, res, Ck+St+1),
Dsvcproc.c541 PROC(unshare, shareargs, shareres, args, res, Ck+St+1),
/linux-3.4.99/arch/x86/syscalls/
Dsyscall_64.tbl281 272 common unshare sys_unshare
Dsyscall_32.tbl319 310 i386 unshare sys_unshare
/linux-3.4.99/kernel/
Dfork.c1734 SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags) in SYSCALL_DEFINE1() argument