Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A 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-6.15/net/bluetooth/
H A Dhci_core.c557 hdev->acl_cnt = 0; in hci_dev_do_reset()
3339 cnt = hdev->acl_cnt; in hci_quote_sent()
3346 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3350 hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3605 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3612 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3631 hdev->acl_cnt--; in hci_sched_acl_pkt()
3641 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
3667 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()
3714 hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_iso()
[all …]
H A Dhci_event.c947 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
4445 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4446 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4447 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4456 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4457 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4458 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4480 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4481 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4482 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c1139 hdev->acl_cnt += conn->sent; in hci_conn_del()
1146 hdev->acl_cnt += conn->sent; in hci_conn_del()
1155 hdev->acl_cnt += conn->sent; in hci_conn_del()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_format.h1995 __be32 acl_cnt; member
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h466 unsigned int acl_cnt; member