Searched refs:rdt_last_cmd_printf (Results 1 – 4 of 4) sorted by relevance
/linux/fs/resctrl/ |
H A D | ctrlmondata.c | 56 rdt_last_cmd_printf("Invalid MB value %s\n", buf); in bw_validate() 67 rdt_last_cmd_printf("MB value %u out of range [%d,%d]\n", in bw_validate() 86 rdt_last_cmd_printf("Duplicate domain %d\n", d->hdr.id); in parse_bw() 123 rdt_last_cmd_printf("Non-hex character in the mask %s\n", buf); in cbm_validate() 138 rdt_last_cmd_printf("The mask %lx has non-consecutive 1-bits\n", val); in cbm_validate() 143 rdt_last_cmd_printf("Need at least %d bits in the mask\n", in cbm_validate() 166 rdt_last_cmd_printf("Duplicate domain %d\n", d->hdr.id); in parse_cbm() 299 rdt_last_cmd_printf("Unknown or unsupported resource name '%s'\n", resname); in rdtgroup_parse_resource() 344 rdt_last_cmd_printf("Missing '%s' value\n", resname); in rdtgroup_schemata_write() 490 rdt_last_cmd_printf("Unsupported event id '%s'\n", buf); in rdtgroup_mba_mbps_event_write()
|
H A D | pseudo_lock.c | 168 rdt_last_cmd_printf("Failed to add latency req CPU%d\n", in pseudo_lock_cstates_constrain() 238 rdt_last_cmd_printf("CPU %u associated with cache not online\n", in pseudo_lock_region_init() 827 rdt_last_cmd_printf("Locking thread returned error %d\n", ret); in rdtgroup_pseudo_lock_create() 879 rdt_last_cmd_printf("Failed to create character device: %d\n", in rdtgroup_pseudo_lock_create()
|
H A D | internal.h | 300 void rdt_last_cmd_printf(const char *fmt, ...);
|
H A D | rdtgroup.c | 101 void rdt_last_cmd_printf(const char *fmt, ...) in rdt_last_cmd_printf() function 732 rdt_last_cmd_printf("No permission to move task %d\n", task->pid); in rdtgroup_task_write_permission() 751 rdt_last_cmd_printf("No task %d\n", pid); in rdtgroup_move_task() 795 rdt_last_cmd_printf("Task list parsing error pid %s\n", pid_str); in rdtgroup_tasks_write() 801 rdt_last_cmd_printf("Invalid pid %d\n", pid); in rdtgroup_tasks_write() 808 rdt_last_cmd_printf("Error while processing task %d\n", pid); in rdtgroup_tasks_write() 1739 rdt_last_cmd_printf("Invalid event configuration: max valid mask is 0x%02x\n", in mon_config_write() 3330 rdt_last_cmd_printf("No space on %s:%d\n", s->name, d->hdr.id); in __init_one_rdt_domain()
|