Home
last modified time | relevance | path

Searched refs:auxo (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/time/
H A Dtimekeeping.c3076 struct kobject *auxo, *tko = kobject_create_and_add("time", kernel_kobj); in tk_aux_sysfs_init() local
3082 auxo = kobject_create_and_add("aux_clocks", tko); in tk_aux_sysfs_init()
3083 if (!auxo) in tk_aux_sysfs_init()
3088 struct kobject *clk = kobject_create_and_add(id, auxo); in tk_aux_sysfs_init()
3102 kobject_put(auxo); in tk_aux_sysfs_init()