Home
last modified time | relevance | path

Searched refs:exceeded (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dquota.c311 * is exceeded or if the root inode is reached.
321 bool exceeded = false; in check_quota_exceeded() local
365 exceeded = (max && (rvalue + delta > max)); in check_quota_exceeded()
370 exceeded = true; in check_quota_exceeded()
376 exceeded = in check_quota_exceeded()
384 exceeded = true; /* Just break the loop */ in check_quota_exceeded()
390 if (exceeded || !next) in check_quota_exceeded()
400 return exceeded; in check_quota_exceeded()
500 /* It is possible for a quota to be exceeded. in ceph_quota_update_statfs()
531 * exceeded,
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dquota.c319 * is exceeded or if the root inode is reached.
329 bool exceeded = false; in check_quota_exceeded() local
373 exceeded = (max && (rvalue + delta > max)); in check_quota_exceeded()
378 exceeded = true; in check_quota_exceeded()
384 exceeded = in check_quota_exceeded()
392 exceeded = true; /* Just break the loop */ in check_quota_exceeded()
397 if (exceeded || !next) in check_quota_exceeded()
407 return exceeded; in check_quota_exceeded()
514 /* It is possible for a quota to be exceeded. in ceph_quota_update_statfs()
/kernel/linux/linux-5.10/kernel/sched/
H A Drt.c1048 int exceeded; in update_curr_rt() local
1053 exceeded = sched_rt_runtime_exceeded(rt_rq); in update_curr_rt()
1054 if (exceeded) in update_curr_rt()
1057 if (exceeded) in update_curr_rt()
/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c1087 int exceeded; in update_curr_rt() local
1092 exceeded = sched_rt_runtime_exceeded(rt_rq); in update_curr_rt()
1093 if (exceeded) in update_curr_rt()
1096 if (exceeded) in update_curr_rt()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c309 #error Max ITCT exceeded
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c324 #error Max ITCT exceeded
3870 dev_warn(dev, "dump count exceeded!\n"); in debugfs_snapshot_regs_v3_hw()
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl104 if exceeded, warn on patches
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl112 if exceeded, warn on patches

Completed in 37 milliseconds