Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dsetns.c7 int setns(int fd, int nstype) in setns() argument
9 return syscall(__NR_setns, fd, nstype); in setns()
Dnamespaces.h17 int setns(int fd, int nstype);
/Linux-v5.10/Documentation/driver-api/nvdimm/
Dnvdimm.rst486 "nstype" indicates the integer type of namespace-device this region
518 | |-- nstype
611 "nstype" integer attribute, here are some other options.
/Linux-v5.10/drivers/nvdimm/
Dregion_devs.c288 static DEVICE_ATTR_RO(nstype);
Dnamespace_devs.c222 static DEVICE_ATTR_RO(nstype);
/Linux-v5.10/include/linux/
Dsyscalls.h940 asmlinkage long sys_setns(int fd, int nstype);