Home
last modified time | relevance | path

Searched refs:AGE_LOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/age/
H A Dif_age.c282 AGE_LOCK(sc); in age_mediastatus()
303 AGE_LOCK(sc); in age_mediachange()
672 AGE_LOCK(sc); in age_detach()
1383 AGE_LOCK(sc); in age_setwol()
1434 AGE_LOCK(sc); in age_suspend()
1450 AGE_LOCK(sc); in age_resume()
1703 AGE_LOCK(sc); in age_start()
1806 AGE_LOCK(sc); in age_ioctl()
1816 AGE_LOCK(sc); in age_ioctl()
1835 AGE_LOCK(sc); in age_ioctl()
[all …]
H A Dif_agevar.h245 #define AGE_LOCK(_sc) mtx_lock(&(_sc)->age_mtx) macro