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

/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dbinding.h82 * @quotas: allocations per binding
88 struct iwl_time_quota_data_v1 quotas[MAX_BINDINGS]; member in struct:iwl_time_quota_cmd_v1
120 * @quotas: allocations per binding
123 struct iwl_time_quota_data quotas[MAX_BINDINGS]; member in struct:iwl_time_quota_cmd
/linux-master/mm/damon/
H A Dsysfs-schemes.c143 * access pattern, the watermarks, the quotas, and the filters,
1169 * quotas directory
1187 static int damon_sysfs_quotas_add_dirs(struct damon_sysfs_quotas *quotas) argument
1198 &quotas->kobj, "weights");
1203 quotas->weights = weights;
1211 &damos_sysfs_quota_goals_ktype, &quotas->kobj,
1217 quotas->goals = goals;
1223 static void damon_sysfs_quotas_rm_dirs(struct damon_sysfs_quotas *quotas) argument
1225 kobject_put(&quotas->weights->kobj);
1226 damos_sysfs_quota_goals_rm_dirs(quotas
1233 struct damon_sysfs_quotas *quotas = container_of(kobj, local
1242 struct damon_sysfs_quotas *quotas = container_of(kobj, local
1254 struct damon_sysfs_quotas *quotas = container_of(kobj, local
1263 struct damon_sysfs_quotas *quotas = container_of(kobj, local
1275 struct damon_sysfs_quotas *quotas = container_of(kobj, local
1284 struct damon_sysfs_quotas *quotas = container_of(kobj, local
1296 struct damon_sysfs_quotas *quotas = container_of(kobj, local
1442 struct damon_sysfs_quotas *quotas; member in struct:damon_sysfs_scheme
1502 struct damon_sysfs_quotas *quotas = damon_sysfs_quotas_alloc(); local
[all...]
/linux-master/fs/bcachefs/
H A Dquota.c211 _q = &(_c)->quotas[_i], \
303 struct bch_memquota_type *q = &c->quotas[qtype];
470 q = &c->quotas[k.k->p.inode];
503 for (i = 0; i < ARRAY_SIZE(c->quotas); i++)
504 genradix_free(&c->quotas[i].table);
511 for (i = 0; i < ARRAY_SIZE(c->quotas); i++)
512 mutex_init(&c->quotas[i].lock);
545 struct bch_memquota_type *q = &c->quotas[i];
624 /* Enable/disable/delete quotas for an entire filesystem: */
762 state->s_state[i].spc_timelimit = c->quotas[
[all...]
H A Dbcachefs.h1065 struct bch_memquota_type quotas[QTYP_NR]; member in struct:bch_fs
H A Dbcachefs_format.h1501 x(quotas, 5, 0, \
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h1990 struct iwl_time_quota_data_v1 *quotas; local
1993 return &cmd->quotas[i];
1995 quotas = (struct iwl_time_quota_data_v1 *)cmd->quotas;
1996 return (struct iwl_time_quota_data *)&quotas[i];
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c447 /* quotas for VFs are initialized in mlx4_slave_cap */
452 dev->quotas.qp = dev->caps.num_qps - dev->caps.reserved_qps -
454 dev->quotas.cq = dev->caps.num_cqs - dev->caps.reserved_cqs;
455 dev->quotas.srq = dev->caps.num_srqs - dev->caps.reserved_srqs;
456 dev->quotas.mtt = dev->caps.num_mtts - dev->caps.reserved_mtts;
457 dev->quotas.mpt = dev->caps.num_mpts - dev->caps.reserved_mrws;
462 dev->quotas.qp =
464 dev->quotas.cq =
466 dev->quotas.srq =
468 dev->quotas
[all...]
H A Dmain.c997 dev->quotas.qp = func_cap->qp_quota;
998 dev->quotas.srq = func_cap->srq_quota;
999 dev->quotas.cq = func_cap->cq_quota;
1000 dev->quotas.mpt = func_cap->mpt_quota;
1001 dev->quotas.mtt = func_cap->mtt_quota;
H A Dfw.c546 int err = 0, quotas = 0; local
575 quotas = !!(func_cap->flags & QUERY_FUNC_CAP_FLAG_QUOTAS);
583 if (quotas) {
715 * TODO: set per-resource quotas */
H A Deq.c1251 err = mlx4_create_eq(dev, dev->quotas.cq +
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmain.c532 props->max_qp = dev->dev->quotas.qp;
539 props->max_cq = dev->dev->quotas.cq;
541 props->max_mr = dev->dev->quotas.mpt;
546 props->max_srq = dev->dev->quotas.srq;
/linux-master/include/linux/mlx4/
H A Ddevice.h880 struct mlx4_quotas quotas; member in struct:mlx4_dev

Completed in 204 milliseconds