Searched refs:store (Results 1 – 9 of 9) sorted by relevance
/kernel/ |
D | stacktrace.c | 75 unsigned long *store; member 92 c->store[c->len++] = addr; in stack_trace_consume_entry() 111 unsigned int stack_trace_save(unsigned long *store, unsigned int size, in stack_trace_save() argument 116 .store = store, in stack_trace_save() 135 unsigned int stack_trace_save_tsk(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk() argument 140 .store = store, in stack_trace_save_tsk() 164 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store, in stack_trace_save_regs() argument 169 .store = store, in stack_trace_save_regs() 192 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk_reliable() argument 197 .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 | 656 mk->mp->attrs[mk->mp->num].mattr.store = param_attr_store; in add_sysfs_param() 658 mk->mp->attrs[mk->mp->num].mattr.store = NULL; in add_sysfs_param() 900 if (!attribute->store) in module_attr_store() 903 ret = attribute->store(attribute, mk, buf, len); in module_attr_store() 910 .store = module_attr_store,
|
D | padata.c | 869 ssize_t (*store)(struct padata_instance *, struct attribute *, member 965 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store() 972 .store = padata_sysfs_store,
|
D | softirq.c | 738 .store = &ksoftirqd,
|
D | stop_machine.c | 579 .store = &cpu_stopper.thread,
|
D | cpu.c | 820 .store = &cpuhp_state.thread,
|
/kernel/power/ |
D | power.h | 85 .store = _name##_store, \
|
/kernel/rcu/ |
D | tree.c | 2833 .store = &rcu_data.rcu_cpu_kthread_task,
|