Searched refs:nil_level (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/ |
H A D | bad-lock.c | 61 .blt_lock = { .nil_ent = 0, .nil_level = NVME_LOCK_L_READ }, 65 .blt_lock = { .nil_ent = 0x23, .nil_level = NVME_LOCK_L_READ }, 69 .blt_lock = { .nil_ent = INT32_MAX, .nil_level = NVME_LOCK_L_READ }, 75 .blt_lock = { .nil_ent = NVME_LOCK_E_CTRL, .nil_level = 0 }, 79 .blt_lock = { .nil_ent = NVME_LOCK_E_CTRL, .nil_level = 7 }, 83 .blt_lock = { .nil_ent = NVME_LOCK_E_CTRL, .nil_level = UINT32_MAX }, 90 .nil_level = 0 98 .nil_level = 7 106 .nil_level = UINT32_MAX 113 .nil_level = NVME_LOCK_L_READ, [all …]
|
H A D | nvme_ioctl_util.c | 41 .nil_level = NVME_LOCK_L_WRITE, 47 .nil_level = NVME_LOCK_L_READ, 54 .nil_level = NVME_LOCK_L_WRITE, 61 .nil_level = NVME_LOCK_L_READ, 185 const char *level = lockp->nil_level == NVME_LOCK_L_READ ? in nvme_ioctl_test_lock()
|
H A D | lock-order.c | 76 const char *level = lock->nil_level == NVME_LOCK_L_READ ? in lock_verify_dump() 96 if (test->lot_locks[i]->nil_level == NVME_LOCK_L_READ) { in lock_verify_write_before_read() 120 if (exp_level != res->loi_lock->nil_level) { in lock_verify_write_before_read() 125 res->loi_lock->nil_ent, res->loi_lock->nil_level, in lock_verify_write_before_read() 184 res->loi_lock->nil_ent, res->loi_lock->nil_level, in lock_verify_ctrl_before_ns() 297 const char *level = tmpl->nil_level == NVME_LOCK_L_READ ? in lock_thread()
|
H A D | basic-lock.c | 86 lock.nil_level = test->blt_level; in basic_lock_test() 135 lock.nil_level = test->blt_level; in basic_lock_test_no_ns_ctrl()
|
/illumos-gate/usr/src/uts/common/io/nvme/ |
H A D | nvme_lock.c | 466 const boolean_t is_read = req->nil_level == NVME_LOCK_L_READ; in nvme_rwlock()
|
H A D | nvme.c | 5811 .nil_level = NVME_LOCK_L_WRITE, in nvme_open() 7163 if (lock.nil_level != NVME_LOCK_L_READ && in nvme_ioctl_lock() 7164 lock.nil_level != NVME_LOCK_L_WRITE) { in nvme_ioctl_lock()
|
/illumos-gate/usr/src/lib/libnvme/common/ |
H A D | libnvme.c | 1417 lock.nil_level = level; in nvme_lock_common()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | nvme.h | 666 nvme_lock_level_t nil_level; member
|