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

/freebsd-11.0-release/share/doc/smm/04.quotas/
H A DMakefile2 # $FreeBSD: releng/11.0/share/doc/smm/04.quotas/Makefile 50476 1999-08-28 00:22:10Z peter $
4 VOLUME= smm/04.quotas
5 SRCS= quotas.ms
/freebsd-11.0-release/share/doc/smm/
H A DMakefile18 04.quotas \
/freebsd-11.0-release/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh53 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-11.0-release/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh29 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-11.0-release/targets/pseudo/userland/share/
H A DMakefile.depend58 share/doc/smm/04.quotas \
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dresource_tracker.c398 /* quotas for VFs are initialized in mlx4_slave_cap */
403 dev->quotas.qp = dev->caps.num_qps - dev->caps.reserved_qps -
405 dev->quotas.cq = dev->caps.num_cqs - dev->caps.reserved_cqs;
406 dev->quotas.srq = dev->caps.num_srqs - dev->caps.reserved_srqs;
407 dev->quotas.mtt = dev->caps.num_mtts - dev->caps.reserved_mtts;
408 dev->quotas.mpt = dev->caps.num_mpts - dev->caps.reserved_mrws;
413 dev->quotas.qp =
415 dev->quotas.cq =
417 dev->quotas.srq =
419 dev->quotas
[all...]
H A Dmain.c1007 dev->quotas.qp = func_cap.qp_quota;
1008 dev->quotas.srq = func_cap.srq_quota;
1009 dev->quotas.cq = func_cap.cq_quota;
1010 dev->quotas.mpt = func_cap.mpt_quota;
1011 dev->quotas.mtt = func_cap.mtt_quota;
H A Dfw.c329 int err = 0, quotas = 0; local
353 quotas = !!(func_cap->flags & QUERY_FUNC_CAP_FLAG_QUOTAS);
361 if (quotas) {
469 * TODO: set per-resource quotas */
/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm.c3712 cmd.quotas[i].id_and_color = htole32(IWM_FW_CTXT_INVALID);
3727 cmd.quotas[idx].id_and_color =
3731 cmd.quotas[idx].quota = htole32(0);
3732 cmd.quotas[idx].max_duration = htole32(0);
3734 cmd.quotas[idx].quota = htole32(quota * n_ifs[i]);
3735 cmd.quotas[idx].max_duration = htole32(0);
3741 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem);
H A Dif_iwmreg.h2608 * @quotas: allocations per binding
2611 struct iwm_time_quota_data quotas[IWM_MAX_BINDINGS]; member in struct:iwm_time_quota_cmd
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c245 props->max_qp = dev->dev->quotas.qp;
249 props->max_cq = dev->dev->quotas.cq;
251 props->max_mr = dev->dev->quotas.mpt;
256 props->max_srq = dev->dev->quotas.srq;
/freebsd-11.0-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h789 struct mlx4_quotas quotas; member in struct:mlx4_dev
/freebsd-11.0-release/sys/kern/
H A Dkern_jail.c200 "allow.quotas",
4517 SYSCTL_JAIL_PARAM(_allow, quotas, CTLTYPE_INT | CTLFLAG_RW,
4518 "B", "Jail may set file quotas");

Completed in 242 milliseconds