Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/net/bluetooth/
H A Dhci_core.c579 hdev->acl_cnt = 0; in hci_dev_do_reset()
3316 cnt = hdev->acl_cnt; in hci_quote_sent()
3323 cnt = hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3327 hdev->le_mtu ? hdev->le_cnt : hdev->acl_cnt; in hci_quote_sent()
3588 unsigned int cnt = hdev->acl_cnt; in hci_sched_acl_pkt()
3595 while (hdev->acl_cnt && in hci_sched_acl_pkt()
3614 hdev->acl_cnt--; in hci_sched_acl_pkt()
3624 if (cnt != hdev->acl_cnt) in hci_sched_acl()
3650 cnt = hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_le()
3697 hdev->le_pkts ? &hdev->le_cnt : &hdev->acl_cnt; in hci_sched_iso()
[all...]
H A Dhci_event.c936 hdev->acl_cnt = hdev->acl_pkts; in hci_cc_read_buffer_size()
4429 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4430 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4431 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4440 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4441 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4442 hdev->acl_cnt = hdev->acl_pkts; in hci_num_comp_pkts_evt()
4462 hdev->acl_cnt += count; in hci_num_comp_pkts_evt()
4463 if (hdev->acl_cnt > hdev->acl_pkts) in hci_num_comp_pkts_evt()
4464 hdev->acl_cnt in hci_num_comp_pkts_evt()
[all...]
H A Dhci_conn.c1121 hdev->acl_cnt += conn->sent; in hci_conn_del()
1128 hdev->acl_cnt += conn->sent; in hci_conn_del()
1137 hdev->acl_cnt += conn->sent; in hci_conn_del()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_format.h1800 __be32 acl_cnt; member
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h460 unsigned int acl_cnt; member