Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 7 of 7) sorted by relevance

/spdk/lib/ftl/utils/
H A Dftl_property.c53 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 Dtrace.py488 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 Dftl_core.h69 /* 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 Dssd_internals.md11 very high level, this media has a few important properties:
H A Dmemory.md38 PRP list, memory must have the following properties:
H A Dbdev_module.md32 The spdk_bdev_module structure describes the module properties like
H A Dconcurrency.md17 properties: