Searched refs:xa_for_each_marked (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/ |
| H A D | ref_tracker.c | 505 xa_for_each_marked(&debugfs_symlinks, index, dentry, REF_TRACKER_DIR_DEAD) { in debugfs_reap_work() 510 xa_for_each_marked(&debugfs_dentries, index, dentry, REF_TRACKER_DIR_DEAD) { in debugfs_reap_work()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 98 通过使用xa_for_each_marked()迭代器来迭代有标记的条目。
|
| /linux/include/linux/ |
| H A D | xarray.h | 531 #define xa_for_each_marked(xa, index, entry, filter) \ macro
|
| /linux/drivers/nvme/target/ |
| H A D | nvmet.h | 41 xa_for_each_marked(xa, index, entry, NVMET_NS_ENABLED)
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 1605 xa_for_each_marked(&dpll_pin_xa, i, pin, DPLL_REGISTERED) { in dpll_pin_find() 1814 xa_for_each_marked(&dpll_device_xa, i, dpll, DPLL_REGISTERED) { in dpll_device_find()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.c | 958 xa_for_each_marked(&ipsec->sadb, idx, sa_entry, MLX5E_IPSEC_TUNNEL_SA) { in mlx5e_ipsec_netevent_event()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 3047 xa_for_each_marked(&gpool->xa, i, group, GROUP_REGISTERED) { in panthor_fdinfo_gather_group_samples() 3916 xa_for_each_marked(&gpool->xa, i, group, GROUP_REGISTERED) { in panthor_fdinfo_gather_group_mem_info()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 8094 xa_for_each_marked(per_store_ap, idx, sip, in add_host_store()
|