addr_count        819 drivers/dma/ppc4xx/adma.c 	int addr_count = 0;
addr_count        831 drivers/dma/ppc4xx/adma.c 					addr_count++;
addr_count        837 drivers/dma/ppc4xx/adma.c 					addr_count++;
addr_count        847 drivers/dma/ppc4xx/adma.c 				addr_count++;
addr_count        851 drivers/dma/ppc4xx/adma.c 					addr_count++;
addr_count        855 drivers/dma/ppc4xx/adma.c 					addr_count++;
addr_count        859 drivers/dma/ppc4xx/adma.c 					addr_count++;
addr_count        863 drivers/dma/ppc4xx/adma.c 				addr_count++;
addr_count        869 drivers/dma/ppc4xx/adma.c 			addr_count++;
addr_count        877 drivers/dma/ppc4xx/adma.c 			__func__, src_cnt, state, addr_count, order);
addr_count        883 drivers/dma/ppc4xx/adma.c 	return (addr_count + XOR_MAX_OPS - 1) / XOR_MAX_OPS;
addr_count       3227 drivers/dma/ppc4xx/adma.c 	cursor->addr_count++;
addr_count       3229 drivers/dma/ppc4xx/adma.c 		ppc440spe_desc_set_xor_src_cnt(desc, cursor->addr_count);
addr_count       3230 drivers/dma/ppc4xx/adma.c 	} else if (cursor->addr_count == XOR_MAX_OPS) {
addr_count       3231 drivers/dma/ppc4xx/adma.c 		ppc440spe_desc_set_xor_src_cnt(desc, cursor->addr_count);
addr_count       3232 drivers/dma/ppc4xx/adma.c 		cursor->addr_count = 0;
addr_count       3264 drivers/dma/ppc4xx/adma.c 					cursor->addr_count,
addr_count       3273 drivers/dma/ppc4xx/adma.c 			set_bit(cursor->addr_count, &desc->reverse_flags[0]);
addr_count       3276 drivers/dma/ppc4xx/adma.c 					cursor->addr_count,
addr_count       3288 drivers/dma/ppc4xx/adma.c 		sign = test_bit(cursor->addr_count,
addr_count       3297 drivers/dma/ppc4xx/adma.c 				cursor->addr_count,
addr_count       3305 drivers/dma/ppc4xx/adma.c 				cursor->addr_count,
addr_count       3315 drivers/dma/ppc4xx/adma.c 				cursor->addr_count,
addr_count       3325 drivers/dma/ppc4xx/adma.c 				cursor->addr_count,
addr_count       3336 drivers/dma/ppc4xx/adma.c 				cursor->addr_count,
addr_count        116 drivers/dma/ppc4xx/adma.h 	int addr_count;
addr_count       5276 drivers/net/ethernet/sfc/ef10.c 	int addr_count;
addr_count       5282 drivers/net/ethernet/sfc/ef10.c 		addr_count = table->dev_mc_count;
addr_count       5286 drivers/net/ethernet/sfc/ef10.c 		addr_count = table->dev_uc_count;
addr_count       5293 drivers/net/ethernet/sfc/ef10.c 	for (i = 0; i < addr_count; i++) {
addr_count       1695 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	int addr_count;
addr_count       1699 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	addr_count = netdev_hw_addr_list_count(mc_list);
addr_count       1700 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	pass_all = addr_count > MAX_MCAST_FILTERING_ADDRESSES ||
addr_count       1703 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		addr_count = 0;
addr_count       1705 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	len = roundup(sizeof(*cmd) + addr_count * ETH_ALEN, 4);
addr_count       2401 drivers/scsi/BusLogic.c 		myadapter->addr_count =
addr_count       2407 drivers/scsi/BusLogic.c 		if (!request_region(myadapter->io_addr, myadapter->addr_count,
addr_count       2416 drivers/scsi/BusLogic.c 					myadapter->addr_count);
addr_count       2425 drivers/scsi/BusLogic.c 					myadapter->addr_count);
addr_count       2434 drivers/scsi/BusLogic.c 					myadapter->addr_count);
addr_count       2456 drivers/scsi/BusLogic.c 					myadapter->addr_count);
addr_count       2495 drivers/scsi/BusLogic.c 				       myadapter->addr_count);
addr_count       2497 drivers/scsi/BusLogic.c 					    myadapter->addr_count,
addr_count       2579 drivers/scsi/BusLogic.c 	release_region(adapter->io_addr, adapter->addr_count);
addr_count        992 drivers/scsi/BusLogic.h 	unsigned short addr_count;
addr_count        230 fs/dlm/config.c 	int addr_count;
addr_count        467 fs/dlm/config.c 	cm->addr_count = 0;
addr_count        477 fs/dlm/config.c 	while (cm->addr_count--)
addr_count        478 fs/dlm/config.c 		kfree(cm->addr[cm->addr_count]);
addr_count        599 fs/dlm/config.c 	if (cm->addr_count >= DLM_MAX_ADDR_COUNT)
addr_count        614 fs/dlm/config.c 	cm->addr[cm->addr_count++] = addr;
addr_count        636 fs/dlm/config.c 	for (i = 0; i < cm->addr_count; i++) {
addr_count        842 fs/dlm/config.c 	if (num + 1 > local_comm->addr_count)
addr_count        142 fs/dlm/lowcomms.c 	int addr_count;
addr_count        307 fs/dlm/lowcomms.c 	if (na && na->addr_count) {
addr_count        313 fs/dlm/lowcomms.c 			if (na->curr_addr_index == na->addr_count)
addr_count        322 fs/dlm/lowcomms.c 	if (!na->addr_count)
addr_count        352 fs/dlm/lowcomms.c 		if (!na->addr_count)
addr_count        355 fs/dlm/lowcomms.c 		for (addr_i = 0; addr_i < na->addr_count; addr_i++) {
addr_count        390 fs/dlm/lowcomms.c 		new_node->addr_count = 1;
addr_count        396 fs/dlm/lowcomms.c 	if (na->addr_count >= DLM_MAX_ADDR_COUNT) {
addr_count        403 fs/dlm/lowcomms.c 	na->addr[na->addr_count++] = new_addr;
addr_count       1589 fs/dlm/lowcomms.c 		while (na->addr_count--)
addr_count       1590 fs/dlm/lowcomms.c 			kfree(na->addr[na->addr_count]);
addr_count       1796 fs/dlm/lowcomms.c 		while (na->addr_count--)
addr_count       1797 fs/dlm/lowcomms.c 			kfree(na->addr[na->addr_count]);