Home
last modified time | relevance | path

Searched refs:quick (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/doc/primitives/
H A Dstring-handling.md197 `tsnprintf` or `strbufcpy` once. As a quick reference, with -fbounds-safety
/xnu-12377.61.12/doc/observability/
H A Dcoalitions.md23 …, have a short/pretty name passed into `DEVELOPMENT` kernels. This is for quick debugging of threa…
/xnu-12377.61.12/doc/vm/
H A Dfreezer.md28 …simply mapped into the same process in multiple places though, so we do a quick forward scan in th…
/xnu-12377.61.12/doc/scheduler/
H A Dsched_clutch_edge.md7 … and efficient. It needs to deliver on a wide range of requirements; from quick access to CPU for …
95 …g to the same thread group and scheduling bucket, this algorithm provides quick CPU access for lat…
/xnu-12377.61.12/bsd/net/
H A Dpf.c3158 int quick = 0; in pf_step_out_of_anchor() local
3190 quick = f->r->quick; in pf_step_out_of_anchor()
3195 return quick; in pf_step_out_of_anchor()
5361 if ((*rm)->quick) { in pf_test_rule()
6377 if ((*rm)->quick) { in pf_test_dummynet()
6559 if ((*rm)->quick) { in pf_test_fragment()
H A Dpfvar.h761 u_int8_t quick; member
H A Dpf_ioctl.c1094 PF_MD5_UPD(rule, quick); in pf_hash_rule()