Searched refs:quotas (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/share/doc/smm/04.quotas/
H A DMakefile4 VOLUME= smm/04.quotas
5 SRCS= quotas.ms
/freebsd-11-stable/share/doc/smm/
H A DMakefile18 04.quotas \
/freebsd-11-stable/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh53 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-11-stable/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh29 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-11-stable/targets/pseudo/userland/share/
H A DMakefile.depend58 share/doc/smm/04.quotas \
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c445 /* quotas for VFs are initialized in mlx4_slave_cap */
450 dev->quotas.qp = dev->caps.num_qps - dev->caps.reserved_qps -
452 dev->quotas.cq = dev->caps.num_cqs - dev->caps.reserved_cqs;
453 dev->quotas.srq = dev->caps.num_srqs - dev->caps.reserved_srqs;
454 dev->quotas.mtt = dev->caps.num_mtts - dev->caps.reserved_mtts;
455 dev->quotas.mpt = dev->caps.num_mpts - dev->caps.reserved_mrws;
460 dev->quotas.qp =
462 dev->quotas.cq =
464 dev->quotas.srq =
466 dev->quotas
[all...]
H A Dmlx4_main.c889 dev->quotas.qp = func_cap.qp_quota;
890 dev->quotas.srq = func_cap.srq_quota;
891 dev->quotas.cq = func_cap.cq_quota;
892 dev->quotas.mpt = func_cap.mpt_quota;
893 dev->quotas.mtt = func_cap.mtt_quota;
H A Dmlx4_fw.c545 int err = 0, quotas = 0; local
574 quotas = !!(func_cap->flags & QUERY_FUNC_CAP_FLAG_QUOTAS);
582 if (quotas) {
714 * TODO: set per-resource quotas */
H A Dmlx4_eq.c1232 err = mlx4_create_eq(dev, dev->quotas.cq +
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c3906 cmd.quotas[i].id_and_color = htole32(IWM_FW_CTXT_INVALID);
3921 cmd.quotas[idx].id_and_color =
3925 cmd.quotas[idx].quota = htole32(0);
3926 cmd.quotas[idx].max_duration = htole32(0);
3928 cmd.quotas[idx].quota = htole32(quota * n_ifs[i]);
3929 cmd.quotas[idx].max_duration = htole32(0);
3935 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem);
H A Dif_iwmreg.h2530 * @quotas: allocations per binding
2533 struct iwm_time_quota_data quotas[IWM_MAX_BINDINGS]; member in struct:iwm_time_quota_cmd
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c535 props->max_qp = dev->dev->quotas.qp;
540 props->max_cq = dev->dev->quotas.cq;
542 props->max_mr = dev->dev->quotas.mpt;
547 props->max_srq = dev->dev->quotas.srq;
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h869 struct mlx4_quotas quotas; member in struct:mlx4_dev
/freebsd-11-stable/sys/kern/
H A Dkern_jail.c193 "allow.quotas",
3839 SYSCTL_JAIL_PARAM(_allow, quotas, CTLTYPE_INT | CTLFLAG_RW,
3840 "B", "Jail may set file quotas");

Completed in 333 milliseconds