Home
last modified time | relevance | path

Searched refs:acl_cnt (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_acl.c48 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk()
99 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk()
/linux-4.1.27/net/bluetooth/
Dhci_core.c1721 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
3566 cnt = hdev->acl_cnt; in hci_low_sent()
3573 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
3669 cnt = hdev->acl_cnt; in hci_chan_sent()
3679 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
3761 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3768 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3787 hdev->acl_cnt--; in hci_sched_acl_pkt()
3793 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
3941 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
[all …]
Dhci_conn.c522 hdev->acl_cnt += conn->sent; in hci_conn_del()
529 hdev->acl_cnt += conn->sent; in hci_conn_del()
Dhci_event.c675 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
3233 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
3234 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3235 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
3244 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
3245 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3246 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h1436 __be32 acl_cnt; member
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h286 unsigned int acl_cnt; member