/linux/drivers/net/ethernet/atheros/ |
A D | ag71xx.c | 1038 if ((ag71xx_is(ag, AR9330) && ag->mac_idx == 0) || in ag71xx_mac_validate() 1041 (ag71xx_is(ag, QCA9550) && ag->mac_idx == 1)) in ag71xx_mac_validate() 1045 if ((ag71xx_is(ag, AR9330) && ag->mac_idx == 1) || in ag71xx_mac_validate() 1046 (ag71xx_is(ag, AR9340) && ag->mac_idx == 1) || in ag71xx_mac_validate() 1047 (ag71xx_is(ag, QCA9530) && ag->mac_idx == 1)) in ag71xx_mac_validate() 1051 if (ag71xx_is(ag, QCA9550) && ag->mac_idx == 0) in ag71xx_mac_validate() 1055 if (ag71xx_is(ag, AR9340) && ag->mac_idx == 0) in ag71xx_mac_validate() 1060 (ag71xx_is(ag, QCA9550) && ag->mac_idx == 1)) in ag71xx_mac_validate() 1178 ag->phylink_config.dev = &ag->ndev->dev; in ag71xx_phylink_setup() 1637 struct ag71xx *ag = from_timer(ag, t, oom_timer); in ag71xx_oom_timer_handler() local [all …]
|
/linux/kernel/sched/ |
A D | autogroup.c | 31 ag->tg->rt_se = NULL; in autogroup_destroy() 45 kref_get(&ag->kref); in autogroup_kref_get() 46 return ag; in autogroup_kref_get() 60 return ag; in autogroup_task_get() 65 struct autogroup *ag = kzalloc(sizeof(*ag), GFP_KERNEL); in autogroup_create() local 68 if (!ag) in autogroup_create() 78 ag->tg = tg; in autogroup_create() 94 return ag; in autogroup_create() 97 kfree(ag); in autogroup_create() 145 if (prev == ag) { in autogroup_move_group() [all …]
|
/linux/fs/xfs/ |
A D | xfs_filestream.c | 117 ag = startag; in xfs_filestream_pick_ag() 126 pag = xfs_perag_get(mp, ag); in xfs_filestream_pick_ag() 142 max_ag = ag; in xfs_filestream_pick_ag() 167 *agp = ag; in xfs_filestream_pick_ag() 172 xfs_filestream_put_ag(mp, ag); in xfs_filestream_pick_ag() 177 ag = 0; in xfs_filestream_pick_ag() 180 if (ag != startag) in xfs_filestream_pick_ag() 222 item->ag = *agp; in xfs_filestream_pick_ag() 287 ag = container_of(mru, struct xfs_fstrm_item, mru)->ag; in xfs_filestream_lookup_ag() 307 ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() [all …]
|
A D | xfs_icache.c | 1008 xfs_agnumber_t ag = 0; in xfs_reclaim_inodes_count() local 1011 while ((pag = xfs_perag_get_tag(mp, ag, XFS_ICI_RECLAIM_TAG))) { in xfs_reclaim_inodes_count() 1012 ag = pag->pag_agno + 1; in xfs_reclaim_inodes_count()
|
/linux/fs/jfs/ |
A D | jfs_extent.c | 503 int ag; in extBalloc() local 537 ag = BLKTOAG(daddr, sbi); in extBalloc() 540 atomic_inc(&bmp->db_active[ag]); in extBalloc() 541 ji->active_ag = ag; in extBalloc() 542 } else if (ji->active_ag != ag) { in extBalloc() 544 atomic_inc(&bmp->db_active[ag]); in extBalloc() 545 ji->active_ag = ag; in extBalloc()
|
A D | jfs_imap.c | 1699 int ag, rc; in diAllocAny() local 1706 for (ag = agno + 1; ag <= maxag; ag++) { in diAllocAny() 1707 AG_LOCK(imap, ag); in diAllocAny() 1709 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1711 AG_UNLOCK(imap, ag); in diAllocAny() 1719 for (ag = 0; ag < agno; ag++) { in diAllocAny() 1720 AG_LOCK(imap, ag); in diAllocAny() 1722 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1724 AG_UNLOCK(imap, ag); in diAllocAny()
|
/linux/drivers/infiniband/core/ |
A D | security.c | 674 struct ib_mad_agent *ag; in ib_mad_agent_security_change() local 677 list_for_each_entry(ag, in ib_mad_agent_security_change() 680 WRITE_ONCE(ag->smp_allowed, in ib_mad_agent_security_change() 681 !security_ib_endport_manage_subnet(ag->security, in ib_mad_agent_security_change() 682 dev_name(&ag->device->dev), ag->port_num)); in ib_mad_agent_security_change()
|
/linux/Documentation/devicetree/bindings/interconnect/ |
A D | qcom,rpmh.yaml | 47 - qcom,sc7280-lpass-ag-noc 102 - qcom,sm8350-lpass-ag-noc
|
/linux/tools/testing/selftests/tc-testing/ |
A D | tdc.py | 470 ag = parser.add_argument_group( 487 ag.add_argument( 490 ag.add_argument( 493 ag.add_argument(
|
/linux/fs/xfs/libxfs/ |
A D | xfs_bmap.c | 3179 xfs_agnumber_t ag, in xfs_bmap_longest_free_extent() argument 3188 pag = xfs_perag_get(mp, ag); in xfs_bmap_longest_free_extent() 3247 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local 3256 startag = ag = 0; in xfs_bmap_btalloc_nullfb() 3265 ag = 0; in xfs_bmap_btalloc_nullfb() 3266 if (ag == startag) in xfs_bmap_btalloc_nullfb() 3281 xfs_agnumber_t ag; in xfs_bmap_btalloc_filestreams() local 3289 if (ag == NULLAGNUMBER) in xfs_bmap_btalloc_filestreams() 3290 ag = 0; in xfs_bmap_btalloc_filestreams() 3535 xfs_agnumber_t ag; in xfs_bmap_btalloc() local [all …]
|
/linux/arch/x86/events/intel/ |
A D | uncore_snbep.c | 3807 pmu_iio_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_iio_set_mapping() argument 3842 ag->attrs = attrs; in pmu_iio_set_mapping() 3859 pmu_iio_cleanup_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_iio_cleanup_mapping() argument 3861 struct attribute **attr = ag->attrs; in pmu_iio_cleanup_mapping() 3868 kfree(attr_to_ext_attr(*ag->attrs)); in pmu_iio_cleanup_mapping() 3869 kfree(ag->attrs); in pmu_iio_cleanup_mapping() 3870 ag->attrs = NULL; in pmu_iio_cleanup_mapping()
|
/linux/arch/alpha/ |
A D | Kconfig | 215 <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>. 459 <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
|
/linux/Documentation/RCU/ |
A D | RTFP.txt | 1040 https://lore.kernel.org/r/Pine.LNX.4.44.0405222141260.11106-100000@dbl.q-ag.de (cpu_quiet() patch) 1041 https://lore.kernel.org/r/200405250535.i4P5ZJo8017583@dbl.q-ag.de (0/5) 1042 https://lore.kernel.org/r/200405250535.i4P5ZKAQ017591@dbl.q-ag.de (1/5) 1044 https://lore.kernel.org/r/200405250535.i4P5ZLiR017599@dbl.q-ag.de (2/5) 1045 https://lore.kernel.org/r/200405250535.i4P5ZMFt017607@dbl.q-ag.de (3/5) 1046 https://lore.kernel.org/r/200405250535.i4P5ZN6g017615@dbl.q-ag.de (4/5) 1047 https://lore.kernel.org/r/200405250535.i4P5ZO7I017623@dbl.q-ag.de (5/5)
|
/linux/Documentation/networking/device_drivers/wifi/intel/ |
A D | ipw2200.rst | 230 5 802.11ag (2915 only)
|
/linux/Documentation/filesystems/ |
A D | xfs-self-describing-metadata.rst | 210 - short btree blocks have a 32 bit owner (ag number) and a 32 bit block
|
/linux/arch/s390/tools/ |
A D | opcodes.txt | 736 e308 ag RXY_RRRD
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | mad.c | 4209 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error() argument 4211 ag->err_reqlength |= cpu_to_be16(0x8000); in set_aggr_error()
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | sm8350.dtsi | 797 compatible = "qcom,sm8350-lpass-ag-noc";
|
A D | sc7280.dtsi | 1743 compatible = "qcom,sc7280-lpass-ag-noc";
|
/linux/arch/mips/ |
A D | Kconfig | 392 DECstation porting pages on <http://decstation.unix-ag.org/>.
|
/linux/ |
A D | CREDITS | 1096 E: engel@unix-ag.org
|