/Linux-v5.4/drivers/net/ethernet/atheros/ |
D | ag71xx.c | 347 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is() argument 349 return ag->dcfg->type == type; in ag71xx_is() 352 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr() argument 354 iowrite32(value, ag->mac_base + reg); in ag71xx_wr() 356 (void)ioread32(ag->mac_base + reg); in ag71xx_wr() 359 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr() argument 361 return ioread32(ag->mac_base + reg); in ag71xx_rr() 364 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb() argument 368 r = ag->mac_base + reg; in ag71xx_sb() 374 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb() argument [all …]
|
/Linux-v5.4/kernel/sched/ |
D | autogroup.c | 27 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local 31 ag->tg->rt_se = NULL; in autogroup_destroy() 32 ag->tg->rt_rq = NULL; in autogroup_destroy() 34 sched_offline_group(ag->tg); in autogroup_destroy() 35 sched_destroy_group(ag->tg); in autogroup_destroy() 38 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put() argument 40 kref_put(&ag->kref, autogroup_destroy); in autogroup_kref_put() 43 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get() argument 45 kref_get(&ag->kref); in autogroup_kref_get() 46 return ag; in autogroup_kref_get() [all …]
|
/Linux-v5.4/fs/xfs/ |
D | xfs_filestream.c | 24 xfs_agnumber_t ag; /* AG in use for this directory */ member 118 xfs_filestream_put_ag(mp, item->ag); in xfs_fstrm_free_func() 119 trace_xfs_filestream_free(mp, mru->key, item->ag); in xfs_fstrm_free_func() 140 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag() local 148 ag = startag; in xfs_filestream_pick_ag() 155 trace_xfs_filestream_scan(mp, ip->i_ino, ag); in xfs_filestream_pick_ag() 157 pag = xfs_perag_get(mp, ag); in xfs_filestream_pick_ag() 160 err = xfs_alloc_pagf_init(mp, NULL, ag, trylock); in xfs_filestream_pick_ag() 174 max_ag = ag; in xfs_filestream_pick_ag() 183 if (xfs_filestream_get_ag(mp, ag) > 1) { in xfs_filestream_pick_ag() [all …]
|
D | xfs_icache.c | 953 xfs_agnumber_t ag; in xfs_inode_ag_iterator_flags() local 955 ag = 0; in xfs_inode_ag_iterator_flags() 956 while ((pag = xfs_perag_get(mp, ag))) { in xfs_inode_ag_iterator_flags() 957 ag = pag->pag_agno + 1; in xfs_inode_ag_iterator_flags() 993 xfs_agnumber_t ag; in xfs_inode_ag_iterator_tag() local 995 ag = 0; in xfs_inode_ag_iterator_tag() 996 while ((pag = xfs_perag_get_tag(mp, ag, tag))) { in xfs_inode_ag_iterator_tag() 997 ag = pag->pag_agno + 1; in xfs_inode_ag_iterator_tag() 1246 xfs_agnumber_t ag; in xfs_reclaim_inodes_ag() local 1251 ag = 0; in xfs_reclaim_inodes_ag() [all …]
|
/Linux-v5.4/fs/jfs/ |
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()
|
D | jfs_imap.c | 1701 int ag, rc; in diAllocAny() local 1708 for (ag = agno + 1; ag <= maxag; ag++) { in diAllocAny() 1709 AG_LOCK(imap, ag); in diAllocAny() 1711 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1713 AG_UNLOCK(imap, ag); in diAllocAny() 1721 for (ag = 0; ag < agno; ag++) { in diAllocAny() 1722 AG_LOCK(imap, ag); in diAllocAny() 1724 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1726 AG_UNLOCK(imap, ag); in diAllocAny()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | security.c | 684 struct ib_mad_agent *ag; in ib_mad_agent_security_change() local 687 list_for_each_entry(ag, in ib_mad_agent_security_change() 690 WRITE_ONCE(ag->smp_allowed, in ib_mad_agent_security_change() 691 !security_ib_endport_manage_subnet(ag->security, in ib_mad_agent_security_change() 692 dev_name(&ag->device->dev), ag->port_num)); in ib_mad_agent_security_change()
|
/Linux-v5.4/tools/testing/selftests/tc-testing/ |
D | tdc.py | 470 ag = parser.add_argument_group( 487 ag.add_argument( 490 ag.add_argument( 493 ag.add_argument(
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3194 xfs_agnumber_t ag, in xfs_bmap_longest_free_extent() argument 3203 pag = xfs_perag_get(mp, ag); in xfs_bmap_longest_free_extent() 3205 error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK); in xfs_bmap_longest_free_extent() 3261 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local 3268 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb() 3270 startag = ag = 0; in xfs_bmap_btalloc_nullfb() 3273 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, in xfs_bmap_btalloc_nullfb() 3278 if (++ag == mp->m_sb.sb_agcount) in xfs_bmap_btalloc_nullfb() 3279 ag = 0; in xfs_bmap_btalloc_nullfb() 3280 if (ag == startag) in xfs_bmap_btalloc_nullfb() [all …]
|
/Linux-v5.4/arch/alpha/ |
D | Kconfig | 220 <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>. 464 <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
|
/Linux-v5.4/Documentation/networking/device_drivers/intel/ |
D | ipw2200.txt | 218 5 802.11ag (2915 only)
|
/Linux-v5.4/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 207 - short btree blocks have a 32 bit owner (ag number) and a 32 bit block
|
D | coda.txt | 264 33.. TThhee mmeessssaaggee llaayyeerr
|
/Linux-v5.4/arch/s390/tools/ |
D | opcodes.txt | 732 e308 ag RXY_RRRD
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | mad.c | 4252 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error() argument 4254 ag->err_reqlength |= cpu_to_be16(0x8000); in set_aggr_error()
|
/Linux-v5.4/arch/s390/kernel/ |
D | entry.S | 1477 ag %r3,__LC_PERCPU_OFFSET
|
/Linux-v5.4/arch/mips/ |
D | Kconfig | 348 DECstation porting pages on <http://decstation.unix-ag.org/>.
|
/Linux-v5.4/ |
D | CREDITS | 1071 E: engel@unix-ag.org
|