Searched refs:xic (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | xics.c | 133 XICSFabricClass *xic = XICS_FABRIC_GET_CLASS(xi); in icp_resend() local 139 xic->ics_resend(xi); in icp_resend() 201 XICSFabricClass *xic = XICS_FABRIC_GET_CLASS(xi); in icp_eoi() local 210 ics = xic->ics_get(xi, irq); in icp_eoi() 722 XICSFabricClass *xic = XICS_FABRIC_GET_CLASS(xi); in xics_icp_get() local 724 return xic->icp_get(xi, server); in xics_icp_get()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_inode.c | 2285 struct xfs_icluster *xic) in xfs_ifree_cluster() argument 2291 xfs_ino_t inum = xic->first_ino; in xfs_ifree_cluster() 2305 ioffset = inum - xic->first_ino; in xfs_ifree_cluster() 2306 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster() 2385 struct xfs_icluster xic = { 0 }; in xfs_ifree() local 2403 error = xfs_difree(tp, pag, ip->i_ino, &xic); in xfs_ifree() 2442 if (xic.deleted) in xfs_ifree() 2443 error = xfs_ifree_cluster(tp, pag, ip, &xic); in xfs_ifree()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.c | 1922 struct xfs_icluster *xic, in xfs_difree_inobt() argument 1987 xic->deleted = true; in xfs_difree_inobt() 1988 xic->first_ino = XFS_AGINO_TO_INO(mp, pag->pag_agno, in xfs_difree_inobt() 1990 xic->alloc = xfs_inobt_irec_to_allocmask(&rec); in xfs_difree_inobt() 2016 xic->deleted = false; in xfs_difree_inobt() 2165 struct xfs_icluster *xic) in xfs_difree() argument 2212 error = xfs_difree_inobt(pag, tp, agbp, agino, xic, &rec); in xfs_difree()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 2685 XICSFabricClass *xic = XICS_FABRIC_CLASS(oc); in pnv_machine_power8_class_init() local 2698 xic->icp_get = pnv_icp_get; in pnv_machine_power8_class_init() 2699 xic->ics_get = pnv_ics_get; in pnv_machine_power8_class_init() 2700 xic->ics_resend = pnv_ics_resend; in pnv_machine_power8_class_init()
|
H A D | spapr.c | 4573 XICSFabricClass *xic = XICS_FABRIC_CLASS(oc); in spapr_machine_class_init() local 4634 xic->ics_get = spapr_ics_get; in spapr_machine_class_init() 4635 xic->ics_resend = spapr_ics_resend; in spapr_machine_class_init() 4636 xic->icp_get = spapr_icp_get; in spapr_machine_class_init()
|