Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dnvdimm.rst394 "nstype" indicates the integer type of namespace-device this region
424 | |-- nstype
/openbmc/linux/drivers/nvdimm/
H A Dregion_devs.c310 static DEVICE_ATTR_RO(nstype);
H A Dnamespace_devs.c190 static DEVICE_ATTR_RO(nstype);
/openbmc/linux/include/linux/
H A Dsyscalls.h863 asmlinkage long sys_setns(int fd, int nstype);