Home
last modified time | relevance | path

Searched refs:pool_cnt (Results 1 – 25 of 35) sorted by relevance

12

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/burst_buffer/common/
H A Dburst_buffer_common.c221 for (i = 0; i < config_ptr->pool_cnt; i++) in bb_clear_config()
224 config_ptr->pool_cnt = 0; in bb_clear_config()
226 for (i = 0; i < config_ptr->pool_cnt; i++) in bb_clear_config()
495 uint32_t pool_cnt; in bb_load_config() local
614 pool_cnt = _atoi(colon + 1); in bb_load_config()
616 pool_cnt = 1; in bb_load_config()
620 (state_ptr->bb_config.pool_cnt + 1)); in bb_load_config()
626 avail_space = pool_cnt; in bb_load_config()
627 state_ptr->bb_config.pool_cnt++; in bb_load_config()
1303 if (i >= state_ptr->bb_config.pool_cnt) in bb_limit_add()
[all …]
H A Dburst_buffer_common.h79 uint32_t pool_cnt; /* Count of records in pool_ptr */ member
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/test/
H A Dtsx_basic_test.c163 pj_size_t pool_cnt; member
168 st->pool_cnt = caching_pool.used_count; in save_tsx_test_state()
173 if (caching_pool.used_count > st->pool_cnt) in check_tsx_test_state()
/dports/security/clamav-lts/clamav-0.103.5/clamd/
H A Dthrmgr.c200 unsigned cnt, pool_cnt = 0; in thrmgr_printstats() local
281 pool_cnt++; in thrmgr_printstats()
305 mem_heap, mem_mmap, mem_used, mem_free, mem_releasable, pool_cnt, in thrmgr_printstats()
309 pool_cnt, pool_used / (1024 * 1024.0), pool_total / (1024 * 1024.0)); in thrmgr_printstats()
/dports/security/clamav/clamav-0.104.2/clamd/
H A Dthrmgr.c200 unsigned cnt, pool_cnt = 0; in thrmgr_printstats() local
281 pool_cnt++; in thrmgr_printstats()
305 mem_heap, mem_mmap, mem_used, mem_free, mem_releasable, pool_cnt, in thrmgr_printstats()
309 pool_cnt, pool_used / (1024 * 1024.0), pool_total / (1024 * 1024.0)); in thrmgr_printstats()
/dports/games/nethack33/nethack-3.3.1/src/
H A Ddig.c402 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
407 pool_cnt++;
416 pool_cnt /= 3; /* not as much liquid as the others */
418 if (lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
422 else if (pool_cnt > 0 && rn2(pool_cnt + 1))
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Ddig.c402 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
407 pool_cnt++;
416 pool_cnt /= 3; /* not as much liquid as the others */
418 if (lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
422 else if (pool_cnt > 0 && rn2(pool_cnt + 1))
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Ddig.c402 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
407 pool_cnt++;
416 pool_cnt /= 3; /* not as much liquid as the others */
418 if (lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
422 else if (pool_cnt > 0 && rn2(pool_cnt + 1))
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddig.c452 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
457 pool_cnt++;
466 pool_cnt /= 3; /* not as much liquid as the others */
468 if (lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
472 else if (pool_cnt > 0 && rn2(pool_cnt + 1))
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddig.c452 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
457 pool_cnt++;
466 pool_cnt /= 3; /* not as much liquid as the others */
468 if (lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
472 else if (pool_cnt > 0 && rn2(pool_cnt + 1))
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddig.c452 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
457 pool_cnt++;
466 pool_cnt /= 3; /* not as much liquid as the others */
468 if (lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
472 else if (pool_cnt > 0 && rn2(pool_cnt + 1))
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddig.c494 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
499 pool_cnt++;
508 pool_cnt /= 3; /* not as much liquid as the others */
510 if (lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
514 else if (pool_cnt > 0 && rn2(pool_cnt + 1))
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddig.c489 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0, swamp_cnt = 0; local
495 pool_cnt++;
508 pool_cnt /= 3; /* not as much liquid as the others */
510 if (lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
514 else if (pool_cnt > 0 && rn2(pool_cnt + 1))
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddig.c452 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
457 pool_cnt++;
466 pool_cnt /= 3; /* not as much liquid as the others */
468 if (lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
472 else if (pool_cnt > 0 && rn2(pool_cnt + 1))
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddig.c542 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; in fillholetyp() local
551 pool_cnt++; in fillholetyp()
556 pool_cnt /= 3; /* not as much liquid as the others */ in fillholetyp()
558 if ((lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1)) in fillholetyp()
563 else if ((pool_cnt > 0 && rn2(pool_cnt + 1)) || (pool_cnt && fill_if_any)) in fillholetyp()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddig.c511 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
520 pool_cnt++;
525 pool_cnt /= 3; /* not as much liquid as the others */
527 if ((lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
532 else if ((pool_cnt > 0 && rn2(pool_cnt + 1)) || (pool_cnt && fill_if_any))
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddig.c511 int pool_cnt = 0, moat_cnt = 0, lava_cnt = 0; local
520 pool_cnt++;
525 pool_cnt /= 3; /* not as much liquid as the others */
527 if ((lava_cnt > moat_cnt + pool_cnt && rn2(lava_cnt + 1))
532 else if ((pool_cnt > 0 && rn2(pool_cnt + 1)) || (pool_cnt && fill_if_any))
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1133 for (pool_id = 0; pool_id < pfvf->hw.pool_cnt; pool_id++) { in otx2_aura_pool_free()
1382 if (!hw->pool_cnt) in otx2_config_npa()
1385 qset->pool = devm_kcalloc(pfvf->dev, hw->pool_cnt, in otx2_config_npa()
1396 npalf->nr_pools = hw->pool_cnt; in otx2_config_npa()
1397 aura_cnt = ilog2(roundup_pow_of_two(hw->pool_cnt)); in otx2_config_npa()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1133 for (pool_id = 0; pool_id < pfvf->hw.pool_cnt; pool_id++) { in otx2_aura_pool_free()
1382 if (!hw->pool_cnt) in otx2_config_npa()
1385 qset->pool = devm_kcalloc(pfvf->dev, hw->pool_cnt, in otx2_config_npa()
1396 npalf->nr_pools = hw->pool_cnt; in otx2_config_npa()
1397 aura_cnt = ilog2(roundup_pow_of_two(hw->pool_cnt)); in otx2_config_npa()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1133 for (pool_id = 0; pool_id < pfvf->hw.pool_cnt; pool_id++) { in otx2_aura_pool_free()
1382 if (!hw->pool_cnt) in otx2_config_npa()
1385 qset->pool = devm_kcalloc(pfvf->dev, hw->pool_cnt, in otx2_config_npa()
1396 npalf->nr_pools = hw->pool_cnt; in otx2_config_npa()
1397 aura_cnt = ilog2(roundup_pow_of_two(hw->pool_cnt)); in otx2_config_npa()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dburst_buffer_info.c332 for (i = 0; i < burst_buffer_ptr->pool_cnt; i++) { in slurm_print_burst_buffer_record()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_ttf.c1080 _Thread_local static size_t pool_cnt; variable
1088 if (pool_cnt < len){ in size_upool()
1091 pool_cnt = len + 1; in size_upool()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_ttf.c1080 _Thread_local static size_t pool_cnt; variable
1088 if (pool_cnt < len){ in size_upool()
1091 pool_cnt = len + 1; in size_upool()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/
H A Darcan_ttf.c1080 _Thread_local static size_t pool_cnt; variable
1088 if (pool_cnt < len){ in size_upool()
1091 pool_cnt = len + 1; in size_upool()
/dports/x11/aclip/arcan-0.6.1/src/engine/
H A Darcan_ttf.c1080 _Thread_local static size_t pool_cnt; variable
1088 if (pool_cnt < len){ in size_upool()
1091 pool_cnt = len + 1; in size_upool()

12