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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Darc_impl.h183 kmutex_t b_freeze_lock; member in struct:l1arc_buf_hdr
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Darc.c1155 mutex_init(&hdr->b_l1hdr.b_freeze_lock, NULL, MUTEX_DEFAULT, NULL);
1201 mutex_destroy(&hdr->b_l1hdr.b_freeze_lock);
1390 mutex_enter(&hdr->b_l1hdr.b_freeze_lock);
1395 mutex_exit(&hdr->b_l1hdr.b_freeze_lock);
1437 mutex_enter(&hdr->b_l1hdr.b_freeze_lock);
1440 mutex_exit(&hdr->b_l1hdr.b_freeze_lock);
1447 mutex_exit(&hdr->b_l1hdr.b_freeze_lock);
1495 mutex_enter(&hdr->b_l1hdr.b_freeze_lock);
1497 mutex_exit(&hdr->b_l1hdr.b_freeze_lock);
1507 mutex_exit(&hdr->b_l1hdr.b_freeze_lock);
[all...]

Completed in 160 milliseconds