/spdk/lib/env_ocf/ |
H A D | ocf_env_list.h | 134 #define _list_entry_helper(item, head, field_name) list_entry(head, typeof(*item), field_name) argument 142 #define list_for_each_entry(item, plist, field_name) \ argument 143 for (item = _list_entry_helper(item, (plist)->next, field_name); \ 144 _list_entry_helper(item, (item)->field_name.next, field_name) !=\ 145 _list_entry_helper(item, (plist)->next, field_name); \ 146 item = _list_entry_helper(item, (item)->field_name.next, field_name)) 156 #define list_for_each_entry_safe(item, q, plist, field_name) \ argument 157 for (item = _list_entry_helper(item, (plist)->next, field_name), \ 158 q = _list_entry_helper(item, (item)->field_name.next, field_name); \ 159 _list_entry_helper(item, (item)->field_name.next, field_name) != \ [all …]
|
/spdk/test/app/fuzz/common/ |
H A D | fuzz_common.h | 47 fuzz_get_value_base_64_buffer(void *item, size_t len) in fuzz_get_value_base_64_buffer() argument 61 rc = spdk_base64_encode(value_string, item, len); in fuzz_get_value_base_64_buffer() 71 fuzz_get_base_64_buffer_value(void *item, size_t len, char *buf, size_t buf_len) in fuzz_get_base_64_buffer_value() argument 91 rc = spdk_base64_decode(item, &size_of_data, new_buf); in fuzz_get_base_64_buffer_value()
|
/spdk/lib/conf/ |
H A D | conf.c | 28 struct spdk_conf_item *item; member 128 if (sp->item) { in free_conf_section() 129 free_all_conf_item(sp->item); in free_conf_section() 271 for (ip = sp->item; ip != NULL; ip = ip->next) { in find_cf_nitem() 293 if (sp->item == NULL) { in append_cf_item() 294 sp->item = ip; in append_cf_item() 298 for (last = sp->item; last->next != NULL; last = last->next) in append_cf_item()
|
/spdk/test/json_config/ |
H A D | config_filter.py | 22 """ Keep list in the same order but sort each item """ 23 return [sort_json_object(item) for item in o]
|
/spdk/doc/ |
H A D | spdk_top.md | 34 …SPDK top window shows many options for changing displayed data. Each menu item has a key associate… 45 The threads tab displays a line item for each spdk thread. The information displayed shows: 61 The pollers tab displays a line item for each poller. The information displayed shows:
|
/spdk/test/app/fuzz/vhost_fuzz/ |
H A D | vhost_fuzz.c | 498 parse_vhost_blk_cmds(void *item, struct spdk_json_val *value, size_t num_values) in parse_vhost_blk_cmds() argument 500 struct fuzz_vhost_io_ctx *io_ctx = item; in parse_vhost_blk_cmds() 550 parse_vhost_scsi_cmds(void *item, struct spdk_json_val *value, size_t num_values) in parse_vhost_scsi_cmds() argument 552 struct fuzz_vhost_io_ctx *io_ctx = item; in parse_vhost_scsi_cmds() 623 parse_vhost_scsi_mgmt_cmds(void *item, struct spdk_json_val *value, size_t num_values) in parse_vhost_scsi_mgmt_cmds() argument 625 struct fuzz_vhost_io_ctx *io_ctx = item; in parse_vhost_scsi_mgmt_cmds()
|
/spdk/test/app/fuzz/nvme_fuzz/ |
H A D | nvme_fuzz.c | 92 parse_nvme_cmd_obj(void *item, struct spdk_json_val *value, size_t num_values) in parse_nvme_cmd_obj() argument 94 struct spdk_nvme_cmd *cmd = item; in parse_nvme_cmd_obj()
|
/spdk/test/app/fuzz/iscsi_fuzz/ |
H A D | iscsi_fuzz.c | 94 fuzz_get_value_base_64_buffer(void *item, size_t len) in fuzz_get_value_base_64_buffer() argument 108 rc = spdk_base64_encode(value_string, item, len); in fuzz_get_value_base_64_buffer()
|
/spdk/scripts/perf/nvmf/ |
H A D | run_nvmf.py | 909 section_local_numa = sorted(numa_stats.items(), key=lambda item: item[1], reverse=True)[0][0]
|
/spdk/test/accel/ |
H A D | bib | 4778 %T Modelling degrees of item interest for a general database query system
|