Home
last modified time | relevance | path

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

/freebsd/sys/compat/linsysfs/
H A Dlinsysfs_net.c51 static struct mtx net_latch_mtx; variable
52 MTX_SYSINIT(net_latch_mtx, &net_latch_mtx, "lsfnet", MTX_DEF);
66 mtx_lock(&net_latch_mtx); in linsysfs_net_latch_hold()
68 mtx_sleep(&net_latch_count, &net_latch_mtx, PDROP, "lsfnet", 0); in linsysfs_net_latch_hold()
70 mtx_unlock(&net_latch_mtx); in linsysfs_net_latch_hold()
77 mtx_lock(&net_latch_mtx); in linsysfs_net_latch_rele()
80 mtx_unlock(&net_latch_mtx); in linsysfs_net_latch_rele()