| /spdk/scripts/bpf/ |
| H A D | intr-wakeups.bt | 14 printf("%llums: %s is off-cpu\n", elapsed / 1000000, comm); 16 @off = 1; 24 @off == 1 && 33 @off = 0; 37 usdt:__EXE__:spdk:timerfd_exec /@off == 1/ 41 @off = 0; 45 usdt:__EXE__:spdk:msg_exec /@off == 1/ 49 @off = 0; 53 usdt:__EXE__:spdk:event_exec /@off == 1/ 58 @off = 0;
|
| H A D | trace.py | 461 def get_us(tsc, off): argument 462 return ((tsc - off) * 10 ** 6) / self._provider.tsc_rate()
|
| /spdk/module/bdev/ocf/ |
| H A D | ctx.c | 202 uint32_t off = 0; in vbdev_ocf_ctx_data_seek() local 206 off = MIN(offset, d->size); in vbdev_ocf_ctx_data_seek() 207 d->seek = off; in vbdev_ocf_ctx_data_seek() 210 off = MIN(offset, d->size - d->seek); in vbdev_ocf_ctx_data_seek() 211 d->seek += off; in vbdev_ocf_ctx_data_seek() 215 return off; in vbdev_ocf_ctx_data_seek()
|
| H A D | volume.c | 58 size_t off; in vbdev_ocf_volume_io_set_data() 60 off = *offset; in vbdev_ocf_volume_io_set_data() 63 if (off < iovs[i].iov_len) { in vbdev_ocf_volume_io_set_data() 64 *offset = off; in vbdev_ocf_volume_io_set_data() 67 off -= iovs[i].iov_len; in vbdev_ocf_volume_io_set_data() 99 size_t off; get_starting_vec() local
|
| /spdk/test/unit/lib/blob/blob.c/ |
| H A D | esnap_dev.c | 143 uint32_t off, i, j, lba; in ut_esnap_content_is_correct() local 146 for (off = start_byte; off < start_byte + buf_sz; off += esnap_blksz) { in ut_esnap_content_is_correct() 147 lba = off / esnap_blksz; in ut_esnap_content_is_correct()
|
| /spdk/test/nvmf/target/ |
| H A D | perf_adq.sh | 23 # ADQ driver turns on this switch by default, we need to turn it off for SPDK testing 24 "${NVMF_TARGET_NS_CMD[@]}" ethtool --set-priv-flags $NVMF_TARGET_INTERFACE channel-pkt-inspect-optimize off
|
| /spdk/doc/ |
| H A D | system_configuration.md | 15 To disable the IOMMU or place it into passthrough mode, add `intel_iommu=off` 16 or `amd_iommu=off` or `intel_iommu=on iommu=pt` to the GRUB command line on
|
| H A D | backporting.md | 32 * footer should be stripped off of lines containing `Reviewed-by` and `Tested-by`, 41 * Signed-off-by of the original patch author.
|
| H A D | iscsi.md | 251 [630112.125926] sd 68:0:0:0: [sdd] Write Protect is off 257 [630112.127566] sd 68:0:0:1: [sde] Write Protect is off
|
| H A D | concurrency.md | 48 on a small set of data sitting in its local cache and then hand off a small
|
| H A D | two.min.js | 72 …s._events={});(this._events[a]||(this._events[a]=[])).push(c);return this},off:function(a,c){if(!t… 73 …bj=a;g.name=c;g.callback=f;a.on(c,g)}return this},ignore:function(a,c,f){a.off(c,f);return this}}}… 74 p.Utils.Events.on;p.Utils.Events.unbind=p.Utils.Events.off;var C=function(a,c,f){switch(f.length){c… 98 …,arguments);m.extend(this,h)};c.Anchor.prototype.unbind=c.Anchor.prototype.off=function(){c.Vector… method in c.Anchor
|
| /spdk/lib/ublk/ |
| H A D | ublk.c | 250 sqe->off = opc; in ublk_set_sqe_cmd_op() 1573 sqe->off = 0; in ublk_dev_queue_init() 1583 unsigned long off; in ublk_dev_queue_init() 1586 off = UBLKSRV_CMD_BUF_OFFSET + in ublk_dev_queue_init() 1589 MAP_SHARED | MAP_POPULATE, ublk->cdev_fd, off); in ublk_dev_queue_init() 1567 unsigned long off; ublk_dev_queue_init() local
|
| /spdk/module/bdev/raid/ |
| H A D | raid5f.c | 535 size_t off = raid_io_iov_offset; in raid5f_stripe_request_map_iovecs() local 540 off += raid_io->iovs[i].iov_len; in raid5f_stripe_request_map_iovecs() 541 if (off >= raid_io_offset + len) { in raid5f_stripe_request_map_iovecs()
|
| /spdk/ |
| H A D | README.md | 136 Boolean (on/off) options are configured with a 'y' (yes) or 'n' (no). For 182 options (i.e. debug builds) that you wish to turn on and off frequently.
|
| /spdk/scripts/vagrant/ |
| H A D | Vagrantfile | 166 fdp_enable = "#{fdp[0] != nil && fdp[0] != '' ? fdp[0] : 'off'}" 277 …"--name", "nvme", "--add", "pcie", "--controller", "NVMe", "--portcount", "1", "--bootable", "off"]
|
| /spdk/test/accel/ |
| H A D | bib | 3030 %T The depth/breadth trade-off in the design of menu-driven user interfaces
|