/linux-4.1.27/kernel/sched/ |
D | auto_group.c | 31 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local 35 ag->tg->rt_se = NULL; in autogroup_destroy() 36 ag->tg->rt_rq = NULL; in autogroup_destroy() 38 sched_offline_group(ag->tg); in autogroup_destroy() 39 sched_destroy_group(ag->tg); in autogroup_destroy() 42 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put() argument 44 kref_put(&ag->kref, autogroup_destroy); in autogroup_kref_put() 47 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get() argument 49 kref_get(&ag->kref); in autogroup_kref_get() 50 return ag; in autogroup_kref_get() [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_filestream.c | 36 xfs_agnumber_t ag; /* AG in use for this directory */ member 128 xfs_filestream_put_ag(item->ip->i_mount, item->ag); in xfs_fstrm_free_func() 130 trace_xfs_filestream_free(item->ip, item->ag); in xfs_fstrm_free_func() 151 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag() local 159 ag = startag; in xfs_filestream_pick_ag() 166 trace_xfs_filestream_scan(ip, ag); in xfs_filestream_pick_ag() 168 pag = xfs_perag_get(mp, ag); in xfs_filestream_pick_ag() 171 err = xfs_alloc_pagf_init(mp, NULL, ag, trylock); in xfs_filestream_pick_ag() 185 max_ag = ag; in xfs_filestream_pick_ag() 194 if (xfs_filestream_get_ag(mp, ag) > 1) { in xfs_filestream_pick_ag() [all …]
|
D | xfs_icache.c | 648 xfs_agnumber_t ag; in xfs_inode_ag_iterator() local 650 ag = 0; in xfs_inode_ag_iterator() 651 while ((pag = xfs_perag_get(mp, ag))) { in xfs_inode_ag_iterator() 652 ag = pag->pag_agno + 1; in xfs_inode_ag_iterator() 676 xfs_agnumber_t ag; in xfs_inode_ag_iterator_tag() local 678 ag = 0; in xfs_inode_ag_iterator_tag() 679 while ((pag = xfs_perag_get_tag(mp, ag, tag))) { in xfs_inode_ag_iterator_tag() 680 ag = pag->pag_agno + 1; in xfs_inode_ag_iterator_tag() 1026 xfs_agnumber_t ag; in xfs_reclaim_inodes_ag() local 1031 ag = 0; in xfs_reclaim_inodes_ag() [all …]
|
/linux-4.1.27/fs/jfs/ |
D | jfs_extent.c | 516 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()
|
D | jfs_imap.c | 1721 int ag, rc; in diAllocAny() local 1728 for (ag = agno + 1; ag <= maxag; ag++) { in diAllocAny() 1729 AG_LOCK(imap, ag); in diAllocAny() 1731 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1733 AG_UNLOCK(imap, ag); in diAllocAny() 1741 for (ag = 0; ag < agno; ag++) { in diAllocAny() 1742 AG_LOCK(imap, ag); in diAllocAny() 1744 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1746 AG_UNLOCK(imap, ag); in diAllocAny()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | coex_legacy.c | 730 u32 ag = le32_to_cpu(notif->bt_activity_grading); in iwl_mvm_bt_udpate_ctrl_kill_msk() local 743 ack_kill_msk = iwl_bt_ack_kill_msk[ag][primary_lut]; in iwl_mvm_bt_udpate_ctrl_kill_msk() 744 cts_kill_msk = iwl_bt_cts_kill_msk[ag][primary_lut]; in iwl_mvm_bt_udpate_ctrl_kill_msk() 1232 u32 ag = le32_to_cpu(mvm->last_bt_notif_old.bt_activity_grading); in iwl_mvm_bt_coex_is_shared_ant_avail_old() local 1233 return ag < BT_HIGH_TRAFFIC; in iwl_mvm_bt_coex_is_shared_ant_avail_old()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3503 xfs_agnumber_t ag, in xfs_bmap_longest_free_extent() argument 3512 pag = xfs_perag_get(mp, ag); in xfs_bmap_longest_free_extent() 3514 error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK); in xfs_bmap_longest_free_extent() 3568 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local 3575 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb() 3577 startag = ag = 0; in xfs_bmap_btalloc_nullfb() 3580 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, in xfs_bmap_btalloc_nullfb() 3585 if (++ag == mp->m_sb.sb_agcount) in xfs_bmap_btalloc_nullfb() 3586 ag = 0; in xfs_bmap_btalloc_nullfb() 3587 if (ag == startag) in xfs_bmap_btalloc_nullfb() [all …]
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig | 224 <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>. 484 <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
|
/linux-4.1.27/Documentation/networking/ |
D | README.ipw2200 | 218 5 802.11ag (2915 only)
|
/linux-4.1.27/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-4.1.27/arch/mips/ |
D | Kconfig | 255 DECstation porting pages on <http://decstation.unix-ag.org/>.
|
/linux-4.1.27/ |
D | CREDITS | 1061 E: engel@unix-ag.org
|