Searched refs:nstype (Results 1 – 6 of 6) sorted by relevance
/linux/tools/include/nolibc/ |
H A D | sched.h | 18 * int setns(int fd, int nstype); 22 int sys_setns(int fd, int nstype) in sys_setns() argument 24 return my_syscall2(__NR_setns, fd, nstype); in sys_setns() 28 int setns(int fd, int nstype) in setns() argument 30 return __sysret(sys_setns(fd, nstype)); in setns()
|
/linux/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);
|
/linux/Documentation/driver-api/nvdimm/ |
H A D | nvdimm.rst | 394 "nstype" indicates the integer type of namespace-device this region 424 | |-- nstype
|
/linux/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 | 192 static DEVICE_ATTR_RO(nstype);
|