Searched refs:store (Results 1 – 9 of 9) sorted by relevance
/kernel/ |
D | smpboot.c | 171 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()
|
D | params.c | 711 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,
|
D | padata.c | 876 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,
|
D | stop_machine.c | 507 .store = &cpu_stopper.thread,
|
D | softirq.c | 748 .store = &ksoftirqd,
|
D | watchdog.c | 780 .store = &softlockup_watchdog,
|
D | module.c | 1529 sattr->mattr.store = NULL; in add_sect_attrs()
|
/kernel/power/ |
D | power.h | 77 .store = _name##_store, \
|
/kernel/rcu/ |
D | tree_plugin.h | 1280 .store = &rcu_cpu_kthread_task,
|