Searched refs:xa_for_each_marked (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/infiniband/core/ |
| H A D | device.c | 887 xa_for_each_marked (&devices, index, dev, DEVICE_REGISTERED) { in ib_policy_change_task() 1063 xa_for_each_marked (&devices, index, dev, DEVICE_REGISTERED) { in add_all_compat_devs() 1179 xa_for_each_marked (&devices, index, dev, DEVICE_REGISTERED) { in rdma_dev_init_net() 1330 xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) { in enable_device_and_get() 1837 xa_for_each_marked (&devices, index, device, DEVICE_REGISTERED) { in ib_register_client() 1904 xa_for_each_marked (&clients, index, client, CLIENT_REGISTERED) { in __ib_get_global_client_nl_info() 2407 xa_for_each_marked (&devices, index, dev, DEVICE_REGISTERED) in ib_enum_all_roce_netdevs() 2427 xa_for_each_marked (&devices, index, dev, DEVICE_REGISTERED) { in ib_enum_all_devs()
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 98 通过使用xa_for_each_marked()迭代器来迭代有标记的条目。
|
| /linux-6.15/arch/arm64/kvm/vgic/ |
| H A D | vgic-debug.c | 88 xa_for_each_marked(&dist->lpi_xa, intid, irq, LPI_XA_MARK_DEBUG_ITER) { in iter_unmark_lpis()
|
| /linux-6.15/ |
| H A D | .clang-format | 728 - 'xa_for_each_marked'
|
| /linux-6.15/drivers/dpll/ |
| H A D | dpll_netlink.c | 1214 xa_for_each_marked(&dpll_pin_xa, i, pin, DPLL_REGISTERED) { in dpll_pin_find() 1417 xa_for_each_marked(&dpll_device_xa, i, dpll, DPLL_REGISTERED) { in dpll_device_find()
|
| /linux-6.15/drivers/base/ |
| H A D | memory.c | 1202 xa_for_each_marked(&memory_groups, index, group, in walk_dynamic_memory_groups()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | nvmet.h | 41 xa_for_each_marked(xa, index, entry, NVMET_NS_ENABLED)
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 531 #define xa_for_each_marked(xa, index, entry, filter) \ macro
|
| /linux-6.15/net/shaper/ |
| H A D | shaper.c | 399 xa_for_each_marked(&hierarchy->shapers, index, cur, in net_shaper_rollback()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.c | 866 xa_for_each_marked(&ipsec->sadb, idx, sa_entry, MLX5E_IPSEC_TUNNEL_SA) { in mlx5e_ipsec_netevent_event()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 122 iterate over marked entries by using the xa_for_each_marked() iterator.
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_debug.c | 8046 xa_for_each_marked(per_store_ap, idx, sip, in add_host_store()
|