Searched refs:old (Results 1 – 11 of 11) sorted by relevance
| /spdk/lib/nvme/ |
| H A D | nvme_pcie_internal.h | 218 nvme_pcie_qpair_need_event(uint16_t event_idx, uint16_t new_idx, uint16_t old) in nvme_pcie_qpair_need_event() 220 return (uint16_t)(new_idx - event_idx) <= (uint16_t)(new_idx - old); 228 uint16_t old; in nvme_pcie_qpair_update_mmio_required() 232 old = *shadow_db; in nvme_pcie_qpair_update_mmio_required() 241 if (!nvme_pcie_qpair_need_event(*eventidx, value, old)) { in nvme_pcie_qpair_update_mmio_required() 215 nvme_pcie_qpair_need_event(uint16_t event_idx,uint16_t new_idx,uint16_t old) nvme_pcie_qpair_need_event() argument 225 uint16_t old; nvme_pcie_qpair_update_mmio_required() local
|
| /spdk/include/linux/ |
| H A D | virtio_ring.h | 193 vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) in vring_need_event() argument 200 return (__u16)(new_idx - event_idx - 1) < (__u16)(new_idx - old); in vring_need_event()
|
| /spdk/lib/trace/ |
| H A D | trace_flags.c | 277 char old[256] = {}; in _owner_set_description() local 279 assert(sizeof(old) >= g_trace_file->owner_description_size); in _owner_set_description() 283 memcpy(old, owner->description, g_trace_file->owner_description_size); in _owner_set_description() 287 "%s%s%s", old, append ? " " : "", description); in _owner_set_description()
|
| /spdk/include/spdk/ |
| H A D | tree.h | 604 struct type *child, *old, *parent, *right; \ 606 old = elm; \ 616 RB_RIGHT(old, field) = child; \ 625 RB_SET_PARENT(RB_RIGHT(old, field), elm, field);\ 627 RB_SET_PARENT(RB_LEFT(old, field), elm, field); \ 628 elm->field = old->field; \ 630 RB_SWAP_CHILD(head, old, elm, field); \ 639 return (old); \
|
| /spdk/scripts/bpf/ |
| H A D | sched.bt | 39 printf("td:%2d old:%2d new:%2d td_busy:%2d% core_busy:%2d%\n",
|
| /spdk/lib/vhost/ |
| H A D | rte_vhost_user.c | 774 struct rte_vhost_memory *old) argument 778 if (new->nregions != old->nregions) { 784 struct rte_vhost_mem_region *old_r = &old->regions[i];
|
| /spdk/doc/ |
| H A D | ssd_internals.md | 80 away old data when it is no longer needed. In this case, the software
|
| H A D | ftl.md | 100 band might contain old data that basically wastes space. As there is no way to overwrite an already
|
| H A D | concurrency.md | 147 elected to stay with plain old C.
|
| /spdk/app/fio/nvme/ |
| H A D | README.md | 163 If you use an old version of fio, make sure to provide the proper --max_open_zones value yourself.
|
| /spdk/ |
| H A D | README.md | 10 at the new location. Subscribers from the old location will not be automatically
|