Home
last modified time | relevance | path

Searched refs:ag (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.15/drivers/net/ethernet/atheros/
H A Dag71xx.c1078 ag->phylink_config.dev = &ag->ndev->dev; in ag71xx_phylink_setup()
1083 if ((ag71xx_is(ag, AR9330) && ag->mac_idx == 0) || in ag71xx_phylink_setup()
1086 (ag71xx_is(ag, QCA9550) && ag->mac_idx == 1)) in ag71xx_phylink_setup()
1090 if ((ag71xx_is(ag, AR9330) && ag->mac_idx == 1) || in ag71xx_phylink_setup()
1091 (ag71xx_is(ag, AR9340) && ag->mac_idx == 1) || in ag71xx_phylink_setup()
1092 (ag71xx_is(ag, QCA9530) && ag->mac_idx == 1)) in ag71xx_phylink_setup()
1096 if (ag71xx_is(ag, QCA9550) && ag->mac_idx == 0) in ag71xx_phylink_setup()
1100 if (ag71xx_is(ag, AR9340) && ag->mac_idx == 0) in ag71xx_phylink_setup()
1105 (ag71xx_is(ag, QCA9550) && ag->mac_idx == 1)) in ag71xx_phylink_setup()
1566 struct ag71xx *ag = from_timer(ag, t, oom_timer); in ag71xx_oom_timer_handler() local
[all …]
/linux-6.15/kernel/sched/
H A Dautogroup.c66 kref_get(&ag->kref); in autogroup_kref_get()
67 return ag; in autogroup_kref_get()
81 return ag; in autogroup_task_get()
86 struct autogroup *ag = kzalloc(sizeof(*ag), GFP_KERNEL); in autogroup_create() local
89 if (!ag) in autogroup_create()
99 ag->tg = tg; in autogroup_create()
115 return ag; in autogroup_create()
118 kfree(ag); in autogroup_create()
167 if (prev == ag) { in autogroup_move_group()
260 ag->nice = nice; in proc_sched_autogroup_set_nice()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.c903 struct ath12k_hw_group *ag = ab->ag; in ath12k_get_num_partner_link() local
1089 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_trigger_partner() local
1218 struct ath12k_hw_group *ag = ab->ag; in ath12k_rfkill_work() local
1270 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_pre_reconfigure_recovery() local
1318 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_post_reconfigure_recovery() local
1370 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_restart() local
1521 ag = kzalloc(sizeof(*ag), GFP_KERNEL); in ath12k_core_hw_group_alloc()
1709 if (ag->num_probed >= ag->num_devices) { in ath12k_core_hw_group_assign()
1716 ab->ag = ag; in ath12k_core_hw_group_assign()
1719 ag->id, ag->num_devices, wsi->index); in ath12k_core_hw_group_assign()
[all …]
H A Dmac.h69 void ath12k_mac_destroy(struct ath12k_hw_group *ag);
70 void ath12k_mac_unregister(struct ath12k_hw_group *ag);
71 int ath12k_mac_register(struct ath12k_hw_group *ag);
72 int ath12k_mac_allocate(struct ath12k_hw_group *ag);
104 int ath12k_mac_mlo_setup(struct ath12k_hw_group *ag);
105 int ath12k_mac_mlo_ready(struct ath12k_hw_group *ag);
106 void ath12k_mac_mlo_teardown(struct ath12k_hw_group *ag);
H A Dqmi.c2026 ab = ag->ab[i]; in ath12k_host_cap_hw_link_id_init()
2047 struct ath12k_hw_group *ag = ab->ag; in ath12k_host_cap_parse_mlo() local
2441 struct ath12k_hw_group *ag = ab->ag; in ath12k_qmi_free_mlo_mem_chunk() local
2446 if (!ag->mlo_mem.init_done || ag->num_started) in ath12k_qmi_free_mlo_mem_chunk()
2472 struct ath12k_hw_group *ag = ab->ag; in ath12k_qmi_free_target_mem_chunk() local
2492 if (!ag->num_started && ag->mlo_mem.init_done) { in ath12k_qmi_free_target_mem_chunk()
2542 struct ath12k_hw_group *ag = ab->ag; in ath12k_qmi_alloc_target_mem_chunk() local
2549 memset(ag->mlo_mem.chunk, 0, sizeof(ag->mlo_mem.chunk)); in ath12k_qmi_alloc_target_mem_chunk()
3327 ab = ag->ab[i]; in ath12k_qmi_hw_group_host_cap_ready()
3344 ab = ag->ab[i]; in ath12k_qmi_hw_group_find_blocked()
[all …]
H A Dcore.h1086 struct ath12k_hw_group *ag; member
1217 void ath12k_core_hw_group_set_mlo_capable(struct ath12k_hw_group *ag);
1322 return ag->ah[idx]; in ath12k_ag_to_ah()
1325 static inline void ath12k_ag_set_ah(struct ath12k_hw_group *ag, int idx, in ath12k_ag_set_ah() argument
1328 ag->ah[idx] = ah; in ath12k_ag_set_ah()
1333 return ab->ag; in ath12k_ab_to_ag()
1338 lockdep_assert_held(&ab->ag->mutex); in ath12k_core_started()
1340 ab->ag->num_started++; in ath12k_core_started()
1345 lockdep_assert_held(&ab->ag->mutex); in ath12k_core_stopped()
1347 ab->ag->num_started--; in ath12k_core_stopped()
[all …]
H A Ddp_rx.c2653 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process_received_packets() local
2671 partner_ab = ath12k_ag_to_ab(ag, in ath12k_dp_rx_process_received_packets()
2726 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process() local
2773 partner_ab = ath12k_ag_to_ab(ag, device_id); in ath12k_dp_rx_process()
2867 partner_ab = ath12k_ag_to_ab(ag, device_id); in ath12k_dp_rx_process()
3566 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process_err() local
3618 partner_ab = ath12k_ag_to_ab(ag, device_id); in ath12k_dp_rx_process_err()
3683 partner_ab = ath12k_ag_to_ab(ag, device_id); in ath12k_dp_rx_process_err()
3914 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_rx_process_wbm_err() local
3976 partner_ab = ath12k_ag_to_ab(ag, device_id); in ath12k_dp_rx_process_wbm_err()
[all …]
H A Dmac.c11427 struct ath12k_hw_group *ag = ab->ag; in __ath12k_mac_mlo_setup() local
11517 ah = ag->ah[i]; in ath12k_mac_mlo_setup()
11535 ah = ag->ah[i]; in ath12k_mac_mlo_setup()
11558 ah = ag->ah[i]; in ath12k_mac_mlo_teardown()
11681 ab = ag->ab[i]; in ath12k_mac_destroy()
11721 ab = ag->ab[i]; in ath12k_mac_allocate()
11739 if (ag->mlo_capable) in ath12k_mac_allocate()
11746 ag->num_hw = 0; in ath12k_mac_allocate()
11751 if (device_id >= ag->num_devices || !ag->ab[device_id]) { in ath12k_mac_allocate()
11782 ag->ah[i] = ah; in ath12k_mac_allocate()
[all …]
H A Ddp.c1530 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_partner_cc_init() local
1533 for (i = 0; i < ag->num_devices; i++) { in ath12k_dp_partner_cc_init()
1534 if (ag->ab[i] == ab) in ath12k_dp_partner_cc_init()
1537 ath12k_dp_cmem_init(ab, &ag->ab[i]->dp, ATH12K_DP_RX_DESC); in ath12k_dp_partner_cc_init()
/linux-6.15/fs/jfs/
H A Djfs_extent.c316 int ag; in extBalloc() local
355 ag = BLKTOAG(daddr, sbi); in extBalloc()
358 atomic_inc(&bmp->db_active[ag]); in extBalloc()
359 ji->active_ag = ag; in extBalloc()
360 } else if (ji->active_ag != ag) { in extBalloc()
362 atomic_inc(&bmp->db_active[ag]); in extBalloc()
363 ji->active_ag = ag; in extBalloc()
H A Djfs_imap.c1706 int ag, rc; in diAllocAny() local
1713 for (ag = agno + 1; ag <= maxag; ag++) { in diAllocAny()
1714 AG_LOCK(imap, ag); in diAllocAny()
1716 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny()
1718 AG_UNLOCK(imap, ag); in diAllocAny()
1726 for (ag = 0; ag < agno; ag++) { in diAllocAny()
1727 AG_LOCK(imap, ag); in diAllocAny()
1729 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny()
1731 AG_UNLOCK(imap, ag); in diAllocAny()
/linux-6.15/drivers/infiniband/core/
H A Dsecurity.c674 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()
/linux-6.15/Documentation/devicetree/bindings/interconnect/
H A Dqcom,sc8280xp-rpmh.yaml28 - qcom,sc8280xp-lpass-ag-noc
H A Dqcom,sa8775p-rpmh.yaml28 - qcom,sa8775p-lpass-ag-noc
H A Dqcom,qcs8300-rpmh.yaml28 - qcom,qcs8300-lpass-ag-noc
H A Dqcom,x1e80100-rpmh.yaml32 - qcom,x1e80100-lpass-ag-noc
H A Dqcom,sc7280-rpmh.yaml29 - qcom,sc7280-lpass-ag-noc
H A Dqcom,sar2130p-rpmh.yaml29 - qcom,sar2130p-lpass-ag-noc
H A Dqcom,sm8450-rpmh.yaml27 - qcom,sm8450-lpass-ag-noc
H A Dqcom,sm8650-rpmh.yaml32 - qcom,sm8650-lpass-ag-noc
H A Dqcom,sm8550-rpmh.yaml32 - qcom,sm8550-lpass-ag-noc
H A Dqcom,sm8750-rpmh.yaml32 - qcom,sm8750-lpass-ag-noc
/linux-6.15/tools/testing/selftests/tc-testing/
H A Dtdc.py698 ag = parser.add_argument_group(
715 ag.add_argument(
718 ag.add_argument(
721 ag.add_argument(
/linux-6.15/tools/testing/selftests/efivarfs/
H A Defivarfs.sh240 declare -ag p
/linux-6.15/arch/x86/events/intel/
H A Duncore_snbep.c3915 struct attribute_group *ag) in pmu_clear_mapping_attr() argument
3920 if (groups[i] == ag) { in pmu_clear_mapping_attr()
3930 pmu_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag, in pmu_set_mapping() argument
3969 ag->attrs = attrs; in pmu_set_mapping()
3981 pmu_clear_mapping_attr(type->attr_update, ag); in pmu_set_mapping()
3987 struct attribute **attr = ag->attrs; in pmu_cleanup_mapping()
3994 kfree(attr_to_ext_attr(*ag->attrs)); in pmu_cleanup_mapping()
3995 kfree(ag->attrs); in pmu_cleanup_mapping()
3996 ag->attrs = NULL; in pmu_cleanup_mapping()
4003 pmu_set_mapping(type, ag, skx_iio_mapping_show, IIO_TOPOLOGY_TYPE); in pmu_iio_set_mapping()
[all …]

12