| /src/sys/netbt/ |
| rfcomm_dlc.c | 155 struct rfcomm_credit *credit; local 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 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 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 1529 struct rfcomm_credit *credit; local [all...] |
| /src/games/atc/ |
| graphics.c | 74 static WINDOW *radar, *cleanradar, *credit, *input, *planes; variable 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/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_fc.c | 74 uint64_t credit = ossl_quic_txfc_get_credit_local(txfc, 0); local 76 if (num_bytes > credit) { 78 num_bytes = credit; 81 if (num_bytes > 0 && num_bytes == credit) 187 uint64_t credit = rxfc->cwm - rxfc->swm; local 189 if (num_bytes > credit) { 191 num_bytes = credit;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gmon_hist.cc | 340 double count_time, credit; local 364 /* Credit all symbols that are covered by bin I. 395 credit = overlap * count_time / hist_scale; 396 symtab->base[j].hist.time += credit;
|
| /src/external/gpl3/binutils/dist/gprof/ |
| hist.c | 369 double count_time, credit; local 393 /* Credit all symbols that are covered by bin I. 425 credit = overlap * count_time / hist_scale; 427 /* Credit symbol if it appears in INCL_FLAT or that 434 symtab->base[j].hist.time += credit; 438 total_time -= credit;
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| hist.c | 369 double count_time, credit; local 393 /* Credit all symbols that are covered by bin I. 425 credit = overlap * count_time / hist_scale; 427 /* Credit symbol if it appears in INCL_FLAT or that 434 symtab->base[j].hist.time += credit; 438 total_time -= credit;
|
| /src/sys/altq/ |
| altq_jobs.c | 1077 int64_t credit, available, lower_bound, upper_bound; local 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::__anon6568 370 struct xen_domctl_sched_credit credit; member in union:xen_domctl_scheduler_op::__anon6569
|
| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| sh.cc | 5806 int slot, credit; 5813 for (slot = 2, credit = (1 << (CACHE_LOG - 2)) + 2; 5814 credit >= 0 && prev && NONJUMP_INSN_P (prev); 5835 credit -= get_attr_length (prev); 5858 if (credit - slot >= (GET_CODE (SET_SRC (pat)) == PC ? 2 : 0)) 5796 int slot, credit; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh.cc | 5806 int slot, credit; 5813 for (slot = 2, credit = (1 << (CACHE_LOG - 2)) + 2; 5814 credit >= 0 && prev && NONJUMP_INSN_P (prev); 5835 credit -= get_attr_length (prev); 5858 if (credit - slot >= (GET_CODE (SET_SRC (pat)) == PC ? 2 : 0)) 5796 int slot, credit; local
|