Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/atheros/
Dag71xx.c347 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is()
352 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr()
359 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr()
364 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb()
374 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb()
384 static void ag71xx_int_enable(struct ag71xx *ag, u32 ints) in ag71xx_int_enable()
389 static void ag71xx_int_disable(struct ag71xx *ag, u32 ints) in ag71xx_int_disable()
394 static int ag71xx_mdio_wait_busy(struct ag71xx *ag) in ag71xx_mdio_wait_busy()
418 struct ag71xx *ag = bus->priv; in ag71xx_mdio_mii_read() local
447 struct ag71xx *ag = bus->priv; in ag71xx_mdio_mii_write() local
[all …]
/Linux-v5.4/kernel/sched/
Dautogroup.c27 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local
38 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put()
43 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get()
51 struct autogroup *ag; in autogroup_task_get() local
65 struct autogroup *ag = kzalloc(sizeof(*ag), GFP_KERNEL); in autogroup_create() local
136 autogroup_move_group(struct task_struct *p, struct autogroup *ag) in autogroup_move_group()
172 struct autogroup *ag = autogroup_create(); in sched_autogroup_create_attach() local
211 struct autogroup *ag; in proc_sched_autogroup_set_nice() local
248 struct autogroup *ag = autogroup_task_get(p); in proc_sched_autogroup_show_task() local
/Linux-v5.4/fs/xfs/
Dxfs_filestream.c24 xfs_agnumber_t ag; /* AG in use for this directory */ member
140 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag() local
308 xfs_agnumber_t startag, ag = NULLAGNUMBER; in xfs_filestream_lookup_ag() local
Dxfs_icache.c953 xfs_agnumber_t ag; in xfs_inode_ag_iterator_flags() local
993 xfs_agnumber_t ag; in xfs_inode_ag_iterator_tag() local
1246 xfs_agnumber_t ag; in xfs_reclaim_inodes_ag() local
1397 xfs_agnumber_t ag = 0; in xfs_reclaim_inodes_count() local
/Linux-v5.4/fs/jfs/
Djfs_extent.c503 int ag; in extBalloc() local
Djfs_imap.c1701 int ag, rc; in diAllocAny() local
/Linux-v5.4/drivers/infiniband/core/
Dsecurity.c684 struct ib_mad_agent *ag; in ib_mad_agent_security_change() local
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_bmap.c3194 xfs_agnumber_t ag, in xfs_bmap_longest_free_extent()
3261 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local
3295 xfs_agnumber_t ag; in xfs_bmap_btalloc_filestreams() local
3387 xfs_agnumber_t ag; in xfs_bmap_btalloc() local
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmad.c4252 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error()