HomeSort by: relevance | last modified time | path
    Searched defs:credit (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netbt/
rfcomm_dlc.c 155 struct rfcomm_credit *credit; local in function:rfcomm_dlc_close
159 /* Clear credit history */
161 SIMPLEQ_FOREACH(credit, &rs->rs_credits, rc_next)
162 if (credit->rc_dlc == dlc)
163 credit->rc_dlc = NULL;
268 * a PN to negotiate Credit Flow Control, and this setting will
330 * out, data will naturally bunch up. When not using credit flow
rfcomm_session.c 217 struct rfcomm_credit *credit; local in function:rfcomm_session_free
243 /* throw away any remaining credit notes */
244 while ((credit = SIMPLEQ_FIRST(&rs->rs_credits)) != NULL) {
246 pool_put(&rfcomm_credit_pool, credit);
448 struct rfcomm_credit *credit; local in function:rfcomm_session_complete
458 credit = SIMPLEQ_FIRST(&rs->rs_credits);
459 if (credit == NULL) {
464 dlc = credit->rc_dlc;
468 (dlc->rd_upper, credit->rc_len);
471 * if not using credit flow control, we may pus
1467 struct rfcomm_credit *credit; local in function:rfcomm_session_send_frame
1529 struct rfcomm_credit *credit; local in function:rfcomm_session_send_uih
    [all...]
  /src/games/atc/
graphics.c 74 static WINDOW *radar, *cleanradar, *credit, *input, *planes; variable in typeref:typename:WINDOW ***
133 credit = newwin(INPUT_LINES, PLANE_COLS, LINES - INPUT_LINES,
167 (void)wmove(credit, 0, i);
168 (void)waddch(credit, C_CREDIT);
169 (void)wmove(credit, INPUT_LINES - 1, i);
170 (void)waddch(credit, C_CREDIT);
172 (void)wmove(credit, INPUT_LINES / 2, 1);
173 (void)waddstr(credit, AUTHOR_STR);
236 (void)wrefresh(credit);
398 (void)touchwin(credit);
    [all...]
  /src/sys/altq/
altq_jobs.c 1077 int64_t credit, available, lower_bound, upper_bound; local in function:adjust_rates_rdc
1126 credit = 0;
1167 credit = 0;
1229 credit += cl->service_rate+result[i]
1231 /* "credit" is in fact a negative number */
1236 for (i = jif->jif_maxpri; (i >= 0 && credit < 0); i--) {
1244 if (available >= -credit) {
1245 result[i] += credit;
1246 credit = 0;
1249 credit += available
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
domctl.h 341 struct xen_domctl_sched_credit credit; member in union:xen_domctl_schedparam_vcpu::__anon68736574010a
370 struct xen_domctl_sched_credit credit; member in union:xen_domctl_scheduler_op::__anon68736574020a

Completed in 17 milliseconds