/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/ |
H A D | ag71xx.c | 403 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is() argument 405 return ag->dcfg->type == type; in ag71xx_is() 408 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr() argument 410 iowrite32(value, ag->mac_base + reg); in ag71xx_wr() 412 (void)ioread32(ag->mac_base + reg); in ag71xx_wr() 415 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr() argument 417 return ioread32(ag->mac_base + reg); in ag71xx_rr() 420 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb() argument 424 r = ag->mac_base + reg; in ag71xx_sb() 430 static void ag71xx_cb(struct ag71xx *ag, unsigne argument 440 ag71xx_int_enable(struct ag71xx *ag, u32 ints) ag71xx_int_enable() argument 445 ag71xx_int_disable(struct ag71xx *ag, u32 ints) ag71xx_int_disable() argument 453 struct ag71xx *ag = netdev_priv(ndev); ag71xx_get_drvinfo() local 463 struct ag71xx *ag = netdev_priv(ndev); ag71xx_get_link_ksettings() local 471 struct ag71xx *ag = netdev_priv(ndev); ag71xx_set_link_ksettings() local 478 struct ag71xx *ag = netdev_priv(ndev); ag71xx_ethtool_nway_reset() local 486 struct ag71xx *ag = netdev_priv(ndev); ag71xx_ethtool_get_pauseparam() local 494 struct ag71xx *ag = netdev_priv(ndev); ag71xx_ethtool_set_pauseparam() local 519 struct ag71xx *ag = netdev_priv(ndev); ag71xx_ethtool_get_stats() local 554 ag71xx_mdio_wait_busy(struct ag71xx *ag) ag71xx_mdio_wait_busy() argument 578 struct ag71xx *ag = bus->priv; ag71xx_mdio_mii_read() local 607 struct ag71xx *ag = bus->priv; ag71xx_mdio_mii_write() local 631 ag71xx_mdio_get_divider(struct ag71xx *ag, u32 *div) ag71xx_mdio_get_divider() argument 667 struct ag71xx *ag = bus->priv; ag71xx_mdio_reset() local 684 ag71xx_mdio_probe(struct ag71xx *ag) ag71xx_mdio_probe() argument 750 ag71xx_mdio_remove(struct ag71xx *ag) ag71xx_mdio_remove() argument 757 ag71xx_hw_stop(struct ag71xx *ag) ag71xx_hw_stop() argument 765 ag71xx_check_dma_stuck(struct ag71xx *ag) ag71xx_check_dma_stuck() argument 790 ag71xx_tx_packets(struct ag71xx *ag, bool flush, int budget) ag71xx_tx_packets() argument 861 ag71xx_dma_wait_stop(struct ag71xx *ag) ag71xx_dma_wait_stop() argument 880 ag71xx_dma_reset(struct ag71xx *ag) ag71xx_dma_reset() argument 924 ag71xx_hw_setup(struct ag71xx *ag) ag71xx_hw_setup() argument 950 ag71xx_hw_set_macaddr(struct ag71xx *ag, const unsigned char *mac) ag71xx_hw_set_macaddr() argument 963 ag71xx_fast_reset(struct ag71xx *ag) ag71xx_fast_reset() argument 998 ag71xx_hw_start(struct ag71xx *ag) ag71xx_hw_start() argument 1012 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); ag71xx_mac_config() local 1031 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); ag71xx_mac_link_down() local 1042 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); ag71xx_mac_link_up() local 1095 ag71xx_phylink_setup(struct ag71xx *ag) ag71xx_phylink_setup() argument 1139 ag71xx_ring_tx_clean(struct ag71xx *ag) ag71xx_ring_tx_clean() argument 1171 ag71xx_ring_tx_init(struct ag71xx *ag) ag71xx_ring_tx_init() argument 1196 ag71xx_ring_rx_clean(struct ag71xx *ag) ag71xx_ring_rx_clean() argument 1214 ag71xx_buffer_size(struct ag71xx *ag) ag71xx_buffer_size() argument 1220 ag71xx_fill_rx_buf(struct ag71xx *ag, struct ag71xx_buf *buf, int offset, void *(*alloc)(unsigned int size)) ag71xx_fill_rx_buf() argument 1241 ag71xx_ring_rx_init(struct ag71xx *ag) ag71xx_ring_rx_init() argument 1282 ag71xx_ring_rx_refill(struct ag71xx *ag) ag71xx_ring_rx_refill() argument 1315 ag71xx_rings_init(struct ag71xx *ag) ag71xx_rings_init() argument 1345 ag71xx_rings_free(struct ag71xx *ag) ag71xx_rings_free() argument 1365 ag71xx_rings_cleanup(struct ag71xx *ag) ag71xx_rings_cleanup() argument 1374 ag71xx_hw_init(struct ag71xx *ag) ag71xx_hw_init() argument 1391 ag71xx_hw_enable(struct ag71xx *ag) ag71xx_hw_enable() argument 1407 ag71xx_hw_disable(struct ag71xx *ag) ag71xx_hw_disable() argument 1422 struct ag71xx *ag = netdev_priv(ndev); ag71xx_open() local 1457 struct ag71xx *ag = netdev_priv(ndev); ag71xx_stop() local 1519 struct ag71xx *ag = netdev_priv(ndev); ag71xx_hard_start_xmit() local 1587 struct ag71xx *ag = from_timer(ag, t, oom_timer); ag71xx_oom_timer_handler() local 1594 struct ag71xx *ag = netdev_priv(ndev); ag71xx_tx_timeout() local 1603 struct ag71xx *ag = container_of(work, struct ag71xx, ag71xx_restart_work_func() local 1616 ag71xx_rx_packets(struct ag71xx *ag, int limit) ag71xx_rx_packets() argument 1700 struct ag71xx *ag = container_of(napi, struct ag71xx, napi); ag71xx_poll() local 1758 struct ag71xx *ag; ag71xx_interrupt() local 1789 struct ag71xx *ag = netdev_priv(ndev); ag71xx_change_mtu() local 1820 struct ag71xx *ag; ag71xx_probe() local 1974 struct ag71xx *ag; ag71xx_remove() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/ |
H A D | ag71xx.c | 401 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is() argument 403 return ag->dcfg->type == type; in ag71xx_is() 406 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr() argument 408 iowrite32(value, ag->mac_base + reg); in ag71xx_wr() 410 (void)ioread32(ag->mac_base + reg); in ag71xx_wr() 413 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr() argument 415 return ioread32(ag->mac_base + reg); in ag71xx_rr() 418 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb() argument 422 r = ag->mac_base + reg; in ag71xx_sb() 428 static void ag71xx_cb(struct ag71xx *ag, unsigne argument 438 ag71xx_int_enable(struct ag71xx *ag, u32 ints) ag71xx_int_enable() argument 443 ag71xx_int_disable(struct ag71xx *ag, u32 ints) ag71xx_int_disable() argument 451 struct ag71xx *ag = netdev_priv(ndev); ag71xx_get_drvinfo() local 461 struct ag71xx *ag = netdev_priv(ndev); ag71xx_get_link_ksettings() local 469 struct ag71xx *ag = netdev_priv(ndev); ag71xx_set_link_ksettings() local 476 struct ag71xx *ag = netdev_priv(ndev); ag71xx_ethtool_nway_reset() local 484 struct ag71xx *ag = netdev_priv(ndev); ag71xx_ethtool_get_pauseparam() local 492 struct ag71xx *ag = netdev_priv(ndev); ag71xx_ethtool_set_pauseparam() local 512 struct ag71xx *ag = netdev_priv(ndev); ag71xx_ethtool_get_stats() local 541 ag71xx_mdio_wait_busy(struct ag71xx *ag) ag71xx_mdio_wait_busy() argument 565 struct ag71xx *ag = bus->priv; ag71xx_mdio_mii_read() local 594 struct ag71xx *ag = bus->priv; ag71xx_mdio_mii_write() local 618 ag71xx_mdio_get_divider(struct ag71xx *ag, u32 *div) ag71xx_mdio_get_divider() argument 654 struct ag71xx *ag = bus->priv; ag71xx_mdio_reset() local 671 ag71xx_mdio_probe(struct ag71xx *ag) ag71xx_mdio_probe() argument 737 ag71xx_mdio_remove(struct ag71xx *ag) ag71xx_mdio_remove() argument 744 ag71xx_hw_stop(struct ag71xx *ag) ag71xx_hw_stop() argument 752 ag71xx_check_dma_stuck(struct ag71xx *ag) ag71xx_check_dma_stuck() argument 777 ag71xx_tx_packets(struct ag71xx *ag, bool flush) ag71xx_tx_packets() argument 848 ag71xx_dma_wait_stop(struct ag71xx *ag) ag71xx_dma_wait_stop() argument 867 ag71xx_dma_reset(struct ag71xx *ag) ag71xx_dma_reset() argument 911 ag71xx_hw_setup(struct ag71xx *ag) ag71xx_hw_setup() argument 937 ag71xx_hw_set_macaddr(struct ag71xx *ag, unsigned char *mac) ag71xx_hw_set_macaddr() argument 950 ag71xx_fast_reset(struct ag71xx *ag) ag71xx_fast_reset() argument 985 ag71xx_hw_start(struct ag71xx *ag) ag71xx_hw_start() argument 999 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); ag71xx_mac_config() local 1019 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); ag71xx_mac_validate() local 1097 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); ag71xx_mac_link_down() local 1108 struct ag71xx *ag = netdev_priv(to_net_dev(config->dev)); ag71xx_mac_link_up() local 1164 ag71xx_phylink_setup(struct ag71xx *ag) ag71xx_phylink_setup() argument 1180 ag71xx_ring_tx_clean(struct ag71xx *ag) ag71xx_ring_tx_clean() argument 1212 ag71xx_ring_tx_init(struct ag71xx *ag) ag71xx_ring_tx_init() argument 1237 ag71xx_ring_rx_clean(struct ag71xx *ag) ag71xx_ring_rx_clean() argument 1255 ag71xx_buffer_size(struct ag71xx *ag) ag71xx_buffer_size() argument 1261 ag71xx_fill_rx_buf(struct ag71xx *ag, struct ag71xx_buf *buf, int offset, void *(*alloc)(unsigned int size)) ag71xx_fill_rx_buf() argument 1282 ag71xx_ring_rx_init(struct ag71xx *ag) ag71xx_ring_rx_init() argument 1323 ag71xx_ring_rx_refill(struct ag71xx *ag) ag71xx_ring_rx_refill() argument 1356 ag71xx_rings_init(struct ag71xx *ag) ag71xx_rings_init() argument 1386 ag71xx_rings_free(struct ag71xx *ag) ag71xx_rings_free() argument 1406 ag71xx_rings_cleanup(struct ag71xx *ag) ag71xx_rings_cleanup() argument 1415 ag71xx_hw_init(struct ag71xx *ag) ag71xx_hw_init() argument 1432 ag71xx_hw_enable(struct ag71xx *ag) ag71xx_hw_enable() argument 1448 ag71xx_hw_disable(struct ag71xx *ag) ag71xx_hw_disable() argument 1463 struct ag71xx *ag = netdev_priv(ndev); ag71xx_open() local 1498 struct ag71xx *ag = netdev_priv(ndev); ag71xx_stop() local 1560 struct ag71xx *ag = netdev_priv(ndev); ag71xx_hard_start_xmit() local 1628 struct ag71xx *ag = from_timer(ag, t, oom_timer); ag71xx_oom_timer_handler() local 1635 struct ag71xx *ag = netdev_priv(ndev); ag71xx_tx_timeout() local 1644 struct ag71xx *ag = container_of(work, struct ag71xx, ag71xx_restart_work_func() local 1657 ag71xx_rx_packets(struct ag71xx *ag, int limit) ag71xx_rx_packets() argument 1741 struct ag71xx *ag = container_of(napi, struct ag71xx, napi); ag71xx_poll() local 1799 struct ag71xx *ag; ag71xx_interrupt() local 1830 struct ag71xx *ag = netdev_priv(ndev); ag71xx_change_mtu() local 1862 struct ag71xx *ag; ag71xx_probe() local 2017 struct ag71xx *ag; ag71xx_remove() local [all...] |
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | autogroup.c | 27 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() 51 struct autogroup *ag; autogroup_task_get() local 65 struct autogroup *ag = kzalloc(sizeof(*ag), GFP_KERNEL); autogroup_create() local 136 autogroup_move_group(struct task_struct *p, struct autogroup *ag) autogroup_move_group() argument 172 struct autogroup *ag = autogroup_create(); sched_autogroup_create_attach() local 211 struct autogroup *ag; proc_sched_autogroup_set_nice() local 248 struct autogroup *ag = autogroup_task_get(p); proc_sched_autogroup_show_task() local [all...] |
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | autogroup.c | 49 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local 53 ag->tg->rt_se = NULL; in autogroup_destroy() 54 ag->tg->rt_rq = NULL; in autogroup_destroy() 56 sched_release_group(ag->tg); in autogroup_destroy() 57 sched_destroy_group(ag->tg); in autogroup_destroy() 60 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put() argument 62 kref_put(&ag->kref, autogroup_destroy); in autogroup_kref_put() 65 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get() argument 67 kref_get(&ag->kref); in autogroup_kref_get() 68 return ag; in autogroup_kref_get() 73 struct autogroup *ag; autogroup_task_get() local 87 struct autogroup *ag = kzalloc(sizeof(*ag), GFP_KERNEL); autogroup_create() local 158 autogroup_move_group(struct task_struct *p, struct autogroup *ag) autogroup_move_group() argument 195 struct autogroup *ag = autogroup_create(); sched_autogroup_create_attach() local 234 struct autogroup *ag; proc_sched_autogroup_set_nice() local 271 struct autogroup *ag = autogroup_task_get(p); proc_sched_autogroup_show_task() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_filestream.c | 25 xfs_agnumber_t ag; /* AG in use for this directory */ member 34 * Allocation group filestream associations are tracked with per-ag atomic 87 xfs_filestream_put_ag(mp, item->ag); in xfs_fstrm_free_func() 88 trace_xfs_filestream_free(mp, mru->key, item->ag); in xfs_fstrm_free_func() 109 xfs_agnumber_t ag, max_ag = NULLAGNUMBER; in xfs_filestream_pick_ag() local 117 ag = startag; in xfs_filestream_pick_ag() 124 trace_xfs_filestream_scan(mp, ip->i_ino, ag); in xfs_filestream_pick_ag() 126 pag = xfs_perag_get(mp, ag); in xfs_filestream_pick_ag() 129 err = xfs_alloc_pagf_init(mp, NULL, ag, trylock); in xfs_filestream_pick_ag() 143 max_ag = ag; in xfs_filestream_pick_ag() 277 xfs_agnumber_t startag, ag = NULLAGNUMBER; xfs_filestream_lookup_ag() local [all...] |
H A D | xfs_icache.c | 903 xfs_agnumber_t ag; in xfs_inode_walk() local 905 ag = 0; in xfs_inode_walk() 906 while ((pag = xfs_inode_walk_get_perag(mp, ag, tag))) { in xfs_inode_walk() 907 ag = pag->pag_agno + 1; in xfs_inode_walk() 1126 xfs_agnumber_t ag = 0; in xfs_reclaim_inodes_ag() local 1128 while ((pag = xfs_perag_get_tag(mp, ag, XFS_ICI_RECLAIM_TAG))) { in xfs_reclaim_inodes_ag() 1133 ag = pag->pag_agno + 1; in xfs_reclaim_inodes_ag() 1244 xfs_agnumber_t ag = 0; in xfs_reclaim_inodes_count() local 1247 while ((pag = xfs_perag_get_tag(mp, ag, XFS_ICI_RECLAIM_TAG))) { in xfs_reclaim_inodes_count() 1248 ag in xfs_reclaim_inodes_count() [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_extent.c | 306 int ag; in extBalloc() local 345 ag = BLKTOAG(daddr, sbi); in extBalloc() 348 atomic_inc(&bmp->db_active[ag]); in extBalloc() 349 ji->active_ag = ag; in extBalloc() 350 } else if (ji->active_ag != ag) { in extBalloc() 352 atomic_inc(&bmp->db_active[ag]); in extBalloc() 353 ji->active_ag = ag; in extBalloc()
|
H A D | jfs_imap.c | 55 /* per ag iag list locks */ 147 /* allocate and init ag list locks */ in diMount() 340 /* get the ag for the iag */ in diRead() 385 /* set the ag for the inode */ in diRead() 812 * the ag free inode list. 818 * will be placed on the ag extent free list if the extent 821 * the iag, the iag will also be removed from the ag free 827 * ag free extent list and ag free inode list and placed on 944 * insert the iag at head of the inode free list for the ag in diFree() 1703 int ag, rc; diAllocAny() local [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_extent.c | 503 int ag; in extBalloc() local 542 ag = BLKTOAG(daddr, sbi); in extBalloc() 545 atomic_inc(&bmp->db_active[ag]); in extBalloc() 546 ji->active_ag = ag; in extBalloc() 547 } else if (ji->active_ag != ag) { in extBalloc() 549 atomic_inc(&bmp->db_active[ag]); in extBalloc() 550 ji->active_ag = ag; in extBalloc()
|
H A D | jfs_imap.c | 55 /* per ag iag list locks */ 149 /* allocate and init ag list locks */ in diMount() 342 /* get the ag for the iag */ in diRead() 387 /* set the ag for the inode */ in diRead() 814 * the ag free inode list. 820 * will be placed on the ag extent free list if the extent 823 * the iag, the iag will also be removed from the ag free 829 * ag free extent list and ag free inode list and placed on 946 * insert the iag at head of the inode free list for the ag in diFree() 1705 int ag, rc; diAllocAny() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | security.c | 677 struct ib_mad_agent *ag; in ib_mad_agent_security_change() local 680 list_for_each_entry(ag, in ib_mad_agent_security_change() 683 WRITE_ONCE(ag->smp_allowed, in ib_mad_agent_security_change() 684 !security_ib_endport_manage_subnet(ag->security, in ib_mad_agent_security_change() 685 dev_name(&ag->device->dev), ag->port_num)); in ib_mad_agent_security_change()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | security.c | 674 struct ib_mad_agent *ag; in ib_mad_agent_security_change() local 677 list_for_each_entry(ag, in ib_mad_agent_security_change() 680 WRITE_ONCE(ag->smp_allowed, in ib_mad_agent_security_change() 681 !security_ib_endport_manage_subnet(ag->security, in ib_mad_agent_security_change() 682 dev_name(&ag->device->dev), ag->port_num)); in ib_mad_agent_security_change()
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 470 ag = parser.add_argument_group( 487 ag.add_argument( 490 ag.add_argument( 493 ag.add_argument(
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 3132 xfs_agnumber_t fb_agno; /* ag number of ap->firstblock */ in xfs_bmap_adjacent() 3280 xfs_agnumber_t ag, in xfs_bmap_longest_free_extent() 3289 pag = xfs_perag_get(mp, ag); in xfs_bmap_longest_free_extent() 3291 error = xfs_alloc_pagf_init(mp, tp, ag, XFS_ALLOC_FLAG_TRYLOCK); in xfs_bmap_longest_free_extent() 3348 xfs_agnumber_t ag, startag; in xfs_bmap_btalloc_nullfb() local 3355 startag = ag = XFS_FSB_TO_AGNO(mp, args->fsbno); in xfs_bmap_btalloc_nullfb() 3357 startag = ag = 0; in xfs_bmap_btalloc_nullfb() 3360 error = xfs_bmap_longest_free_extent(args->tp, ag, blen, in xfs_bmap_btalloc_nullfb() 3365 if (++ag == mp->m_sb.sb_agcount) in xfs_bmap_btalloc_nullfb() 3366 ag in xfs_bmap_btalloc_nullfb() 3278 xfs_bmap_longest_free_extent( struct xfs_trans *tp, xfs_agnumber_t ag, xfs_extlen_t *blen, int *notinit) xfs_bmap_longest_free_extent() argument 3382 xfs_agnumber_t ag; xfs_bmap_btalloc_filestreams() local 3474 xfs_agnumber_t ag; xfs_bmap_btalloc() local [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | checkstack.pl | 100 $re = qr/.*(?:lay|ag?hi).*\%r15,-(([0-9]{2}|[3-9])[0-9]{2})
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkstack.pl | 100 $re = qr/.*(?:lay|ag?hi).*\%r15,-([0-9]+)(?:\(\%r15\))?$/o;
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 594 ag = parser.add_argument_group( 611 ag.add_argument( 614 ag.add_argument( 617 ag.add_argument(
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 3904 struct attribute_group *ag) in pmu_clear_mapping_attr() 3909 if (groups[i] == ag) { in pmu_clear_mapping_attr() 3919 pmu_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag, in pmu_set_mapping() argument 3958 ag->attrs = attrs; in pmu_set_mapping() 3970 pmu_clear_mapping_attr(type->attr_update, ag); in pmu_set_mapping() 3974 pmu_cleanup_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_cleanup_mapping() argument 3976 struct attribute **attr = ag->attrs; in pmu_cleanup_mapping() 3983 kfree(attr_to_ext_attr(*ag->attrs)); in pmu_cleanup_mapping() 3984 kfree(ag->attrs); in pmu_cleanup_mapping() 3985 ag in pmu_cleanup_mapping() 3903 pmu_clear_mapping_attr(const struct attribute_group **groups, struct attribute_group *ag) pmu_clear_mapping_attr() argument 3990 pmu_iio_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) pmu_iio_set_mapping() argument 4374 pmu_upi_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) pmu_upi_set_mapping() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_icache.c | 1016 xfs_agnumber_t ag = 0; in xfs_reclaim_inodes_count() local 1019 while ((pag = xfs_perag_get_tag(mp, ag, XFS_ICI_RECLAIM_TAG))) { in xfs_reclaim_inodes_count() 1020 ag = pag->pag_agno + 1; in xfs_reclaim_inodes_count()
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 3751 struct attribute_group *ag) in pmu_clear_mapping_attr() 3756 if (groups[i] == ag) { in pmu_clear_mapping_attr() 3766 pmu_iio_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_iio_set_mapping() argument 3801 ag->attrs = attrs; in pmu_iio_set_mapping() 3813 pmu_clear_mapping_attr(type->attr_update, ag); in pmu_iio_set_mapping() 3750 pmu_clear_mapping_attr(const struct attribute_group **groups, struct attribute_group *ag) pmu_clear_mapping_attr() argument
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | entry.S | 137 ag %r3,__LC_PERCPU_OFFSET
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 4251 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error() argument 4253 ag->err_reqlength |= cpu_to_be16(0x8000); in set_aggr_error()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 4209 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error() argument 4211 ag->err_reqlength |= cpu_to_be16(0x8000); in set_aggr_error()
|