Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c403 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, unsigned int reg, u32 mask) in ag71xx_cb() argument
[all …]
/openbmc/linux/kernel/sched/
H A Dautogroup.c49 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()
[all …]
/openbmc/linux/fs/jfs/
H A Djfs_extent.c306 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 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()
/openbmc/linux/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()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/
H A Dbluealsa_4.3.0.bb73 # Usually could choose profiles with it: a2dp-source a2dp-sink hfp-hf hfp-ag hsp-hs hsp-ag hfp-ofono
/openbmc/u-boot/doc/
H A Dgit-mailrc17 alias ag Anatolij Gustschin <agust@denx.de>
123 alias video uboot, ag
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py593 ag = parser.add_argument_group(
610 ag.add_argument(
613 ag.add_argument(
616 ag.add_argument(
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/
H A Dvpnc_0.5.3.bb2 HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/
H A Dch-interGGA3 # www.intergga-ag.ch
/openbmc/linux/arch/x86/events/intel/
H A Duncore_snbep.c3906 struct attribute_group *ag) in pmu_clear_mapping_attr() argument
3911 if (groups[i] == ag) { in pmu_clear_mapping_attr()
3921 pmu_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag, in pmu_set_mapping() argument
3960 ag->attrs = attrs; in pmu_set_mapping()
3972 pmu_clear_mapping_attr(type->attr_update, ag); in pmu_set_mapping()
3976 pmu_cleanup_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_cleanup_mapping() argument
3978 struct attribute **attr = ag->attrs; in pmu_cleanup_mapping()
3985 kfree(attr_to_ext_attr(*ag->attrs)); in pmu_cleanup_mapping()
3986 kfree(ag->attrs); in pmu_cleanup_mapping()
3987 ag->attrs = NULL; in pmu_cleanup_mapping()
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_icache.c1016 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()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help168 Report bugs to vpnc@unix-ag.uni-kl.de
/openbmc/linux/Documentation/kernel-hacking/
H A Dfalse-sharing.rst103 $ perf c2c record -ag sleep 3
/openbmc/linux/arch/alpha/
H A DKconfig215 <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>.
459 <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
/openbmc/u-boot/tools/patman/
H A DREADME294 Patch-cc: sandbox, mikef, ag
298 will create a patch which is copied to x86, arm, sandbox, mikef, ag and
/openbmc/linux/Documentation/RCU/
H A DRTFP.txt1040 https://lore.kernel.org/r/Pine.LNX.4.44.0405222141260.11106-100000@dbl.q-ag.de (cpu_quiet() patch)
1041 https://lore.kernel.org/r/200405250535.i4P5ZJo8017583@dbl.q-ag.de (0/5)
1042 https://lore.kernel.org/r/200405250535.i4P5ZKAQ017591@dbl.q-ag.de (1/5)
1044 https://lore.kernel.org/r/200405250535.i4P5ZLiR017599@dbl.q-ag.de (2/5)
1045 https://lore.kernel.org/r/200405250535.i4P5ZMFt017607@dbl.q-ag.de (3/5)
1046 https://lore.kernel.org/r/200405250535.i4P5ZN6g017615@dbl.q-ag.de (4/5)
1047 https://lore.kernel.org/r/200405250535.i4P5ZO7I017623@dbl.q-ag.de (5/5)
/openbmc/qemu/ui/
H A Dgtk.c1429 GtkAccelGroup *ag = gtk_accel_group_new(); in gd_menu_untabify() local
1430 gtk_window_add_accel_group(GTK_WINDOW(vc->window), ag); in gd_menu_untabify()
1434 gtk_accel_group_connect(ag, GDK_KEY_g, HOTKEY_MODIFIERS, 0, cb); in gd_menu_untabify()
/openbmc/linux/Documentation/networking/device_drivers/wifi/intel/
H A Dipw2200.rst230 5 802.11ag (2915 only)
/openbmc/linux/Documentation/filesystems/
H A Dxfs-self-describing-metadata.rst211 - short btree blocks have a 32 bit owner (ag number) and a 32 bit block
H A Dxfs-online-fsck-design.rst2636 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=repair-ag-btrees>`_
2729 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=repair-ag-btrees>`_
2955 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=repair-ag-btrees>`_
2984 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=repair-ag-btrees>`_
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsa8775p.dtsi256 lpass_ag_noc: interconnect-lpass-ag-noc {
257 compatible = "qcom,sa8775p-lpass-ag-noc";
H A Dsc8280xp.dtsi341 lpass_noc: interconnect-lpass-ag-noc {
342 compatible = "qcom,sc8280xp-lpass-ag-noc";
/openbmc/linux/arch/s390/tools/
H A Dopcodes.txt737 e308 ag RXY_RRRD
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c4209 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()

12