Searched refs:newcount (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/lib9p/backend/
H A Dfs.c561 uint32_t newcount; local
579 newcount = ++ai->ai_refcnt;
588 assert(newcount > 1 || creating);
590 (void *)ai, (u_long)newcount);
2948 uint32_t newcount; local
2967 newcount = --ai->ai_refcnt;
2969 if (newcount == 0) {
2979 (void *)ai, (u_long)newcount);
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dhashmap.c361 hsp->newcount++;
375 if (hsp->oldcount == 1 && hsp->newcount == 1
/freebsd-13-stable/contrib/file/src/
H A Dcdf.c920 size_t newcount = *maxcount + incr; local
922 if (newcount > CDF_PROP_LIMIT) {
924 SIZE_T_FORMAT "u\n", newcount, CDF_PROP_LIMIT));
928 CDF_REALLOC(*info, newcount * sizeof(*inp)));
933 *maxcount = newcount;
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c6034 int newcount; local
6150 newcount = MIN(scb_data->sense_left, scb_data->scbs_left);
6151 newcount = MIN(newcount, scb_data->sgs_left);
6152 newcount = MIN(newcount, (AHD_SCB_MAX_ALLOC - scb_data->numscbs));
6153 scb_data->sense_left -= newcount;
6154 scb_data->scbs_left -= newcount;
6155 scb_data->sgs_left -= newcount;
6156 for (i = 0; i < newcount;
[all...]
H A Daic7xxx.c4510 int newcount; local
4543 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg)));
4544 newcount = MIN(newcount, (AHC_SCB_MAX_ALLOC - scb_data->numscbs));
4545 for (i = 0; i < newcount; i++) {

Completed in 195 milliseconds