Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.81.4/bsd/netkey/
H A Dkey.c1188 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 Dtimer_call.c2172 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 Dfreezer.md17 `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 Dmemorystatus_kills.md86 Zalloc has run out of VA. If the zone allocator is able to find a good candidate process to kill, i…
H A Dpageout_scan.md127 We must now choose a "victim" page to attempt to reclaim. If a candidate page
/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c577 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 DIOService.h1717 bool startCandidate( IOService * candidate );
/xnu-12377.81.4/doc/scheduler/
H A Dsched_clutch_edge.md288 …selection scheme rotates the offset at which it begins the search for a candidate CPU of the oppos…