Home
last modified time | relevance | path

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

/freebsd/sys/compat/linsysfs/
H A Dlinsysfs_net.c50 static uint32_t net_latch_count = 0; variable
67 if (net_latch_count++ > 0) in linsysfs_net_latch_hold()
68 mtx_sleep(&net_latch_count, &net_latch_mtx, PDROP, "lsfnet", 0); in linsysfs_net_latch_hold()
78 if (--net_latch_count > 0) in linsysfs_net_latch_rele()
79 wakeup_one(&net_latch_count); in linsysfs_net_latch_rele()