MCPcopy Create free account
hub / github.com/F-Stack/f-stack / smr_wait

Function smr_wait

freebsd/sys/smr.h:236–241  ·  view source on GitHub ↗

* Blocking wait for all readers to observe 'goal'. */

Source from the content-addressed store, hash-verified

234 * Blocking wait for all readers to observe 'goal'.
235 */
236static inline bool
237smr_wait(smr_t smr, smr_seq_t goal)
238{
239
240 return (smr_poll(smr, goal, true));
241}
242
243/*
244 * Synchronize advances the write sequence and returns when all

Callers 4

smr_synchronizeFunction · 0.85
pmap_invalidate_eptFunction · 0.85
smr_default_advanceFunction · 0.85
bucket_drainFunction · 0.85

Calls 1

smr_pollFunction · 0.85

Tested by

no test coverage detected