Home
last modified time | relevance | path

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

/kernel/
Dsmpboot.c168 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in __smpboot_create_thread()
187 *per_cpu_ptr(ht->store, cpu) = tsk; in __smpboot_create_thread()
220 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_unpark_thread()
239 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_park_thread()
261 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_destroy_threads()
266 *per_cpu_ptr(ht->store, cpu) = NULL; in smpboot_destroy_threads()
Dparams.c640 new->attrs[num].mattr.store = param_attr_store; in add_sysfs_param()
886 if (!attribute->store) in module_attr_store()
889 ret = attribute->store(attribute, mk, buf, len); in module_attr_store()
896 .store = module_attr_store,
Dpadata.c917 ssize_t (*store)(struct padata_instance *, struct attribute *, member
1017 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()
1024 .store = padata_sysfs_store,
Dwatchdog.c648 .store = &softlockup_watchdog,
Dstop_machine.c332 .store = &cpu_stopper_task,
Dsoftirq.c855 .store = &ksoftirqd,
Drcutree_plugin.h1455 .store = &rcu_cpu_kthread_task,
Dmodule.c1391 sattr->mattr.store = NULL; in add_sect_attrs()
/kernel/power/
Dpower.h74 .store = _name##_store, \