Searched refs:smr_poll (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | smr.h | 225 bool smr_poll(smr_t smr, smr_seq_t goal, bool wait); 240 return (smr_poll(smr, goal, true)); in smr_wait()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smr.c | 478 smr_poll(smr_t smr, smr_seq_t goal, bool wait) in smr_poll() function
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 663 if (!smr_poll(zone->uz_smr, bucket->ub_seq, false)) in zone_fetch_bucket() 897 !smr_poll(zone->uz_smr, zdom->uzd_seq, false)) in cache_fetch_bucket()
|