Searched refs:nstype (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | setns.c | 7 int setns(int fd, int nstype) in setns() argument 9 return syscall(__NR_setns, fd, nstype); in setns()
|
H A D | namespaces.h | 17 int setns(int fd, int nstype);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | setns.c | 7 int setns(int fd, int nstype) in setns() argument 9 return syscall(__NR_setns, fd, nstype); in setns()
|
H A D | namespaces.h | 19 int setns(int fd, int nstype);
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | region_devs.c | 191 * This is the 'nstype' attribute of a region as well, an input to the 288 static DEVICE_ATTR_RO(nstype);
|
H A D | namespace_devs.c | 222 static DEVICE_ATTR_RO(nstype);
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | region_devs.c | 215 * This is the 'nstype' attribute of a region as well, an input to the 310 static DEVICE_ATTR_RO(nstype);
|
H A D | namespace_devs.c | 190 static DEVICE_ATTR_RO(nstype);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 965 asmlinkage long sys_setns(int fd, int nstype);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 857 asmlinkage long sys_setns(int fd, int nstype);
|
Completed in 14 milliseconds