indexp 1098 arch/powerpc/kvm/book3s_64_mmu_radix.c int psize, int *indexp) indexp 1102 arch/powerpc/kvm/book3s_64_mmu_radix.c info->ap_encodings[*indexp] = mmu_psize_defs[psize].shift | indexp 1104 arch/powerpc/kvm/book3s_64_mmu_radix.c ++(*indexp); indexp 231 arch/powerpc/platforms/4xx/uic.c const u32 *indexp, *dcrreg; indexp 241 arch/powerpc/platforms/4xx/uic.c indexp = of_get_property(node, "cell-index", &len); indexp 242 arch/powerpc/platforms/4xx/uic.c if (!indexp || (len != sizeof(u32))) { indexp 247 arch/powerpc/platforms/4xx/uic.c uic->index = *indexp; indexp 157 drivers/infiniband/core/device.c static void *xan_find_marked(struct xarray *xa, unsigned long *indexp, indexp 160 drivers/infiniband/core/device.c XA_STATE(xas, xa, *indexp); indexp 172 drivers/infiniband/core/device.c *indexp = xas.xa_index; indexp 68 fs/nfs/filelayout/filelayoutdev.c u8 *indexp; indexp 110 fs/nfs/filelayout/filelayoutdev.c indexp = &stripe_indices[0]; indexp 113 fs/nfs/filelayout/filelayoutdev.c *indexp = be32_to_cpup(p++); indexp 114 fs/nfs/filelayout/filelayoutdev.c max_stripe_index = max(max_stripe_index, *indexp); indexp 115 fs/nfs/filelayout/filelayoutdev.c indexp++; indexp 291 fs/nilfs2/btree.c __u64 key, int *indexp) indexp 324 fs/nilfs2/btree.c *indexp = index; indexp 27 fs/xfs/libxfs/xfs_dir2_leaf.c int *indexp, struct xfs_buf **dbpp); indexp 926 fs/xfs/libxfs/xfs_dir2_leaf.c int *indexp, /* insertion index */ indexp 941 fs/xfs/libxfs/xfs_dir2_leaf.c index = *indexp; indexp 989 fs/xfs/libxfs/xfs_dir2_leaf.c *indexp = newindex; indexp 1168 fs/xfs/libxfs/xfs_dir2_leaf.c int *indexp, /* out: index in leaf block */ indexp 1253 fs/xfs/libxfs/xfs_dir2_leaf.c *indexp = index; indexp 561 fs/xfs/libxfs/xfs_dir2_node.c int *indexp, /* out: leaf entry index */ indexp 704 fs/xfs/libxfs/xfs_dir2_node.c *indexp = index; indexp 716 fs/xfs/libxfs/xfs_dir2_node.c int *indexp, /* out: leaf entry index */ indexp 825 fs/xfs/libxfs/xfs_dir2_node.c *indexp = index; indexp 857 fs/xfs/libxfs/xfs_dir2_node.c *indexp = index; indexp 870 fs/xfs/libxfs/xfs_dir2_node.c int *indexp, /* out: leaf entry index */ indexp 874 fs/xfs/libxfs/xfs_dir2_node.c return xfs_dir2_leafn_lookup_for_addname(bp, args, indexp, indexp 876 fs/xfs/libxfs/xfs_dir2_node.c return xfs_dir2_leafn_lookup_for_entry(bp, args, indexp, state); indexp 60 fs/xfs/libxfs/xfs_dir2_priv.h struct xfs_dir2_leaf_entry *ents, int *indexp, indexp 91 fs/xfs/libxfs/xfs_dir2_priv.h struct xfs_da_args *args, int *indexp, indexp 1815 lib/xarray.c void *xa_find(struct xarray *xa, unsigned long *indexp, indexp 1818 lib/xarray.c XA_STATE(xas, xa, *indexp); indexp 1831 lib/xarray.c *indexp = xas.xa_index; indexp 1865 lib/xarray.c void *xa_find_after(struct xarray *xa, unsigned long *indexp, indexp 1868 lib/xarray.c XA_STATE(xas, xa, *indexp + 1); indexp 1891 lib/xarray.c *indexp = xas.xa_index; indexp 598 sound/pci/hda/hda_auto_parser.c int num_pins, int *indexp) indexp 611 sound/pci/hda/hda_auto_parser.c if (indexp) indexp 612 sound/pci/hda/hda_auto_parser.c *indexp = i; indexp 653 sound/pci/hda/hda_auto_parser.c int *indexp) indexp 667 sound/pci/hda/hda_auto_parser.c indexp); indexp 670 sound/pci/hda/hda_auto_parser.c indexp); indexp 675 sound/pci/hda/hda_auto_parser.c if (idx >= 0 && indexp) indexp 676 sound/pci/hda/hda_auto_parser.c *indexp = idx; indexp 708 sound/pci/hda/hda_auto_parser.c char *label, int maxlen, int *indexp) indexp 715 sound/pci/hda/hda_auto_parser.c if (indexp) indexp 716 sound/pci/hda/hda_auto_parser.c *indexp = 0; indexp 723 sound/pci/hda/hda_auto_parser.c label, maxlen, indexp); indexp 726 sound/pci/hda/hda_auto_parser.c label, maxlen, indexp); indexp 729 sound/pci/hda/hda_auto_parser.c label, maxlen, indexp); indexp 734 sound/pci/hda/hda_auto_parser.c if (cfg && indexp) indexp 742 sound/pci/hda/hda_auto_parser.c (*indexp)++; indexp 46 sound/pci/hda/hda_auto_parser.h char *label, int maxlen, int *indexp);