Searched refs:newcount (Results 1 – 5 of 5) sorted by relevance
269 int newcount, const struct prelim_ref *newref) in update_share_count() argument271 if ((!sc) || (oldcount == 0 && newcount < 1)) in update_share_count()274 if (oldcount > 0 && newcount < 1) in update_share_count()276 else if (oldcount < 1 && newcount > 0) in update_share_count()
843 int newcount; in xfs_da3_node_split() local857 newcount = 1 + useextra; in xfs_da3_node_split()861 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split()
6764 int newcount; in ahd_alloc_scbs() local6878 newcount = min(scb_data->sense_left, scb_data->scbs_left); in ahd_alloc_scbs()6879 newcount = min(newcount, scb_data->sgs_left); in ahd_alloc_scbs()6880 newcount = min(newcount, (AHD_SCB_MAX_ALLOC - scb_data->numscbs)); in ahd_alloc_scbs()6881 for (i = 0; i < newcount; i++) { in ahd_alloc_scbs()
4936 int newcount; in ahc_alloc_scbs() local4968 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); in ahc_alloc_scbs()4969 newcount = min(newcount, (AHC_SCB_MAX_ALLOC - scb_data->numscbs)); in ahc_alloc_scbs()4970 for (i = 0; i < newcount; i++) { in ahc_alloc_scbs()
3459 int newcount = 0; in qeth_rx_refill_queue() local3469 newcount++; in qeth_rx_refill_queue()3473 if (newcount < count) { in qeth_rx_refill_queue()3477 count = newcount; in qeth_rx_refill_queue()