Searched refs:range_sync (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/hastd/
H A Dprimary.c253 static struct rangelocks *range_sync; variable in typeref:struct:rangelocks
542 if (rangelock_init(&range_sync) == -1)
1325 if (rangelock_islocked(range_sync,
2087 if (rangelock_add(range_sync, offset, length) == -1) {
2203 rangelock_del(range_sync, offset, length);

Completed in 60 milliseconds