Searched refs:label_id (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpp_psm.h34 enum PP_StateUILabel label_id,
H A Dpp_psm.c213 enum PP_StateUILabel label_id,
227 if ((*state)->classification.ui_label & label_id)
232 switch (label_id) {
235 label_id = PP_StateUILabel_Performance;
212 psm_set_user_performance_state(struct pp_hwmgr *hwmgr, enum PP_StateUILabel label_id, struct pp_power_state **state) argument
/linux-master/drivers/nvdimm/
H A Dnamespace_devs.c297 struct nd_mapping *nd_mapping, struct nd_label_id *label_id,
308 if (strcmp(res->name, label_id->id) == 0)
333 * shrink_dpa_allocation - for each dimm in region free n bytes for label_id
335 * @label_id: unique identifier for the namespace consuming this dpa range
346 struct nd_label_id *label_id, resource_size_t n)
354 rc = scan_free(nd_region, nd_mapping, label_id, n);
362 static resource_size_t init_dpa_allocation(struct nd_label_id *label_id, argument
371 res = nvdimm_allocate_dpa(ndd, label_id, nd_mapping->start, n);
384 * @label_id: namespace id to allocate space
397 struct nd_label_id *label_id, struc
296 scan_free(struct nd_region *nd_region, struct nd_mapping *nd_mapping, struct nd_label_id *label_id, resource_size_t n) argument
345 shrink_dpa_allocation(struct nd_region *nd_region, struct nd_label_id *label_id, resource_size_t n) argument
396 space_valid(struct nd_region *nd_region, struct nvdimm_drvdata *ndd, struct nd_label_id *label_id, struct resource *prev, struct resource *next, struct resource *exist, resource_size_t n, struct resource *valid) argument
436 scan_allocate(struct nd_region *nd_region, struct nd_mapping *nd_mapping, struct nd_label_id *label_id, resource_size_t n) argument
578 merge_dpa(struct nd_region *nd_region, struct nd_mapping *nd_mapping, struct nd_label_id *label_id) argument
613 struct nd_label_id label_id; local
672 grow_dpa_allocation(struct nd_region *nd_region, struct nd_label_id *label_id, resource_size_t n) argument
712 struct nd_label_id label_id; local
756 struct nd_label_id label_id; local
1013 struct nd_label_id label_id; local
1143 struct nd_label_id label_id; local
[all...]
H A Dlabel.c332 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid, argument
335 if (!label_id || !uuid)
337 snprintf(label_id->id, ND_LABEL_ID_SIZE, "pmem-%pUb", uuid);
338 return label_id->id;
410 struct nd_label_id label_id; local
422 nd_label_gen_id(&label_id, &label_uuid, flags);
423 res = nvdimm_allocate_dpa(ndd, &label_id,
883 struct nd_label_id label_id; local
895 nd_label_gen_id(&label_id, nspm->uuid, 0);
897 if (strcmp(res->name, label_id
[all...]
H A Dnd-core.h112 char *nd_label_gen_id(struct nd_label_id *label_id, const uuid_t *uuid,
133 struct nd_label_id *label_id);
H A Ddimm_devs.c828 struct nd_label_id *label_id, resource_size_t start,
831 char *name = kmemdup(label_id, sizeof(*label_id), GFP_KERNEL);
845 * nvdimm_allocated_dpa - sum up the dpa currently allocated to this label_id
847 * @label_id: dpa resource name of the form pmem-<human readable uuid>
849 * Returns: sum of the dpa allocated to the label_id
852 struct nd_label_id *label_id)
858 if (strcmp(res->name, label_id->id) == 0)
827 nvdimm_allocate_dpa(struct nvdimm_drvdata *ndd, struct nd_label_id *label_id, resource_size_t start, resource_size_t n) argument
851 nvdimm_allocated_dpa(struct nvdimm_drvdata *ndd, struct nd_label_id *label_id) argument
H A Dnd.h636 struct nd_label_id *label_id, resource_size_t start,
/linux-master/arch/s390/include/uapi/asm/
H A Dvtoc.h191 __u8 label_id[4]; /* Label identifier */ member in struct:vtoc_cms_label
/linux-master/arch/mips/mm/
H A Dtlbex.c166 enum label_id { enum
611 unsigned int tmp, enum label_id lid,
1353 const enum label_id ls = label_tlb_huge_update;
1355 const enum label_id ls = label_vmalloc;
1704 int pte, int ptr, int scratch, enum label_id lid)
1756 enum label_id lid)
1797 enum label_id lid)
H A Dpage.c39 enum label_id { enum
/linux-master/drivers/s390/block/
H A Ddasd_diag.c435 if (memcmp(label->label_id, DASD_DIAG_CMS1,
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c33 enum label_id { enum
/linux-master/arch/mips/kvm/
H A Dentry.c29 enum label_id { enum

Completed in 165 milliseconds