Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 121) sorted by relevance

12345

/spdk/include/spdk/
H A Dtree.h73 #define SPLAY_HEAD(name, type) \ argument
85 #define SPLAY_ENTRY(type) \ argument
130 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
172 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
307 #define RB_HEAD(name, type) \ argument
319 #define RB_ENTRY(type) \ argument
412 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
414 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument
416 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
427 #define RB_PROTOTYPE_INSERT_COLOR(name, type, attr) \ argument
[all …]
H A Dqueue_extras.h128 #define STAILQ_HEAD(name, type) \ argument
159 #define STAILQ_LAST(head, type, field) \ argument
171 #define STAILQ_SWAP(head1, head2, type) do { \ argument
187 #define LIST_HEAD(name, type) \ argument
195 #define LIST_ENTRY(type) \ argument
251 #define LIST_PREV(elm, head, type, field) \ argument
255 #define LIST_SWAP(head1, head2, type, field) do { \ argument
268 #define SLIST_SWAP(head1, head2, type) do { \ argument
355 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
H A Dnotify.h28 char type[SPDK_NOTIFY_MAX_NAME_SIZE]; member
H A Dbdev_zone.h60 enum spdk_bdev_zone_type type; member
H A Djson.h67 enum spdk_json_val_type type; member
/spdk/lib/ftl/base/
H A Dftl_base_dev.c31 ftl_base_device_valid(const struct ftl_base_device_type *type) in ftl_base_device_valid()
37 ftl_base_device_register(struct ftl_base_device_type *type) in ftl_base_device_register()
60 struct ftl_base_device_type *type; in ftl_base_device_get_type_by_bdev() local
/spdk/lib/ftl/nvc/
H A Dftl_nvc_dev.c30 ftl_nv_cache_device_valid(const struct ftl_nv_cache_device_type *type) in ftl_nv_cache_device_valid()
36 ftl_nv_cache_device_register(struct ftl_nv_cache_device_type *type) in ftl_nv_cache_device_register()
59 const struct ftl_nv_cache_device_type *type = NULL; in ftl_nv_cache_device_get_type_by_bdev() local
/spdk/lib/notify/
H A Dnotify.c30 spdk_notify_type_register(const char *type) in spdk_notify_type_register() argument
64 spdk_notify_type_get_name(const struct spdk_notify_type * type) spdk_notify_type_get_name() argument
85 spdk_notify_send(const char * type,const char * ctx) spdk_notify_send() argument
[all...]
H A Dnotify_rpc.c16 notify_get_types_cb(const struct spdk_notify_type *type, void *ctx) in notify_get_types_cb()
/spdk/lib/ftl/mngt/
H A Dftl_mngt_bdev.c37 base_bdev_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, void *event_ctx) in base_bdev_event_cb()
161 nv_cache_bdev_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, void *event_ctx) in nv_cache_bdev_event_cb()
H A Dftl_mngt_md.c34 is_buffer_needed(enum ftl_layout_region_type type) in is_buffer_needed() argument
151 persist(struct spdk_ftl_dev * dev,struct ftl_mngt_process * mngt,enum ftl_layout_region_type type) persist() argument
212 restore(struct spdk_ftl_dev * dev,struct ftl_mngt_process * mngt,enum ftl_layout_region_type type) restore() argument
[all...]
/spdk/test/app/fuzz/vhost_fuzz/
H A Dexample.json55 "type": 3, number
73 "type": 3, number
91 "type": 2, number
/spdk/lib/ftl/utils/
H A Dftl_layout_tracker_bdev.h17 uint32_t type; member
H A Dftl_log.h12 #define FTL_LOG_COMMON(type, dev, format, ...) \ argument
/spdk/module/accel/error/
H A Daccel_error.h19 enum accel_error_inject_type type; member
H A Daccel_error_rpc.c40 enum accel_error_inject_type *type = out; in rpc_accel_error_decode_type() local
/spdk/module/blobfs/bdev/
H A Dblobfs_bdev.c26 blobfs_bdev_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, in blobfs_bdev_event_cb()
241 blobfs_bdev_fuse_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, in blobfs_bdev_fuse_event_cb()
/spdk/lib/iscsi/
H A Dparam.h31 int type; member
H A Dparam.c102 const char *val, const char *list, int type) in iscsi_param_add()
398 int type; member
900 int type; in iscsi_negotiate_params() local
/spdk/lib/ftl/
H A Dftl_writer.c13 uint64_t limit, enum ftl_band_type type) in ftl_writer_init()
H A Dftl_trace.h46 #define ftl_trace_completion(dev, io, type) argument
/spdk/module/bdev/split/
H A Dvbdev_split_rpc.c26 dummy_bdev_event_cb(enum spdk_bdev_event_type type, struct spdk_bdev *bdev, void *ctx) in dummy_bdev_event_cb()
/spdk/lib/ftl/upgrade/
H A Dftl_trim_upgrade.c46 uint32_t type) in v0_to_v1_upgrade_setup_ctx()
H A Dftl_p2l_upgrade.c44 v2_upgrade_setup_ctx(struct spdk_ftl_dev *dev, struct ftl_layout_upgrade_ctx *lctx, uint32_t type) in v2_upgrade_setup_ctx()
H A Dftl_chunk_upgrade.c58 uint32_t type) in v1_to_v2_upgrade_setup_ctx()

12345