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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h443 * maped in. ps_mapin_mx protect ps_mapin. The protocol for usage is
446 * 2) aquire the ps_mapin_mx
450 * 6) drop ps_mapin_mx
467 kmutex_t ps_mapin_mx; /* protects ps_mapin */ member in struct:md_raidps
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c461 mutex_init(&((md_raidps_t *)p)->ps_mapin_mx,
479 mutex_destroy(&((md_raidps_t *)p)->ps_mapin_mx);
1453 mutex_enter(&ps->ps_mapin_mx);
1456 mutex_exit(&ps->ps_mapin_mx);
1466 mutex_exit(&ps->ps_mapin_mx);

Completed in 66 milliseconds