Searched refs:label_id (Results 1 – 8 of 8) sorted by relevance
| /drivers/nvdimm/ |
| A D | namespace_devs.c | 447 if (strcmp(label_id->id, res->name) == 0) in scan_allocate() 613 struct nd_label_id label_id; in __reserve_free_pmem() local 623 memset(&label_id, 0, sizeof(label_id)); in __reserve_free_pmem() 624 strcat(label_id.id, "pmem-reserve"); in __reserve_free_pmem() 712 struct nd_label_id label_id; in nd_namespace_pmem_set_resource() local 756 struct nd_label_id label_id; in __size_store() local 789 nd_label_gen_id(&label_id, uuid, flags); in __size_store() 1013 struct nd_label_id label_id; in namespace_update_uuid() local 1019 nd_label_gen_id(&label_id, &uuid, in namespace_update_uuid() 1143 struct nd_label_id label_id; in dpa_extents_show() local [all …]
|
| A D | label.c | 332 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid, in nd_label_gen_id() argument 335 if (!label_id || !uuid) in nd_label_gen_id() 337 snprintf(label_id->id, ND_LABEL_ID_SIZE, "pmem-%pUb", uuid); in nd_label_gen_id() 338 return label_id->id; in nd_label_gen_id() 410 struct nd_label_id label_id; in nd_label_reserve_dpa() local 422 nd_label_gen_id(&label_id, &label_uuid, flags); in nd_label_reserve_dpa() 423 res = nvdimm_allocate_dpa(ndd, &label_id, in nd_label_reserve_dpa() 884 struct nd_label_id label_id; in __pmem_label_update() local 896 nd_label_gen_id(&label_id, nspm->uuid, 0); in __pmem_label_update() 898 if (strcmp(res->name, label_id.id) == 0) in __pmem_label_update()
|
| A D | nd-core.h | 112 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid, 131 struct nd_label_id *label_id);
|
| A D | dimm_devs.c | 828 struct nd_label_id *label_id, resource_size_t start, in nvdimm_allocate_dpa() argument 831 char *name = kmemdup(label_id, sizeof(*label_id), GFP_KERNEL); in nvdimm_allocate_dpa() 852 struct nd_label_id *label_id) in nvdimm_allocated_dpa() argument 858 if (strcmp(res->name, label_id->id) == 0) in nvdimm_allocated_dpa()
|
| A D | nd.h | 642 struct nd_label_id *label_id, resource_size_t start,
|
| /drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| A D | pp_psm.c | 216 enum PP_StateUILabel label_id, in psm_set_user_performance_state() argument 230 if ((*state)->classification.ui_label & label_id) in psm_set_user_performance_state() 235 switch (label_id) { in psm_set_user_performance_state() 238 label_id = PP_StateUILabel_Performance; in psm_set_user_performance_state()
|
| A D | pp_psm.h | 34 enum PP_StateUILabel label_id,
|
| /drivers/s390/block/ |
| A D | dasd_diag.c | 440 if (memcmp(label->label_id, DASD_DIAG_CMS1, in dasd_diag_check_device()
|
Completed in 30 milliseconds