acl_cnt          1668 fs/xfs/libxfs/xfs_format.h 	__be32			acl_cnt;
acl_cnt            37 fs/xfs/xfs_acl.c 	count = be32_to_cpu(aclp->acl_cnt);
acl_cnt            88 fs/xfs/xfs_acl.c 	aclp->acl_cnt = cpu_to_be32(acl->a_count);
acl_cnt           320 include/net/bluetooth/hci_core.h 	unsigned int	acl_cnt;
acl_cnt           588 net/bluetooth/hci_conn.c 		hdev->acl_cnt += conn->sent;
acl_cnt           595 net/bluetooth/hci_conn.c 			hdev->acl_cnt += conn->sent;
acl_cnt          1838 net/bluetooth/hci_core.c 	hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0;
acl_cnt          3854 net/bluetooth/hci_core.c 			cnt = hdev->acl_cnt;
acl_cnt          3861 net/bluetooth/hci_core.c 			cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt;
acl_cnt          3957 net/bluetooth/hci_core.c 		cnt = hdev->acl_cnt;
acl_cnt          3967 net/bluetooth/hci_core.c 		cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt;
acl_cnt          4049 net/bluetooth/hci_core.c 	unsigned int cnt = hdev->acl_cnt;
acl_cnt          4056 net/bluetooth/hci_core.c 	while (hdev->acl_cnt &&
acl_cnt          4075 net/bluetooth/hci_core.c 			hdev->acl_cnt--;
acl_cnt          4081 net/bluetooth/hci_core.c 	if (cnt != hdev->acl_cnt)
acl_cnt          4229 net/bluetooth/hci_core.c 	cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt;
acl_cnt          4255 net/bluetooth/hci_core.c 		hdev->acl_cnt = cnt;
acl_cnt          4266 net/bluetooth/hci_core.c 	BT_DBG("%s acl %d sco %d le %d", hdev->name, hdev->acl_cnt,
acl_cnt           726 net/bluetooth/hci_event.c 	hdev->acl_cnt = hdev->acl_pkts;
acl_cnt          3667 net/bluetooth/hci_event.c 			hdev->acl_cnt += count;
acl_cnt          3668 net/bluetooth/hci_event.c 			if (hdev->acl_cnt > hdev->acl_pkts)
acl_cnt          3669 net/bluetooth/hci_event.c 				hdev->acl_cnt = hdev->acl_pkts;
acl_cnt          3678 net/bluetooth/hci_event.c 				hdev->acl_cnt += count;
acl_cnt          3679 net/bluetooth/hci_event.c 				if (hdev->acl_cnt > hdev->acl_pkts)
acl_cnt          3680 net/bluetooth/hci_event.c 					hdev->acl_cnt = hdev->acl_pkts;