Home
last modified time | relevance | path

Searched defs:goal (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dsmr.c377 __smr_rd_advance(smr_t smr, smr_seq_t goal, smr_seq_t rd_seq) in __smr_rd_advance()
395 __smr_scan(smr_t smr, smr_seq_t goal, smr_clock_t clk, bool wait) in __smr_scan()
496 __smr_poll(smr_t smr, smr_seq_t goal, bool wait) in __smr_poll()
556 smr_poll(smr_t smr, smr_seq_t goal) in smr_poll()
563 smr_wait(smr_t smr, smr_seq_t goal) in smr_wait()
H A Dsmr.h780 #define smr_global_poll(goal) smr_poll(&smr_system, goal) argument
781 #define smr_global_wait(goal) smr_wait(&smr_system, goal) argument
/xnu-8796.121.2/bsd/net/
H A Dpf_norm.c374 int goal; in pf_flush_fragments() local