Home
last modified time | relevance | path

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

/xnu-11417.121.6/doc/primitives/
H A Dstring-handling.md197 `tsnprintf` or `strbufcpy` once. As a quick reference, with -fbounds-safety
/xnu-11417.121.6/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-11417.121.6/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-11417.121.6/bsd/net/
H A Dpf.c3155 int quick = 0; in pf_step_out_of_anchor() local
3187 quick = f->r->quick; in pf_step_out_of_anchor()
3192 return quick; in pf_step_out_of_anchor()
5358 if ((*rm)->quick) { in pf_test_rule()
6374 if ((*rm)->quick) { in pf_test_dummynet()
6556 if ((*rm)->quick) { in pf_test_fragment()
H A Dpfvar.h761 u_int8_t quick; member
H A Dpf_ioctl.c1093 PF_MD5_UPD(rule, quick); in pf_hash_rule()