Home
last modified time | relevance | path

Searched refs:grp_count (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_mru_cache.c96 unsigned int grp_count; /* Number of discrete groups. */ member
153 mru->lru_grp = (mru->lru_grp + 1) % mru->grp_count; in _xfs_mru_cache_migrate()
160 if (++migrated == mru->grp_count) { in _xfs_mru_cache_migrate()
168 for (grp = 0; grp < mru->grp_count; grp++) { in _xfs_mru_cache_migrate()
174 (mru->grp_count + grp) * mru->grp_time; in _xfs_mru_cache_migrate()
207 mru->grp_count * mru->grp_time); in _xfs_mru_cache_list_insert()
211 grp = (mru->lru_grp + grp) % mru->grp_count; in _xfs_mru_cache_list_insert()
320 unsigned int grp_count, in xfs_mru_cache_create() argument
330 if (!mrup || !grp_count || !lifetime_ms || !free_func) in xfs_mru_cache_create()
340 mru->grp_count = grp_count + 1; in xfs_mru_cache_create()
[all …]
H A Dxfs_mru_cache.h22 unsigned int lifetime_ms, unsigned int grp_count,
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_mru_cache.c96 unsigned int grp_count; /* Number of discrete groups. */ member
153 mru->lru_grp = (mru->lru_grp + 1) % mru->grp_count; in _xfs_mru_cache_migrate()
160 if (++migrated == mru->grp_count) { in _xfs_mru_cache_migrate()
168 for (grp = 0; grp < mru->grp_count; grp++) { in _xfs_mru_cache_migrate()
174 (mru->grp_count + grp) * mru->grp_time; in _xfs_mru_cache_migrate()
207 mru->grp_count * mru->grp_time); in _xfs_mru_cache_list_insert()
211 grp = (mru->lru_grp + grp) % mru->grp_count; in _xfs_mru_cache_list_insert()
320 unsigned int grp_count, in xfs_mru_cache_create() argument
330 if (!mrup || !grp_count || !lifetime_ms || !free_func) in xfs_mru_cache_create()
340 mru->grp_count = grp_count + 1; in xfs_mru_cache_create()
[all …]
H A Dxfs_mru_cache.h22 unsigned int lifetime_ms, unsigned int grp_count,
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_mru_cache.c96 unsigned int grp_count; /* Number of discrete groups. */ member
153 mru->lru_grp = (mru->lru_grp + 1) % mru->grp_count; in _xfs_mru_cache_migrate()
160 if (++migrated == mru->grp_count) { in _xfs_mru_cache_migrate()
168 for (grp = 0; grp < mru->grp_count; grp++) { in _xfs_mru_cache_migrate()
174 (mru->grp_count + grp) * mru->grp_time; in _xfs_mru_cache_migrate()
207 mru->grp_count * mru->grp_time); in _xfs_mru_cache_list_insert()
211 grp = (mru->lru_grp + grp) % mru->grp_count; in _xfs_mru_cache_list_insert()
320 unsigned int grp_count, in xfs_mru_cache_create() argument
330 if (!mrup || !grp_count || !lifetime_ms || !free_func) in xfs_mru_cache_create()
340 mru->grp_count = grp_count + 1; in xfs_mru_cache_create()
[all …]
H A Dxfs_mru_cache.h22 unsigned int lifetime_ms, unsigned int grp_count,
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/common/
H A Ddnnl_thread.hpp214 const T grp_count = nstl::min(nx_divider, static_cast<T>(nthr)); in balance2D() local
215 const int grp_size_big = nthr / static_cast<int>(grp_count) + 1; in balance2D()
216 const int grp_size_small = nthr / static_cast<int>(grp_count); in balance2D()
217 const int n_grp_big = nthr % static_cast<int>(grp_count); in balance2D()
232 balance211(nx, grp_count, grp, nx_start, nx_end); in balance2D()
/dports/math/onednn/oneDNN-2.5.1/src/common/
H A Ddnnl_thread.hpp215 const T grp_count = nstl::min(nx_divider, static_cast<T>(nthr)); in balance2D() local
216 const int grp_size_big = nthr / static_cast<int>(grp_count) + 1; in balance2D()
217 const int grp_size_small = nthr / static_cast<int>(grp_count); in balance2D()
218 const int n_grp_big = nthr % static_cast<int>(grp_count); in balance2D()
233 balance211(nx, grp_count, grp, nx_start, nx_end); in balance2D()
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/nntp/
H A Dnewsnntp_types.h108 uint32_t grp_count; member
H A Dnewsnntp.c416 n->grp_count = count; in group_info_init()
/dports/biology/emboss/EMBOSS-6.6.0/nucleus/
H A Dembpdb.c638 ajint grp_count = 0; /* No. of groups */ in embPdbListHeterogens() local
677 grp_count++; in embPdbListHeterogens()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_avx512_core_bf16_1x1_convolution.cpp49 const T grp_count = utils::div_up(nthr, grp_size); in balance2D() local
54 T first_grps = nthr % grp_count; in balance2D()
61 balance211(nx, grp_count, grp, nx_start, nx_end); in balance2D()
262 const size_t grp_count = utils::div_up( in execute_forward_thr() local
266 : rnd_up((jcp.load_dim / grp_count), jcp.load_block); in execute_forward_thr()
578 const size_t grp_count = utils::div_up( in execute_backward_data_thr() local
582 : rnd_up((jcp.load_dim / grp_count), jcp.load_block); in execute_backward_data_thr()
H A Djit_avx512_core_bf16_1x1_conv_kernel.cpp1796 const size_t grp_count = utils::div_up( in init_scratchpad() local
1808 : rnd_up((utils::div_up(jcp.load_dim, grp_count)), in init_scratchpad()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_avx512_core_bf16_1x1_convolution.cpp49 const T grp_count = utils::div_up(nthr, grp_size); in balance2D() local
54 T first_grps = nthr % grp_count; in balance2D()
61 balance211(nx, grp_count, grp, nx_start, nx_end); in balance2D()
262 const size_t grp_count = utils::div_up( in execute_forward_thr() local
266 : rnd_up((jcp.load_dim / grp_count), jcp.load_block); in execute_forward_thr()
580 const size_t grp_count = utils::div_up( in execute_backward_data_thr() local
584 : rnd_up((jcp.load_dim / grp_count), jcp.load_block); in execute_backward_data_thr()
H A Djit_avx512_core_bf16_1x1_conv_kernel.cpp1777 const size_t grp_count = utils::div_up( in init_scratchpad() local
1789 : rnd_up((utils::div_up(jcp.load_dim, grp_count)), in init_scratchpad()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/common/
H A Dfstr_setup_util.f90244 integer(kind=kint), save :: grp_count = 1 local
270 write( grp_name_s, '(a,i0,a,i0)') 'FSTR_', grp_count, '_', i
281 grp_count = grp_count + 1
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Drt_netlink.c2492 uint8_t grp_count = 0; in netlink_nexthop_change() local
2551 grp_count = netlink_nexthop_process_group( in netlink_nexthop_change()
2583 if (zebra_nhg_kernel_find(id, &nh, grp, grp_count, vrf_id, afi, in netlink_nexthop_change()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Drt_netlink.c2492 uint8_t grp_count = 0; in netlink_nexthop_change() local
2551 grp_count = netlink_nexthop_process_group( in netlink_nexthop_change()
2583 if (zebra_nhg_kernel_find(id, &nh, grp, grp_count, vrf_id, afi, in netlink_nexthop_change()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/netapp/eseries/
H A Dtest_library.py1922 grp_count = (self.library.MAX_SNAPSHOT_GROUP_COUNT -
1933 return_value=[snapshot_group] * grp_count)
1942 grp_count),