Searched refs:probe_mx (Results 1 – 4 of 4) sorted by relevance
916 #define PROBE_MX(p) p->probe_mx934 kmutex_t *probe_mx; member
2551 p->probe_mx = NULL; in raid_admin_ioctl()2604 if (p->probe_mx != NULL) { in raid_admin_ioctl()2606 kmem_free(p->probe_mx, sizeof (kmutex_t)); in raid_admin_ioctl()
2737 p->probe_mx = NULL; in mirror_admin_ioctl()2791 if (p->probe_mx != NULL) { in mirror_admin_ioctl()2793 kmem_free(p->probe_mx, sizeof (kmutex_t)); in mirror_admin_ioctl()
3365 p->probe_mx = kmem_alloc(sizeof (kmutex_t), KM_SLEEP); in md_init_probereq()