• Home
  • Raw
  • Download

Lines Matching refs:name

242 					smp_processor_id(), watchdog->name, nretries);  in cs_watchdog_read()
263 smp_processor_id(), watchdog->name, wd_delay, nretries); in cs_watchdog_read()
268 smp_processor_id(), watchdog->name, wd_seq_delay); in cs_watchdog_read()
270 cs->name, wd_delay); in cs_watchdog_read()
351 pr_warn("Not enough CPUs to check clocksource '%s'.\n", cs->name); in clocksource_verify_percpu()
355 …pr_warn("Checking clocksource %s synchronization from CPU %d to CPUs %*pbl.\n", cs->name, testcpu,… in clocksource_verify_percpu()
379 cpumask_pr_args(&cpus_ahead), testcpu, cs->name); in clocksource_verify_percpu()
382 cpumask_pr_args(&cpus_behind), testcpu, cs->name); in clocksource_verify_percpu()
385 testcpu, cs_nsec_min, cs_nsec_max, cs->name); in clocksource_verify_percpu()
497 smp_processor_id(), cs->name); in clocksource_watchdog()
499 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask); in clocksource_watchdog()
501 cs->name, cs_nsec, csnow, cslast, cs->mask); in clocksource_watchdog()
503 pr_warn(" '%s' is current clocksource.\n", cs->name); in clocksource_watchdog()
505 … '%s' (not '%s') is current clocksource.\n", curr_clocksource->name, cs->name); in clocksource_watchdog()
744 cs->name); in __clocksource_suspend_select()
1008 if (strcmp(cs->name, override_name) != 0) in __clocksource_select()
1019 cs->name); in __clocksource_select()
1027 cs->name); in __clocksource_select()
1037 pr_info("Switched to clocksource %s\n", best->name); in __clocksource_select()
1178 cs->name); in __clocksource_update_freq_scale()
1183 cs->name, cs->mask, cs->max_cycles, cs->max_idle_ns); in __clocksource_update_freq_scale()
1209 cs->name, cs->vdso_clock_mode); in __clocksource_register_scale()
1330 count = snprintf(buf, PAGE_SIZE, "%s\n", curr_clocksource->name); in current_clocksource_show()
1395 char name[CS_NAME_LEN]; in unbind_clocksource_store() local
1398 ret = sysfs_get_uname(buf, name, count); in unbind_clocksource_store()
1405 if (strcmp(cs->name, name)) in unbind_clocksource_store()
1441 "%s ", src->name); in available_clocksource_show()
1461 .name = "clocksource",