Searched refs:schedule (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | ah.h | 95 int (*schedule)(const struct ah_algorithm *, struct secasvar *); member
|
| H A D | esp_core.c | 170 .schedule = esp_des_schedule, 191 .schedule = esp_3des_schedule, 212 .schedule = NULL, 233 .schedule = esp_aes_schedule, 254 .schedule = esp_gcm_schedule, 275 .schedule = esp_chachapoly_schedule, 371 if (!algo->schedule || !algo->schedlen) { in esp_schedule() 390 error = (*algo->schedule)(algo, sav); in esp_schedule()
|
| H A D | esp.h | 134 int (*schedule)(const struct esp_algorithm *, struct secasvar *); member
|
| H A D | ah_core.c | 240 if (algo->schedule == NULL || algo->schedlen == NULL) { in ah_schedule() 260 error = (*algo->schedule)(algo, sav); in ah_schedule()
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | tcp_timer.c | 2368 goto schedule; in tcp_sched_timers() 2406 goto schedule; in tcp_sched_timers() 2409 goto schedule; in tcp_sched_timers() 2415 schedule: in tcp_sched_timers()
|
| /xnu-10063.141.1/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 55 …ghest clutch buckets of both buckets; if the Above UI bucket is higher, schedule it immediately, o… 74 …this level of the algorithm is trying to find the best clutch bucket to schedule on each root hier…
|
| /xnu-10063.141.1/iokit/DriverKit/ |
| H A D | IOService.iig | 323 …* The best way by far to handle this is to change how you schedule your time-critical DMA ope…
|