Home
last modified time | relevance | path

Searched refs:nstype (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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.h17 int setns(int fd, int nstype);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dregion_devs.c191 * This is the 'nstype' attribute of a region as well, an input to the
288 static DEVICE_ATTR_RO(nstype);
H A Dnamespace_devs.c222 static DEVICE_ATTR_RO(nstype);
/kernel/linux/linux-6.6/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.c190 static DEVICE_ATTR_RO(nstype);
/kernel/linux/linux-5.10/include/linux/
H A Dsyscalls.h965 asmlinkage long sys_setns(int fd, int nstype);
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h857 asmlinkage long sys_setns(int fd, int nstype);

Completed in 14 milliseconds