Searched refs:properties (Results 1 – 7 of 7) sorted by relevance
| /spdk/lib/ftl/utils/ |
| H A D | ftl_property.c | 53 get_property(struct ftl_properties *properties, const char *name) in get_property() argument 57 LIST_FOREACH(entry, &properties->list, entry) { in get_property() 76 struct ftl_properties *properties = dev->properties; in ftl_property_register() local 78 if (get_property(properties, name)) { in ftl_property_register() 97 LIST_INSERT_HEAD(&properties->list, prop, entry); in ftl_property_register() 104 dev->properties = calloc(1, sizeof(*dev->properties)); in ftl_properties_init() 105 if (!dev->properties) { in ftl_properties_init() 109 LIST_INIT(&dev->properties->list); in ftl_properties_init() 116 struct ftl_properties *properties = dev->properties; in ftl_properties_deinit() local 119 if (!properties) { in ftl_properties_deinit() [all …]
|
| /spdk/scripts/bpf/ |
| H A D | trace.py | 488 properties: dict = field(default_factory=dict) variable in SPDKObject.Lifetime 558 properties={'ptr': hex(dprobe.args['qpair']), 563 obj.properties[prop] = other.args[prop] 572 return {'qpair': obj.properties}
|
| /spdk/lib/ftl/ |
| H A D | ftl_core.h | 69 /* Cached properties of the underlying device */ 210 /* FTL properties which can be configured by user */ 211 struct ftl_properties *properties; 204 struct ftl_properties *properties; global() member
|
| /spdk/doc/ |
| H A D | ssd_internals.md | 11 very high level, this media has a few important properties:
|
| H A D | memory.md | 38 PRP list, memory must have the following properties:
|
| H A D | bdev_module.md | 32 The spdk_bdev_module structure describes the module properties like
|
| H A D | concurrency.md | 17 properties:
|