Home
last modified time | relevance | path

Searched refs:credit (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/dev/xen/balloon/
H A Dballoon.c264 long credit; in balloon_process() local
271 credit = current_target() - bs.current_pages; in balloon_process()
272 if (credit > 0) in balloon_process()
273 need_sleep = (increase_reservation(credit) != 0); in balloon_process()
274 if (credit < 0) in balloon_process()
275 need_sleep = (decrease_reservation(-credit) != 0); in balloon_process()
277 } while ((credit != 0) && !need_sleep); in balloon_process()
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_rr.c62 uint32_t credit; /* max bytes we can transmit */ member
86 q->credit = q->quantum; /* initialize credit */ in rr_append()
193 if (len > rrq->credit) { in rr_dequeue()
195 rrq->credit += rrq->quantum; in rr_dequeue()
199 rrq->credit -= len; in rr_dequeue()
270 q->credit = q->quantum; in rr_new_queue()
H A Dip_dn_io.c631 si->credit += (now - si->sched_time) * bw; in serve_sched()
633 si->credit = 0; in serve_sched()
636 while (si->credit >= 0 && (m = s->fp->dequeue(si)) != NULL) { in serve_sched()
642 si->credit -= len_scaled; in serve_sched()
655 if (si->credit >= 0) { in serve_sched()
660 t = div64(bw - 1 - si->credit, bw); in serve_sched()
965 si->credit = V_dn_cfg.io_fast ? p->bandwidth : 0; in dummynet_io()
970 si->credit += burst; in dummynet_io()
H A Dip_dn_private.h311 int64_t credit; /* bits I can transmit (more or less). */ member
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DLICENSE3 modification), provided that credit is given where it is due and any
/freebsd/contrib/byacc/
H A DACKNOWLEDGEMENTS8 Finally, much of the credit for the latest version must go to those
/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c346 u8 *cqe_flushed, u64 *cookie, u32 *credit) in poll_cq() argument
352 *credit = 0; in poll_cq()
565 u32 credit = 0; in c4iw_poll_cq_one() local
598 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one()
/freebsd/contrib/tzdata/
H A DSECURITY14 we give credit to security contributors unless they wish to remain
/freebsd/contrib/tzcode/
H A DSECURITY14 we give credit to security contributors unless they wish to remain
/freebsd/contrib/ntp/
H A Dreadme.y2kfixes39 they include the credit:
64 persons... appropriate credit will be given in any future
/freebsd/sys/netpfil/ipfilter/netinet/
H A DIPFILTER.LICENCE9 and due credit is given to the original author and the contributors.
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c490 u8 *cqe_flushed, u64 *cookie, u32 *credit) in poll_cq() argument
496 *credit = 0; in poll_cq()
718 u32 credit = 0; in c4iw_poll_cq_one() local
735 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one()
/freebsd/tools/tools/crypto/
H A DREADME43 This code originally came from openbsd; give them all the credit.
/freebsd/share/examples/libusb20/
H A DREADME37 Feel free to credit my name in your derived work if you want.
/freebsd/sys/fs/fuse/
H A Dfuse_ipc.c269 fiov->credit = fuse_iov_credit; in fiov_init()
285 --fiov->credit < 0)) { in fiov_adjust()
292 fiov->credit = fuse_iov_credit; in fiov_adjust()
H A Dfuse_ipc.h79 int credit; member
/freebsd/sys/contrib/xen/
H A Ddomctl.h396 struct xen_domctl_sched_credit credit; member
425 struct xen_domctl_sched_credit credit; member
/freebsd/sys/dev/bxe/
H A Decore_sp.c4238 rc = __atomic_dec_ifmoe(&o->credit, cnt, 0); in ecore_credit_pool_get()
4251 rc = __atomic_add_ifless(&o->credit, cnt, o->pool_sz + 1); in ecore_credit_pool_put()
4263 cur_credit = ECORE_ATOMIC_READ(&o->credit); in ecore_credit_pool_check()
4348 int base, int credit) in ecore_init_credit_pool() argument
4357 ECORE_ATOMIC_SET(&p->credit, credit); in ecore_init_credit_pool()
4360 p->pool_sz = credit; in ecore_init_credit_pool()
4370 if (credit >= 0) { in ecore_init_credit_pool()
4458 int credit = PF_VLAN_CREDIT_E2(sc, func_num); in ecore_init_vlan_credit_pool() local
4460 ecore_init_credit_pool(p, -1/*unused for E2*/, credit); in ecore_init_vlan_credit_pool()
H A Decore_sp.h1110 ecore_atomic_t credit; member
1965 int base, int credit);
/freebsd/sys/dev/ixl/
H A Di40e_prototype.h368 u16 seid, u16 credit, u8 max_credit,
384 u16 seid, u16 credit, u8 max_bw,
H A Di40e_adminq_cmd.h1723 __le16 credit; member
1791 __le16 credit; member
H A Di40e_common.c5228 u16 seid, u16 credit, u8 max_credit, in i40e_aq_config_vsi_bw_limit() argument
5240 cmd->credit = CPU_TO_LE16(credit); in i40e_aq_config_vsi_bw_limit()
5257 u16 seid, u16 credit, u8 max_bw, in i40e_aq_config_switch_comp_bw_limit() argument
5269 cmd->credit = CPU_TO_LE16(credit); in i40e_aq_config_switch_comp_bw_limit()
/freebsd/contrib/ntp/html/hints/
H A Dnotes-xntp-v389 If I missed something or neglected to give due credit, please advise.
/freebsd/libexec/bootpd/
H A DREADME27 Much of the credit for the ideas and the code goes to him. We've added
/freebsd/usr.bin/m4/TEST/
H A Dtest.m4170 get little credit for their work because it is performed secretly. The

12