Searched refs:store (Results 1 – 9 of 9) sorted by relevance
/kernel/ |
D | smpboot.c | 168 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()
|
D | params.c | 640 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,
|
D | padata.c | 917 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,
|
D | watchdog.c | 648 .store = &softlockup_watchdog,
|
D | stop_machine.c | 332 .store = &cpu_stopper_task,
|
D | softirq.c | 855 .store = &ksoftirqd,
|
D | rcutree_plugin.h | 1455 .store = &rcu_cpu_kthread_task,
|
D | module.c | 1391 sattr->mattr.store = NULL; in add_sect_attrs()
|
/kernel/power/ |
D | power.h | 74 .store = _name##_store, \
|