Home
last modified time | relevance | path

Searched defs:ag (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/kernel/sched/
Dauto_group.c29 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local
40 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put()
45 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get()
53 struct autogroup *ag; in autogroup_task_get() local
67 struct autogroup *ag = kzalloc(sizeof(*ag), GFP_KERNEL); in autogroup_create() local
126 autogroup_move_group(struct task_struct *p, struct autogroup *ag) in autogroup_move_group()
155 struct autogroup *ag = autogroup_create(); in sched_autogroup_create_attach() local
194 struct autogroup *ag; in proc_sched_autogroup_set_nice() local
227 struct autogroup *ag = autogroup_task_get(p); in proc_sched_autogroup_show_task() local
/linux-4.4.14/fs/xfs/
Dxfs_filestream.c36 xfs_agnumber_t ag; /* AG in use for this directory */ member
151 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag() local
319 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() local
Dxfs_icache.c650 xfs_agnumber_t ag; in xfs_inode_ag_iterator() local
678 xfs_agnumber_t ag; in xfs_inode_ag_iterator_tag() local
1028 xfs_agnumber_t ag; in xfs_reclaim_inodes_ag() local
1179 xfs_agnumber_t ag = 0; in xfs_reclaim_inodes_count() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dcoex_legacy.c730 u32 ag = le32_to_cpu(notif->bt_activity_grading); in iwl_mvm_bt_udpate_ctrl_kill_msk() local
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
/linux-4.4.14/fs/jfs/
Djfs_extent.c516 int ag; in extBalloc() local
Djfs_imap.c1721 int ag, rc; in diAllocAny() local
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c3502 xfs_agnumber_t ag, in xfs_bmap_longest_free_extent()
3568 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local
3602 xfs_agnumber_t ag; in xfs_bmap_btalloc_filestreams() local
3647 xfs_agnumber_t ag; in xfs_bmap_btalloc() local
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c3656 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error()