Home
last modified time | relevance | path

Searched refs:ag (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/kernel/sched/
Dautogroup.c27 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-v4.19/fs/xfs/
Dxfs_filestream.c27 xfs_agnumber_t ag; /* AG in use for this directory */ member
121 xfs_filestream_put_ag(mp, item->ag); in xfs_fstrm_free_func()
122 trace_xfs_filestream_free(mp, mru->key, item->ag); in xfs_fstrm_free_func()
143 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag() local
151 ag = startag; in xfs_filestream_pick_ag()
158 trace_xfs_filestream_scan(mp, ip->i_ino, ag); in xfs_filestream_pick_ag()
160 pag = xfs_perag_get(mp, ag); in xfs_filestream_pick_ag()
163 err = xfs_alloc_pagf_init(mp, NULL, ag, trylock); in xfs_filestream_pick_ag()
177 max_ag = ag; in xfs_filestream_pick_ag()
186 if (xfs_filestream_get_ag(mp, ag) > 1) { in xfs_filestream_pick_ag()
[all …]
Dxfs_icache.c948 xfs_agnumber_t ag; in xfs_inode_ag_iterator_flags() local
950 ag = 0; in xfs_inode_ag_iterator_flags()
951 while ((pag = xfs_perag_get(mp, ag))) { in xfs_inode_ag_iterator_flags()
952 ag = pag->pag_agno + 1; in xfs_inode_ag_iterator_flags()
988 xfs_agnumber_t ag; in xfs_inode_ag_iterator_tag() local
990 ag = 0; in xfs_inode_ag_iterator_tag()
991 while ((pag = xfs_perag_get_tag(mp, ag, tag))) { in xfs_inode_ag_iterator_tag()
992 ag = pag->pag_agno + 1; in xfs_inode_ag_iterator_tag()
1241 xfs_agnumber_t ag; in xfs_reclaim_inodes_ag() local
1246 ag = 0; in xfs_reclaim_inodes_ag()
[all …]
/Linux-v4.19/fs/jfs/
Djfs_extent.c516 int ag; in extBalloc() local
550 ag = BLKTOAG(daddr, sbi); in extBalloc()
553 atomic_inc(&bmp->db_active[ag]); in extBalloc()
554 ji->active_ag = ag; in extBalloc()
555 } else if (ji->active_ag != ag) { in extBalloc()
557 atomic_inc(&bmp->db_active[ag]); in extBalloc()
558 ji->active_ag = ag; in extBalloc()
Djfs_imap.c1714 int ag, rc; in diAllocAny() local
1721 for (ag = agno + 1; ag <= maxag; 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()
1734 for (ag = 0; ag < agno; ag++) { in diAllocAny()
1735 AG_LOCK(imap, ag); in diAllocAny()
1737 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny()
1739 AG_UNLOCK(imap, ag); in diAllocAny()
/Linux-v4.19/drivers/infiniband/core/
Dsecurity.c683 struct ib_mad_agent *ag = container_of(nb, struct ib_mad_agent, lsm_nb); in ib_mad_agent_security_change() local
688 ag->smp_allowed = !security_ib_endport_manage_subnet(ag->security, in ib_mad_agent_security_change()
689 ag->device->name, in ib_mad_agent_security_change()
690 ag->port_num); in ib_mad_agent_security_change()
/Linux-v4.19/tools/testing/selftests/tc-testing/
Dtdc.py381 ag = parser.add_argument_group(
398 ag.add_argument(
401 ag.add_argument(
404 ag.add_argument(
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_bmap.c3182 xfs_agnumber_t ag, in xfs_bmap_longest_free_extent() argument
3191 pag = xfs_perag_get(mp, ag); in xfs_bmap_longest_free_extent()
3193 error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK); in xfs_bmap_longest_free_extent()
3249 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local
3256 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb()
3258 startag = ag = 0; in xfs_bmap_btalloc_nullfb()
3261 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, in xfs_bmap_btalloc_nullfb()
3266 if (++ag == mp->m_sb.sb_agcount) in xfs_bmap_btalloc_nullfb()
3267 ag = 0; in xfs_bmap_btalloc_nullfb()
3268 if (ag == startag) in xfs_bmap_btalloc_nullfb()
[all …]
/Linux-v4.19/arch/alpha/
DKconfig218 <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>.
475 <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
/Linux-v4.19/Documentation/networking/
DREADME.ipw2200218 5 802.11ag (2915 only)
/Linux-v4.19/Documentation/filesystems/
Dxfs-self-describing-metadata.txt207 - short btree blocks have a 32 bit owner (ag number) and a 32 bit block
Dcoda.txt264 33.. TThhee mmeessssaaggee llaayyeerr
/Linux-v4.19/arch/s390/tools/
Dopcodes.txt702 e308 ag RXY_RRRD
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmad.c4262 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error() argument
4264 ag->err_reqlength |= cpu_to_be16(0x8000); in set_aggr_error()
/Linux-v4.19/arch/s390/kernel/
Dentry.S1441 ag %r3,__LC_PERCPU_OFFSET
/Linux-v4.19/arch/mips/
DKconfig341 DECstation porting pages on <http://decstation.unix-ag.org/>.
/Linux-v4.19/
DCREDITS1072 E: engel@unix-ag.org