Home
last modified time | relevance | path

Searched refs:nstype (Results 1 – 6 of 6) sorted by relevance

/linux/tools/include/nolibc/
H A Dsched.h18 * 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 Dsetns.c7 int setns(int fd, int nstype) in setns() argument
9 return syscall(__NR_setns, fd, nstype); in setns()
H A Dnamespaces.h19 int setns(int fd, int nstype);
/linux/Documentation/driver-api/nvdimm/
H A Dnvdimm.rst394 "nstype" indicates the integer type of namespace-device this region
424 | |-- nstype
/linux/drivers/nvdimm/
H A Dregion_devs.c215 * This is the 'nstype' attribute of a region as well, an input to the
310 static DEVICE_ATTR_RO(nstype);
H A Dnamespace_devs.c192 static DEVICE_ATTR_RO(nstype);