Searched refs:exceeded (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c324 #error Max ITCT exceeded
4638 dev_warn(dev, "dump count exceeded!\n");
/linux-master/fs/ceph/
H A Dquota.c324 * is exceeded or if the root inode is reached.
335 bool exceeded = false; local
380 exceeded = (max && (rvalue + delta > max));
385 exceeded = true;
391 exceeded =
399 exceeded = true; /* Just break the loop */
404 if (exceeded || !next)
414 return exceeded;
521 /* It is possible for a quota to be exceeded.
/linux-master/kernel/sched/
H A Drt.c1018 int exceeded; local
1023 exceeded = sched_rt_runtime_exceeded(rt_rq);
1024 if (exceeded)
1027 if (exceeded)
/linux-master/scripts/
H A Dcheckpatch.pl112 if exceeded, warn on patches

Completed in 252 milliseconds