Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_acl.c46 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk()
102 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c1897 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
4301 cnt = hdev->acl_cnt; in hci_low_sent()
4308 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
4404 cnt = hdev->acl_cnt; in hci_chan_sent()
4414 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
4556 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
4563 while (hdev->acl_cnt && in hci_sched_acl_pkt()
4582 hdev->acl_cnt--; in hci_sched_acl_pkt()
4592 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
4684 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
[all …]
H A Dhci_event.c742 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
3786 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
3787 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3788 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
3797 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
3798 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3799 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c621 hdev->acl_cnt += conn->sent; in hci_conn_del()
628 hdev->acl_cnt += conn->sent; in hci_conn_del()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_format.h1905 __be32 acl_cnt; member
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h414 unsigned int acl_cnt; member