MAX_SOPS
if (nsops > MAX_SOPS) {
MAX_SOPS, nsops);
struct sembuf sops[MAX_SOPS];
kprintf("too many sops (max=%d, nsops=%u)\n", MAX_SOPS, nsops);