Home
last modified time | relevance | path

Searched refs:acl_cnt (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c628 hdev->acl_cnt = 0; in hci_dev_do_reset()
3382 cnt = hdev->acl_cnt; in hci_quote_sent()
3392 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3396 hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3663 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3670 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3689 hdev->acl_cnt--; in hci_sched_acl_pkt()
3699 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
3791 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
3824 hdev->acl_cnt in hci_sched_le()
[all...]
H A Dhci_event.c955 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
4466 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4467 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4468 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4477 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4478 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4479 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4499 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4500 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4501 hdev->acl_cnt in hci_num_comp_pkts_evt()
[all...]
H A Dhci_conn.c1128 hdev->acl_cnt += conn->sent; in hci_conn_del()
1135 hdev->acl_cnt += conn->sent; in hci_conn_del()
1144 hdev->acl_cnt += conn->sent; in hci_conn_del()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c1898 hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->le_cnt = 0; in hci_dev_do_reset()
4312 cnt = hdev->acl_cnt; in hci_low_sent()
4319 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_low_sent()
4415 cnt = hdev->acl_cnt; in hci_chan_sent()
4425 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_chan_sent()
4567 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
4574 while (hdev->acl_cnt && in hci_sched_acl_pkt()
4593 hdev->acl_cnt--; in hci_sched_acl_pkt()
4603 if (cnt != hdev->acl_cnt) in hci_sched_acl_pkt()
4695 cnt = hdev->le_pkts ? hdev->le_cnt : hdev->acl_cnt; in hci_sched_le()
[all...]
H A Dhci_event.c744 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
3795 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
3796 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3797 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
3806 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
3807 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
3808 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
H A Dhci_conn.c619 hdev->acl_cnt += conn->sent; in hci_conn_del()
626 hdev->acl_cnt += conn->sent; in hci_conn_del()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_format.h1905 __be32 acl_cnt;
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_format.h1800 __be32 acl_cnt;
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h420 unsigned int acl_cnt;
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h490 unsigned int acl_cnt; member

Completed in 42 milliseconds