Home
last modified time | relevance | path

Searched refs:rounds (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dsiphash.c230 int rounds; in SipRounds() local
233 rounds = ctx->rounds_compr; in SipRounds()
235 rounds = ctx->rounds_final; in SipRounds()
238 while (rounds--) { in SipRounds()
/xnu-12377.61.12/bsd/skywalk/mem/
H A Dskmem_cache.c1249 int rounds) in skmem_cpu_batch_reload() argument
1252 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_batch_reload()
1256 cp->cp_rounds = rounds; in skmem_cpu_batch_reload()
1259 cp->cp_prounds = rounds; in skmem_cpu_batch_reload()
1272 skmem_cpu_reload(struct skmem_cpu_cache *cp, struct skmem_mag *mg, int rounds) in skmem_cpu_reload() argument
1275 (cp->cp_loaded && cp->cp_rounds + rounds == cp->cp_magsize)); in skmem_cpu_reload()
1281 cp->cp_rounds = rounds; in skmem_cpu_reload()
1830 int rounds, prounds; in skmem_cache_magazine_purge() local
1843 rounds = cp->cp_rounds; in skmem_cache_magazine_purge()
1853 skmem_magazine_destroy(skm, mg, rounds); in skmem_cache_magazine_purge()
/xnu-12377.61.12/doc/allocators/
H A Dguard-objects.md220 exploit a use-after free is to perform $\mathcal{S} − \mathcal{G}$ rounds