/linux-4.4.14/kernel/sched/ |
D | auto_group.c | 29 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local 33 ag->tg->rt_se = NULL; in autogroup_destroy() 34 ag->tg->rt_rq = NULL; in autogroup_destroy() 36 sched_offline_group(ag->tg); in autogroup_destroy() 37 sched_destroy_group(ag->tg); in autogroup_destroy() 40 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put() argument 42 kref_put(&ag->kref, autogroup_destroy); in autogroup_kref_put() 45 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get() argument 47 kref_get(&ag->kref); in autogroup_kref_get() 48 return ag; in autogroup_kref_get() [all …]
|
/linux-4.4.14/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 | 650 xfs_agnumber_t ag; in xfs_inode_ag_iterator() local 652 ag = 0; in xfs_inode_ag_iterator() 653 while ((pag = xfs_perag_get(mp, ag))) { in xfs_inode_ag_iterator() 654 ag = pag->pag_agno + 1; in xfs_inode_ag_iterator() 678 xfs_agnumber_t ag; in xfs_inode_ag_iterator_tag() local 680 ag = 0; in xfs_inode_ag_iterator_tag() 681 while ((pag = xfs_perag_get_tag(mp, ag, tag))) { in xfs_inode_ag_iterator_tag() 682 ag = pag->pag_agno + 1; in xfs_inode_ag_iterator_tag() 1028 xfs_agnumber_t ag; in xfs_reclaim_inodes_ag() local 1033 ag = 0; in xfs_reclaim_inodes_ag() [all …]
|
/linux-4.4.14/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.4.14/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() 1225 u32 ag = le32_to_cpu(mvm->last_bt_notif_old.bt_activity_grading); in iwl_mvm_bt_coex_is_shared_ant_avail_old() local 1226 return ag < BT_HIGH_TRAFFIC; in iwl_mvm_bt_coex_is_shared_ant_avail_old()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3502 xfs_agnumber_t ag, in xfs_bmap_longest_free_extent() argument 3511 pag = xfs_perag_get(mp, ag); in xfs_bmap_longest_free_extent() 3513 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.4.14/arch/alpha/ |
D | Kconfig | 225 <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>. 485 <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
|
/linux-4.4.14/Documentation/networking/ |
D | README.ipw2200 | 218 5 802.11ag (2915 only)
|
/linux-4.4.14/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.4.14/arch/s390/kernel/ |
D | entry.S | 1171 ag %r3,__LC_PERCPU_OFFSET
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 3656 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error() argument 3658 ag->err_reqlength |= cpu_to_be16(0x8000); in set_aggr_error()
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 264 DECstation porting pages on <http://decstation.unix-ag.org/>.
|
/linux-4.4.14/ |
D | CREDITS | 1065 E: engel@unix-ag.org
|