Home
last modified time | relevance | path

Searched refs:ida_find_first (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Didr.h355 static inline int ida_find_first(struct ida *ida) in ida_find_first() function
/linux-6.15/drivers/vfio/
H A Diommufd.c133 while ((pasid = ida_find_first(&vdev->pasids)) >= 0) { in vfio_iommufd_physical_unbind()
/linux-6.15/lib/
H A Dtest_ida.c236 IDA_BUG_ON(ida, ida_find_first(ida) != 3); in ida_check_find_first()