Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_acl.c48 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk()
104 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk()
/Linux-v6.1/net/bluetooth/
Dhci_core.c628 hdev->acl_cnt = 0; in hci_dev_do_reset()
3293 cnt = hdev->acl_cnt; in hci_quote_sent()
3303 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3307 hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3569 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3576 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3595 hdev->acl_cnt--; in hci_sched_acl_pkt()
3605 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
3697 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
3730 hdev->acl_cnt = cnt; in hci_sched_le()
[all …]
Dhci_event.c928 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
4391 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4392 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4393 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4402 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4403 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4404 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4424 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4425 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4426 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
Dhci_conn.c1060 hdev->acl_cnt += conn->sent; in hci_conn_del()
1067 hdev->acl_cnt += conn->sent; in hci_conn_del()
1083 hdev->acl_cnt += conn->sent; in hci_conn_del()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_format.h1800 __be32 acl_cnt; member
/Linux-v6.1/include/net/bluetooth/
Dhci_core.h481 unsigned int acl_cnt; member