Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_acl.c37 count = be32_to_cpu(aclp->acl_cnt); in xfs_acl_from_disk()
88 aclp->acl_cnt = cpu_to_be32(acl->a_count); in xfs_acl_to_disk()
/Linux-v5.4/net/bluetooth/
Dhci_core.c1816 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
3832 cnt = hdev->acl_cnt; in hci_low_sent()
3839 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
3935 cnt = hdev->acl_cnt; in hci_chan_sent()
3945 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
4027 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
4034 while (hdev->acl_cnt && in hci_sched_acl_pkt()
4053 hdev->acl_cnt--; in hci_sched_acl_pkt()
4059 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
4207 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
[all …]
Dhci_event.c726 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
3667 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
3668 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3669 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
3678 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
3679 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3680 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
Dhci_conn.c588 hdev->acl_cnt += conn->sent; in hci_conn_del()
595 hdev->acl_cnt += conn->sent; in hci_conn_del()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_format.h1668 __be32 acl_cnt; member
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h320 unsigned int acl_cnt; member