summaryrefslogtreecommitdiff
path: root/fs/hfsplus/brec.c
diff options
context:
space:
mode:
authorMike Marciniszyn <mike.marciniszyn@intel.com>2017-08-28 21:23:45 +0300
committerDoug Ledford <dledford@redhat.com>2017-08-29 02:12:28 +0300
commit4734b4f417126e8773b3983122ca935d02af80de (patch)
treeb6216160865460e57f382181b5e58c59feeccb8f /fs/hfsplus/brec.c
parent4b9796b0a6fbb6e4678002b3f09392192502fd14 (diff)
downloadlinux-4734b4f417126e8773b3983122ca935d02af80de.tar.xz
IB/rdmavt: Add QP iterator API for QPs
There are currently 3 spots in the qib and hfi1 driver that have knowledge of the internal QP hash list that should only be in scope to rdmavt QP code. Add an iterator API for processing all QPs to hide the nature of the RCU hashlist. The API consists of: - rvt_qp_iter_init() * For iterating QPs one at a time for seq_file semantics - rvt_qp_iter_next() * For iterating QPs one at a time for seq_file semantics - rvt_qp_iter() * For iterating all QPs The first two are used for things like seq_file prints. The last is for code that just needs to iterate all QPs in the system. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'fs/hfsplus/brec.c')
0 files changed, 0 insertions, 0 deletions