Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/
H A Dag71xx.c401 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 Dautogroup.c27 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 Dxfs_filestream.c25 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 Dxfs_icache.c903 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 Djfs_extent.c503 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 Djfs_imap.c1701 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 Dsecurity.c677 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 Dvpnc_0.5.3.bb2 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 Dcursor.c299 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 Dca_ES110 "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 Dca_ES110 "ag.";/
122 "d<U2019>ag.";/
/OK3568_Linux_fs/buildroot/package/vpnc/
H A DConfig.in17 http://www.unix-ag.uni-kl.de/~massar/vpnc
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A Dtdc.py470 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 Drk_aiq_user_api2_custom_ae.cpp118 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 Dxfs_bmap.c3280 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 Dgit-mailrc17 alias ag Anatolij Gustschin <agust@denx.de>
137 alias video uboot, ag
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/
H A DCVE-2022-39028.patch2 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 Dch-interGGA3 # www.intergga-ag.ch
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help168 Report bugs to vpnc@unix-ag.uni-kl.de
/OK3568_Linux_fs/u-boot/tools/patman/
H A DREADME295 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 DKconfig222 <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 Dipw2200.rst230 5 802.11ag (2915 only)
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dxfs-self-describing-metadata.rst210 - 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 Dhostapd.conf.AES.template1350 # 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 Dhostapd.conf.TKIP.template1351 # 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

12