new_credit         65 samples/bpf/hbm_out_kern.c 	signed long long delta = 0, new_credit;
new_credit        103 samples/bpf/hbm_out_kern.c 		new_credit = credit + CREDIT_PER_NS(delta, qdp->rate);
new_credit        104 samples/bpf/hbm_out_kern.c 		if (new_credit > MAX_CREDIT)
new_credit        107 samples/bpf/hbm_out_kern.c 			credit = new_credit;