Searched refs:unshare (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/Documentation/ |
D | unshare.txt | 2 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 …]
|
D | 00-INDEX | 335 unshare.txt 336 - description of the Linux unshare system call.
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | systbl.h | 288 SYSCALL_SPU(unshare)
|
/linux-3.4.99/arch/parisc/kernel/ |
D | syscall_table.S | 389 ENTRY_SAME(unshare)
|
/linux-3.4.99/fs/lockd/ |
D | svc4proc.c | 499 PROC(unshare, shareargs, shareres, args, res, Ck+St+1),
|
D | svcproc.c | 541 PROC(unshare, shareargs, shareres, args, res, Ck+St+1),
|
/linux-3.4.99/arch/x86/syscalls/ |
D | syscall_64.tbl | 281 272 common unshare sys_unshare
|
D | syscall_32.tbl | 319 310 i386 unshare sys_unshare
|
/linux-3.4.99/kernel/ |
D | fork.c | 1734 SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags) in SYSCALL_DEFINE1() argument
|