• Home
  • Raw
  • Download

Lines Matching refs:name

216 					smp_processor_id(), watchdog->name, nretries);  in cs_watchdog_read()
223 smp_processor_id(), watchdog->name, wd_delay, nretries); in cs_watchdog_read()
249 pr_warn("Checking clocksource %s synchronization from CPU %d.\n", cs->name, testcpu); in clocksource_verify_percpu()
272 cpumask_pr_args(&cpus_ahead), testcpu, cs->name); in clocksource_verify_percpu()
275 cpumask_pr_args(&cpus_behind), testcpu, cs->name); in clocksource_verify_percpu()
278 testcpu, cs_nsec_min, cs_nsec_max, cs->name); in clocksource_verify_percpu()
335 smp_processor_id(), cs->name); in clocksource_watchdog()
337 watchdog->name, wdnow, wdlast, watchdog->mask); in clocksource_watchdog()
339 cs->name, csnow, cslast, cs->mask); in clocksource_watchdog()
584 cs->name); in __clocksource_suspend_select()
850 if (strcmp(cs->name, override_name) != 0) in __clocksource_select()
861 cs->name); in __clocksource_select()
869 cs->name); in __clocksource_select()
879 pr_info("Switched to clocksource %s\n", best->name); in __clocksource_select()
1006 cs->name); in __clocksource_update_freq_scale()
1011 cs->name, cs->mask, cs->max_cycles, cs->max_idle_ns); in __clocksource_update_freq_scale()
1035 cs->name, cs->vdso_clock_mode); in __clocksource_register_scale()
1156 count = snprintf(buf, PAGE_SIZE, "%s\n", curr_clocksource->name); in current_clocksource_show()
1221 char name[CS_NAME_LEN]; in unbind_clocksource_store() local
1224 ret = sysfs_get_uname(buf, name, count); in unbind_clocksource_store()
1231 if (strcmp(cs->name, name)) in unbind_clocksource_store()
1267 "%s ", src->name); in available_clocksource_show()
1287 .name = "clocksource",