code wiki / _hdl_build / nx_poolgov_gate.nx
nx_poolgov_gate.nx
buildroot/runtime/_hdl_build/nx_poolgov_gate.nx
about
nx_poolgov_gate.nx -- proves runtime/nx_poolgov.nx, the copy that is ACTUALLY WIRED INTO PRODUCTION.
WHY THIS EXISTS SEPARATELY FROM nx_poolwidth_gate: the pw_* twin is 18/18 GREEN, but nx_torrent_get
imports the pg_* copy, which differs in exactly two places that were NEVER gated -- the INLINED dirent64
accessors (nx_proc_ctl lives only in _hdl_build, unreachable from the primitive layer) and the INLINED
loadavg parse. Promoting a live BitTorrent client on 'the other copy passed' is the deploy-blind rule.
T17/T18 are the whole reason this file exists: they cover exactly the deltas.
license_tier: ORIGINAL expect_exit: 0 No hw writes (Rule 26).
dependencies 2 imports · 0 importers
imports: nx_poolgov.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 12 | const PGG_BUDGET: i64 = 32 |
| 13 | const PGG_INSTANCES: i64 = 9 |
| 14 | const PGG_TODAY: i64 = 32 |
| 15 | const PGG_TODAY_AGG: i64 = 288 |
| 16 | const PGG_QUIET: i64 = 400 |
| 17 | const PGG_MEASURED: i64 = 1172 |
| 18 | const PGG_2X: i64 = 1600 |
| 19 | const PGG_CEIL: i64 = 800 |
| 20 | const PGG_WMIN: i64 = 2 |
| 21 | const PGG_WMAX: i64 = 32 |
| 22 | const PGG_DBUF: i64 = 128 |
| 23 | const PGG_SANE_LOAD: i64 = 100000 |
functions
| 25 | func pgg_eq(a: i64, b: i64) -> i64 { if a == b { return 1 } return 0 } called by 1: main |
| 26 | func pgg_ge(a: i64, b: i64) -> i64 { if a >= b { return 1 } return 0 } called by 1: main |
| 28 | func main() -> i64 |