Searched refs:store (Results 1 – 9 of 9) sorted by relevance
/kernel/ |
D | stacktrace.c | 76 unsigned long *store; member 93 c->store[c->len++] = addr; in stack_trace_consume_entry() 112 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save() argument 117 .store = store, in stack_trace_save() 136 unsigned int stack_trace_save_tsk(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk() argument 141 .store = store, in stack_trace_save_tsk() 165 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, in stack_trace_save_regs() argument 170 .store = store, in stack_trace_save_regs() 193 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk_reliable() argument 198 .store = store, in stack_trace_save_tsk_reliable() [all …]
|
D | smpboot.c | 172 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in __smpboot_create_thread() 197 *per_cpu_ptr(ht->store, cpu) = tsk; in __smpboot_create_thread() 230 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_unpark_thread() 249 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_park_thread() 272 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_destroy_threads() 277 *per_cpu_ptr(ht->store, cpu) = NULL; in smpboot_destroy_threads()
|
D | params.c | 674 mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store; in add_sysfs_param() 676 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param() 916 if (!attribute->store) in module_attr_store() 919 ret = attribute->store(attribute, mk, buf, len); in module_attr_store() 926 .store = module_attr_store,
|
D | padata.c | 856 ssize_t (*store)(struct padata_instance *, struct attribute *, member 952 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store() 959 .store = padata_sysfs_store,
|
D | stop_machine.c | 563 .store = &cpu_stopper.thread,
|
D | softirq.c | 976 .store = &ksoftirqd,
|
D | cpu.c | 916 .store = &cpuhp_state.thread,
|
/kernel/power/ |
D | power.h | 85 .store = _name##_store, \
|
/kernel/rcu/ |
D | tree.c | 2861 .store = &rcu_data.rcu_cpu_kthread_task,
|