Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dsetns.c7 int setns(int fd, int nstype) in setns() argument
9 return syscall(__NR_setns, fd, nstype); in setns()
Dnamespaces.h18 int setns(int fd, int nstype);
/Linux-v6.1/Documentation/driver-api/nvdimm/
Dnvdimm.rst394 "nstype" indicates the integer type of namespace-device this region
424 | |-- nstype
/Linux-v6.1/drivers/nvdimm/
Dregion_devs.c263 static DEVICE_ATTR_RO(nstype);
Dnamespace_devs.c189 static DEVICE_ATTR_RO(nstype);
/Linux-v6.1/include/linux/
Dsyscalls.h976 asmlinkage long sys_setns(int fd, int nstype);