Home
last modified time | relevance | path

Searched refs:quotas (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-head/share/doc/smm/04.quotas/
HDMakefile1 VOLUME= smm/04.quotas
2 SRCS= quotas.ms
/freebsd-head/sys/contrib/dev/iwlwifi/fw/api/
HDbinding.h88 struct iwl_time_quota_data_v1 quotas[MAX_BINDINGS]; member
123 struct iwl_time_quota_data quotas[MAX_BINDINGS]; member
/freebsd-head/tests/sys/cddl/zfs/tests/utils_test/
HDutils_test_004_pos.ksh65 log_must $TOUCH $TESTDIR/quotas
/freebsd-head/share/doc/smm/
HDMakefile15 04.quotas \
/freebsd-head/contrib/netbsd-tests/sbin/newfs/
HDquotas_common.sh53 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-head/contrib/netbsd-tests/sbin/fsck_ffs/
HDquotas_common.sh29 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-head/sys/powerpc/conf/
HDQORIQ6441 options QUOTA #Enable disk quotas for UFS
HDGENERIC49 options QUOTA # Enable disk quotas for UFS
HDGENERIC64LE54 options QUOTA # Enable disk quotas for UFS
HDGENERIC6456 options QUOTA # Enable disk quotas for UFS
/freebsd-head/sys/arm/conf/
HDstd.armv720 options QUOTA # Enable disk quotas for UFS
/freebsd-head/contrib/file/magic/Magdir/
HDsgi16 0 beshort 0x8765 disk quotas file
/freebsd-head/sys/arm64/conf/
HDstd.arm6429 options QUOTA # Enable disk quotas for UFS
/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDmvm.h2184 struct iwl_time_quota_data_v1 *quotas; in iwl_mvm_quota_cmd_get_quota() local
2187 return &cmd->quotas[i]; in iwl_mvm_quota_cmd_get_quota()
2189 quotas = (struct iwl_time_quota_data_v1 *)cmd->quotas; in iwl_mvm_quota_cmd_get_quota()
2190 return (struct iwl_time_quota_data *)&quotas[i]; in iwl_mvm_quota_cmd_get_quota()
/freebsd-head/share/doc/smm/01.setup/
HDspell.ok461 quotas.user
/freebsd-head/sys/amd64/conf/
HDMINIMAL48 options QUOTA # Enable disk quotas for UFS
HDFIRECRACKER45 options QUOTA # Enable disk quotas for UFS
/freebsd-head/sys/i386/conf/
HDMINIMAL54 options QUOTA # Enable disk quotas for UFS
/freebsd-head/sys/dev/mlx4/mlx4_core/
HDmlx4_resource_tracker.c450 dev->quotas.qp = dev->caps.num_qps - dev->caps.reserved_qps - in mlx4_init_quotas()
452 dev->quotas.cq = dev->caps.num_cqs - dev->caps.reserved_cqs; in mlx4_init_quotas()
453 dev->quotas.srq = dev->caps.num_srqs - dev->caps.reserved_srqs; in mlx4_init_quotas()
454 dev->quotas.mtt = dev->caps.num_mtts - dev->caps.reserved_mtts; in mlx4_init_quotas()
455 dev->quotas.mpt = dev->caps.num_mpts - dev->caps.reserved_mrws; in mlx4_init_quotas()
460 dev->quotas.qp = in mlx4_init_quotas()
462 dev->quotas.cq = in mlx4_init_quotas()
464 dev->quotas.srq = in mlx4_init_quotas()
466 dev->quotas.mtt = in mlx4_init_quotas()
468 dev->quotas.mpt = in mlx4_init_quotas()
HDmlx4_main.c890 dev->quotas.qp = func_cap.qp_quota; in mlx4_slave_cap()
891 dev->quotas.srq = func_cap.srq_quota; in mlx4_slave_cap()
892 dev->quotas.cq = func_cap.cq_quota; in mlx4_slave_cap()
893 dev->quotas.mpt = func_cap.mpt_quota; in mlx4_slave_cap()
894 dev->quotas.mtt = func_cap.mtt_quota; in mlx4_slave_cap()
/freebsd-head/sys/riscv/conf/
HDGENERIC43 options QUOTA # Enable disk quotas for UFS
/freebsd-head/contrib/libxo/tests/gettext/
HDstrerror.pot339 # quotas & mush
/freebsd-head/sys/dev/iwm/
HDif_iwm.c4039 cmd.quotas[i].id_and_color = htole32(IWM_FW_CTXT_INVALID); in iwm_update_quotas()
4054 cmd.quotas[idx].id_and_color = in iwm_update_quotas()
4058 cmd.quotas[idx].quota = htole32(0); in iwm_update_quotas()
4059 cmd.quotas[idx].max_duration = htole32(0); in iwm_update_quotas()
4061 cmd.quotas[idx].quota = htole32(quota * n_ifs[i]); in iwm_update_quotas()
4062 cmd.quotas[idx].max_duration = htole32(0); in iwm_update_quotas()
4068 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem); in iwm_update_quotas()
/freebsd-head/contrib/libxo/tests/gettext/po/pig_latin/
HDstrerror.po333 # quotas & mush
/freebsd-head/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_main.c534 props->max_qp = dev->dev->quotas.qp; in mlx4_ib_query_device()
539 props->max_cq = dev->dev->quotas.cq; in mlx4_ib_query_device()
541 props->max_mr = dev->dev->quotas.mpt; in mlx4_ib_query_device()
546 props->max_srq = dev->dev->quotas.srq; in mlx4_ib_query_device()

12