/freebsd/sys/dev/xen/balloon/ |
H A D | balloon.c | 264 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 D | dn_sched_rr.c | 62 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 D | ip_dn_io.c | 631 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 D | ip_dn_private.h | 311 int64_t credit; /* bits I can transmit (more or less). */ member
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | LICENSE | 3 modification), provided that credit is given where it is due and any
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | cq.c | 346 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/byacc/ |
H A D | ACKNOWLEDGEMENTS | 8 Finally, much of the credit for the latest version must go to those
|
/freebsd/contrib/tzcode/ |
H A D | SECURITY | 14 we give credit to security contributors unless they wish to remain
|
/freebsd/contrib/tzdata/ |
H A D | SECURITY | 14 we give credit to security contributors unless they wish to remain
|
/freebsd/contrib/ntp/ |
H A D | readme.y2kfixes | 39 they include the credit: 64 persons... appropriate credit will be given in any future
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | IPFILTER.LICENCE | 9 and due credit is given to the original author and the contributors.
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cq.c | 492 u8 *cqe_flushed, u64 *cookie, u32 *credit) in poll_cq() argument 498 *credit = 0; in poll_cq() 720 u32 credit = 0; in c4iw_poll_cq_one() local 737 ret = poll_cq(wq, &(chp->cq), &cqe, &cqe_flushed, &cookie, &credit); in c4iw_poll_cq_one()
|
/freebsd/share/examples/libusb20/ |
H A D | README | 37 Feel free to credit my name in your derived work if you want.
|
/freebsd/tools/tools/crypto/ |
H A D | README | 43 This code originally came from openbsd; give them all the credit.
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_ipc.c | 269 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 D | fuse_ipc.h | 79 int credit; member
|
/freebsd/sys/contrib/xen/ |
H A D | domctl.h | 396 struct xen_domctl_sched_credit credit; member 425 struct xen_domctl_sched_credit credit; member
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_sp.c | 4238 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()
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_prototype.h | 368 u16 seid, u16 credit, u8 max_credit, 384 u16 seid, u16 credit, u8 max_bw,
|
H A D | i40e_adminq_cmd.h | 1723 __le16 credit; member 1791 __le16 credit; member
|
H A D | i40e_common.c | 5228 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 D | notes-xntp-v3 | 89 If I missed something or neglected to give due credit, please advise.
|
/freebsd/libexec/bootpd/ |
H A D | README | 27 Much of the credit for the ideas and the code goes to him. We've added
|
/freebsd/usr.bin/m4/TEST/ |
H A D | test.m4 | 170 get little credit for their work because it is performed secretly. The
|
/freebsd/crypto/openssh/ |
H A D | LICENCE | 85 * permitted provided that due credit is given to the author and the
|