Searched refs:label_id (Results 1 – 13 of 13) sorted by relevance
| /linux/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() 883 struct nd_label_id label_id; in __pmem_label_update() local 895 nd_label_gen_id(&label_id, nspm->uuid, 0); in __pmem_label_update() 897 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, 133 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 | 635 struct nd_label_id *label_id, resource_size_t start,
|
| /linux/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,
|
| /linux/arch/s390/include/uapi/asm/ |
| A D | vtoc.h | 191 __u8 label_id[4]; /* Label identifier */ member
|
| /linux/arch/mips/mm/ |
| A D | tlbex.c | 166 enum label_id { enum 611 unsigned int tmp, enum label_id lid, in build_restore_pagemask() 1353 const enum label_id ls = label_tlb_huge_update; in build_r4000_tlb_refill_handler() 1355 const enum label_id ls = label_vmalloc; in build_r4000_tlb_refill_handler() 1704 int pte, int ptr, int scratch, enum label_id lid) in build_pte_present() 1756 enum label_id lid) in build_pte_writable() 1797 enum label_id lid) in build_pte_modifiable()
|
| A D | page.c | 39 enum label_id { enum
|
| /linux/arch/mips/kernel/ |
| A D | smp-cps.c | 33 enum label_id { enum
|
| /linux/drivers/s390/block/ |
| A D | dasd_diag.c | 436 if (memcmp(label->label_id, DASD_DIAG_CMS1, in dasd_diag_check_device()
|
| /linux/arch/mips/kvm/ |
| A D | entry.c | 29 enum label_id { enum
|
Completed in 43 milliseconds