Home
last modified time | relevance | path

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

/kernel/
Dsmpboot.c171 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in __smpboot_create_thread()
190 *per_cpu_ptr(ht->store, cpu) = tsk; in __smpboot_create_thread()
223 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_unpark_thread()
242 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_park_thread()
264 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_destroy_threads()
269 *per_cpu_ptr(ht->store, cpu) = NULL; in smpboot_destroy_threads()
Dparams.c711 mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store; in add_sysfs_param()
713 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param()
955 if (!attribute->store) in module_attr_store()
958 ret = attribute->store(attribute, mk, buf, len); in module_attr_store()
965 .store = module_attr_store,
Dpadata.c876 ssize_t (*store)(struct padata_instance *, struct attribute *, member
971 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()
978 .store = padata_sysfs_store,
Dstop_machine.c507 .store = &cpu_stopper.thread,
Dsoftirq.c748 .store = &ksoftirqd,
Dwatchdog.c780 .store = &softlockup_watchdog,
Dmodule.c1529 sattr->mattr.store = NULL; in add_sect_attrs()
/kernel/power/
Dpower.h77 .store = _name##_store, \
/kernel/rcu/
Dtree_plugin.h1280 .store = &rcu_cpu_kthread_task,