/openbmc/linux/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, unsigned int reg, u32 mask) in ag71xx_cb() argument [all …]
|
/openbmc/linux/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() [all …]
|
/openbmc/linux/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 | 1706 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 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()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/ |
H A D | bluealsa_4.3.0.bb | 73 # 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 D | git-mailrc | 17 alias ag Anatolij Gustschin <agust@denx.de> 123 alias video uboot, ag
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 593 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 D | vpnc_0.5.3.bb | 2 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 D | ch-interGGA | 3 # www.intergga-ag.ch
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 3906 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 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()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
H A D | long-help | 168 Report bugs to vpnc@unix-ag.uni-kl.de
|
/openbmc/linux/Documentation/kernel-hacking/ |
H A D | false-sharing.rst | 103 $ perf c2c record -ag sleep 3
|
/openbmc/linux/arch/alpha/ |
H A D | Kconfig | 215 <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 D | README | 294 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 D | RTFP.txt | 1040 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 D | gtk.c | 1429 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 D | ipw2200.rst | 230 5 802.11ag (2915 only)
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-self-describing-metadata.rst | 211 - short btree blocks have a 32 bit owner (ag number) and a 32 bit block
|
H A D | xfs-online-fsck-design.rst | 2636 <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 D | sa8775p.dtsi | 256 lpass_ag_noc: interconnect-lpass-ag-noc { 257 compatible = "qcom,sa8775p-lpass-ag-noc";
|
H A D | sc8280xp.dtsi | 341 lpass_noc: interconnect-lpass-ag-noc { 342 compatible = "qcom,sc8280xp-lpass-ag-noc";
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 737 e308 ag RXY_RRRD
|
/openbmc/linux/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()
|