Searched refs:new_count (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dether_if_module.c258 u_int32_t new_count = ETHER_DESC_BLK_SIZE; local
265 new_count += desc_blk->n_count;
270 new_size = new_count * sizeof(struct en_desc) + ETHER_DESC_HEADER_SIZE;
287 desc_blk->n_count = new_count;
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c826 uint32_t new_count; local
835 new_count = remove_notify_count(dnp);
836 if (need_free && (new_count > log_count)) {

Completed in 17 milliseconds