• Home
  • Raw
  • Download

Lines Matching refs:name

265 					smp_processor_id(), watchdog->name, nretries);  in cs_watchdog_read()
285 smp_processor_id(), cs->name, wd_delay, WATCHDOG_MAX_SKEW, wd_seq_delay, nretries, cs->name); in cs_watchdog_read()
290 smp_processor_id(), watchdog->name, wd_seq_delay); in cs_watchdog_read()
292 cs->name, wd_delay); in cs_watchdog_read()
373 pr_warn("Not enough CPUs to check clocksource '%s'.\n", cs->name); in clocksource_verify_percpu()
378 cs->name, testcpu, cpumask_pr_args(&cpus_chosen)); in clocksource_verify_percpu()
403 cpumask_pr_args(&cpus_ahead), testcpu, cs->name); in clocksource_verify_percpu()
406 cpumask_pr_args(&cpus_behind), testcpu, cs->name); in clocksource_verify_percpu()
409 testcpu, cs_nsec_min, cs_nsec_max, cs->name); in clocksource_verify_percpu()
521 smp_processor_id(), cs->name); in clocksource_watchdog()
523 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask); in clocksource_watchdog()
525 cs->name, cs_nsec, csnow, cslast, cs->mask); in clocksource_watchdog()
529 cs->name, cs_nsec - wd_nsec, cs_wd_msec, watchdog->name, wd_nsec, wd_msec); in clocksource_watchdog()
531 pr_warn(" '%s' is current clocksource.\n", cs->name); in clocksource_watchdog()
533 … '%s' (not '%s') is current clocksource.\n", curr_clocksource->name, cs->name); in clocksource_watchdog()
772 cs->name); in __clocksource_suspend_select()
1041 if (strcmp(cs->name, override_name) != 0) in __clocksource_select()
1052 cs->name); in __clocksource_select()
1060 cs->name); in __clocksource_select()
1070 pr_info("Switched to clocksource %s\n", best->name); in __clocksource_select()
1216 cs->name); in __clocksource_update_freq_scale()
1221 cs->name, cs->mask, cs->max_cycles, cs->max_idle_ns); in __clocksource_update_freq_scale()
1247 cs->name, cs->vdso_clock_mode); in __clocksource_register_scale()
1368 count = sysfs_emit(buf, "%s\n", curr_clocksource->name); in current_clocksource_show()
1433 char name[CS_NAME_LEN]; in unbind_clocksource_store() local
1436 ret = sysfs_get_uname(buf, name, count); in unbind_clocksource_store()
1443 if (strcmp(cs->name, name)) in unbind_clocksource_store()
1479 "%s ", src->name); in available_clocksource_show()
1499 .name = "clocksource",