const golang.org/x/sys/unix.SYS_SETPRIORITY

2 uses

	golang.org/x/sys/unix (current package)
		zsyscall_linux.go#L1527: 	_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
		zsysnum_linux_amd64.go#L151: 	SYS_SETPRIORITY             = 141