Home
last modified time | relevance | path

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

/xnu-10063.141.1/doc/primitives/
H A Dstring-handling.md126 `tsnprintf` or `strbufcpy` once. As a quick reference, with -fbounds-safety
/xnu-10063.141.1/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-10063.141.1/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-10063.141.1/bsd/net/
H A Dpf.c3174 int quick = 0; in pf_step_out_of_anchor() local
3206 quick = f->r->quick; in pf_step_out_of_anchor()
3211 return quick; in pf_step_out_of_anchor()
5377 if ((*rm)->quick) { in pf_test_rule()
6394 if ((*rm)->quick) { in pf_test_dummynet()
6576 if ((*rm)->quick) { in pf_test_fragment()
H A Dpfvar.h750 u_int8_t quick; member
H A Dpf_ioctl.c1094 PF_MD5_UPD(rule, quick); in pf_hash_rule()