| /OK3568_Linux_fs/kernel/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, unsigned int reg, u32 mask) in ag71xx_cb() argument [all …]
|
| /OK3568_Linux_fs/kernel/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() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_filestream.c | 25 xfs_agnumber_t ag; /* AG in use for this directory */ member 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() 152 if (xfs_filestream_get_ag(mp, ag) > 1) { in xfs_filestream_pick_ag() [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 = pag->pag_agno + 1; in xfs_reclaim_inodes_count()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_extent.c | 503 int ag; in extBalloc() local 537 ag = BLKTOAG(daddr, sbi); in extBalloc() 540 atomic_inc(&bmp->db_active[ag]); in extBalloc() 541 ji->active_ag = ag; in extBalloc() 542 } else if (ji->active_ag != ag) { in extBalloc() 544 atomic_inc(&bmp->db_active[ag]); in extBalloc() 545 ji->active_ag = ag; in extBalloc()
|
| H A D | jfs_imap.c | 1701 int ag, rc; in diAllocAny() local 1708 for (ag = agno + 1; ag <= maxag; ag++) { in diAllocAny() 1709 AG_LOCK(imap, ag); in diAllocAny() 1711 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1713 AG_UNLOCK(imap, ag); in diAllocAny() 1721 for (ag = 0; ag < agno; ag++) { in diAllocAny() 1722 AG_LOCK(imap, ag); in diAllocAny() 1724 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1726 AG_UNLOCK(imap, ag); in diAllocAny()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/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/" 3 AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de"
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 299 CARD32 a, ar, ag, ab; in AllocARGBCursor() local 303 ag = a * ((argb[i] >> 8) & 0xff) / 0xff; in AllocARGBCursor() 306 argb[i] = a << 24 | ar << 16 | ag << 8 | ab; in AllocARGBCursor()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | ca_ES | 110 "ag.";/ 122 "d<U2019>ag.";/
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | ca_ES | 110 "ag.";/ 122 "d<U2019>ag.";/
|
| /OK3568_Linux_fs/buildroot/package/vpnc/ |
| H A D | Config.in | 17 http://www.unix-ag.uni-kl.de/~massar/vpnc
|
| /OK3568_Linux_fs/kernel/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(
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_ae.cpp | 118 float ag = sensorGain; in AeReg2RealConv() local 121 if (ag >= revert_gain_array[i * 2 + 0] && ag <= revert_gain_array[i * 2 + 1]) { in AeReg2RealConv() 205 float ag = SplitGain / ((pDcgMode >= 1) ? dcg_ratio : 1.0f); in AeReal2RegConv() local 212 …if (ag >= pConfig->stSensorInfo.Gain2Reg.GainRange[i] && ag <= pConfig->stSensorInfo.Gain2Reg.Gain… in AeReal2RegConv() 233 ag, C1, C0, M0, minReg, maxReg); in AeReal2RegConv() 235 *regGain = (int)(C1 * pow(ag, M0) - C0 + 0.5f); in AeReal2RegConv() 242 *regGain = (int)(20.0f * log10(ag) * 10.0f / 3.0f + 0.5f); in AeReal2RegConv()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_bmap.c | 3280 xfs_agnumber_t ag, in xfs_bmap_longest_free_extent() argument 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 = 0; in xfs_bmap_btalloc_nullfb() 3367 if (ag == startag) in xfs_bmap_btalloc_nullfb() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | git-mailrc | 17 alias ag Anatolij Gustschin <agust@denx.de> 137 alias video uboot, ag
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | CVE-2022-39028.patch | 2 From: Erik Auerswald <auerswal@unix-ag.uni-kl.de>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ |
| H A D | ch-interGGA | 3 # www.intergga-ag.ch
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | long-help | 168 Report bugs to vpnc@unix-ag.uni-kl.de
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | README | 295 Patch-cc: sandbox, mikef, ag 299 will create a patch which is copied to x86, arm, sandbox, mikef, ag and
|
| /OK3568_Linux_fs/kernel/arch/alpha/ |
| H A D | Kconfig | 222 <http://www.unix-ag.org/Linux-Alpha/Architectures/LX164.html>. 466 <http://www.unix-ag.org/Linux-Alpha/Architectures/Avanti.html>.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/wifi/intel/ |
| H A D | ipw2200.rst | 230 5 802.11ag (2915 only)
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | xfs-self-describing-metadata.rst | 210 - short btree blocks have a 32 bit owner (ag number) and a 32 bit block
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | hostapd.conf.AES.template | 1350 # WPS RF Bands (a = 5G, b = 2.4G, g = 2.4G, ag = dual band) 1353 # set to ag to allow both RF bands to be advertized. 1354 #wps_rf_bands=ag
|
| H A D | hostapd.conf.TKIP.template | 1351 # WPS RF Bands (a = 5G, b = 2.4G, g = 2.4G, ag = dual band) 1354 # set to ag to allow both RF bands to be advertized. 1355 #wps_rf_bands=ag
|