Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/
H A Dvm_mte_compress.c373 uint32_t repeat = cmd_to_count[cmd]; in vm_mte_rle_decompress_tags() local
375 assert(repeat >= CMTE_MIN_REPEAT_IN_ONE_COMMAND && repeat <= CMTE_MAX_REPEAT_IN_ONE_COMMAND); in vm_mte_rle_decompress_tags()
379 repeat -= 1; in vm_mte_rle_decompress_tags()
381 uint32_t fill_sz = repeat / 2; in vm_mte_rle_decompress_tags()
391 if ((repeat % 2) != 0) { in vm_mte_rle_decompress_tags()
/xnu-12377.61.12/doc/vm/
H A Dpageout_scan.md99 5. If we found any actions to take in step 4, repeat Phase 2. Else, continue
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus.c260 repeat: in nxctl_close()
275 goto repeat; in nxctl_close()