/src/sys/altq/ |
altq_wfq.h | 97 #define WFQ_QUOTA 512 /* quota bytes to send at a time */ 98 #define WFQ_ADDQUOTA(q) ((q)->quota += WFQ_QUOTA * (q)->weight / 100) 106 int quota; /* bytes sent in this round */ member in struct:weighted_fair_queue
|
/src/sys/arch/arm/gemini/ |
gemini_ipm.c | 34 size_t quota; member in struct:dispatch_entry 48 size_t sc_txqavail; /* quota available */ 159 gemini_ipm_register(uint8_t tag, unsigned int ipl, size_t quota, 170 tag, ipl, quota, consume, counter, arg)); 180 if (sc->sc_txqavail >= quota) { 181 sc->sc_txqavail -= quota;
|
/src/etc/defaults/ |
rc.conf | 141 quota=YES # check and enable quotas key
|
/src/sys/dev/pci/ |
if_iwm.c | 5853 int i, idx, num_active_macs, quota, quota_rem; local in function:iwm_update_quotas 5873 * equally between all the bindings that require quota 5881 quota = 0; 5884 quota = IWM_MAX_QUOTA / num_active_macs; 5896 cmd.quotas[idx].quota = htole32(0); 5899 cmd.quotas[idx].quota = htole32(quota * n_ifs[i]); 5906 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem);
|
if_iwmreg.h | 2707 /* Bindings and Time Quota */ 2730 * struct iwm_time_quota_data - configuration of time quota per binding 2732 * @quota: absolute time quota in TU. The scheduler will try to divide the 2733 * remainig quota (after Time Events) according to this quota. 2738 uint32_t quota; member in struct:iwm_time_quota_data 2743 * struct iwm_time_quota_cmd - configuration of time quota between bindings
|