Lines Matching refs:name
273 smp_processor_id(), watchdog->name, nretries); in cs_watchdog_read()
293 smp_processor_id(), cs->name, wd_delay, WATCHDOG_MAX_SKEW, wd_seq_delay, nretries, cs->name); in cs_watchdog_read()
298 smp_processor_id(), watchdog->name, wd_seq_delay); in cs_watchdog_read()
300 cs->name, wd_delay); in cs_watchdog_read()
376 pr_warn("Not enough CPUs to check clocksource '%s'.\n", cs->name); in clocksource_verify_percpu()
381 cs->name, testcpu, cpumask_pr_args(&cpus_chosen)); in clocksource_verify_percpu()
406 cpumask_pr_args(&cpus_ahead), testcpu, cs->name); in clocksource_verify_percpu()
409 cpumask_pr_args(&cpus_behind), testcpu, cs->name); in clocksource_verify_percpu()
412 testcpu, cs_nsec_min, cs_nsec_max, cs->name); in clocksource_verify_percpu()
524 smp_processor_id(), cs->name); in clocksource_watchdog()
526 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask); in clocksource_watchdog()
528 cs->name, cs_nsec, csnow, cslast, cs->mask); in clocksource_watchdog()
532 cs->name, cs_nsec - wd_nsec, cs_wd_msec, watchdog->name, wd_nsec, wd_msec); in clocksource_watchdog()
534 pr_warn(" '%s' is current clocksource.\n", cs->name); in clocksource_watchdog()
536 … '%s' (not '%s') is current clocksource.\n", curr_clocksource->name, cs->name); in clocksource_watchdog()
773 cs->name); in __clocksource_suspend_select()
1042 if (strcmp(cs->name, override_name) != 0) in __clocksource_select()
1053 cs->name); in __clocksource_select()
1061 cs->name); in __clocksource_select()
1071 pr_info("Switched to clocksource %s\n", best->name); in __clocksource_select()
1217 cs->name); in __clocksource_update_freq_scale()
1222 cs->name, cs->mask, cs->max_cycles, cs->max_idle_ns); in __clocksource_update_freq_scale()
1248 cs->name, cs->vdso_clock_mode); in __clocksource_register_scale()
1341 count = sysfs_emit(buf, "%s\n", curr_clocksource->name); in current_clocksource_show()
1406 char name[CS_NAME_LEN]; in unbind_clocksource_store() local
1409 ret = sysfs_get_uname(buf, name, count); in unbind_clocksource_store()
1416 if (strcmp(cs->name, name)) in unbind_clocksource_store()
1452 "%s ", src->name); in available_clocksource_show()
1472 .name = "clocksource",