Searched refs:candidate (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.81.4/bsd/netkey/ |
| H A D | key.c | 1188 struct secasvar *sav, *nextsav, *candidate, *natt_candidate, *no_natt_candidate, *d; in key_do_allocsa_policy() local 1193 candidate = NULL; in key_do_allocsa_policy() 1224 candidate = natt_candidate; in key_do_allocsa_policy() 1231 candidate = no_natt_candidate; in key_do_allocsa_policy() 1238 if (candidate->lft_c == NULL || sav->lft_c == NULL) { in key_do_allocsa_policy() 1245 if (candidate->lft_c->sadb_lifetime_addtime > in key_do_allocsa_policy() 1258 if (candidate->lft_c->sadb_lifetime_addtime < in key_do_allocsa_policy() 1260 d = candidate; in key_do_allocsa_policy() 1285 candidate = no_natt_candidate; in key_do_allocsa_policy() 1287 candidate = natt_candidate; in key_do_allocsa_policy() [all …]
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | timer_call.c | 2172 uint64_t candidate = in running_timers_deadline() local 2174 if (candidate != 0 && candidate < deadline) { in running_timers_deadline() 2175 deadline = candidate; in running_timers_deadline()
|
| /xnu-12377.81.4/doc/vm/ |
| H A D | freezer.md | 17 `memorystatus_freeze_top_process` is responsible for finding and freezing a candidate process. Only… 68 …es before doing re-freezes. Once the freezer is full or we have no more candidate processes we wil…
|
| H A D | memorystatus_kills.md | 86 Zalloc has run out of VA. If the zone allocator is able to find a good candidate process to kill, i…
|
| H A D | pageout_scan.md | 127 We must now choose a "victim" page to attempt to reclaim. If a candidate page
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | ubc_subr.c | 577 const CS_CodeDirectory *candidate = (const CS_CodeDirectory *)subBlob; in cs_validate_csblob() local 578 if ((error = cs_validate_codedirectory(candidate, subLength)) != 0) { in cs_validate_csblob() 581 unsigned int rank = hash_rank(candidate); in cs_validate_csblob() 583 …printf("CodeDirectory type %d rank %d at slot 0x%x index %d\n", candidate->hashType, (int)rank, (i… in cs_validate_csblob() 586 best_cd = candidate; in cs_validate_csblob()
|
| /xnu-12377.81.4/iokit/IOKit/ |
| H A D | IOService.h | 1717 bool startCandidate( IOService * candidate );
|
| /xnu-12377.81.4/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 288 …selection scheme rotates the offset at which it begins the search for a candidate CPU of the oppos…
|