Home
last modified time | relevance | path

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

/kernel/
Dstacktrace.c75 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 …]
Dsmpboot.c172 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()
Dparams.c656 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,
Dpadata.c869 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,
Dsoftirq.c738 .store = &ksoftirqd,
Dstop_machine.c579 .store = &cpu_stopper.thread,
Dcpu.c820 .store = &cpuhp_state.thread,
/kernel/power/
Dpower.h85 .store = _name##_store, \
/kernel/rcu/
Dtree.c2833 .store = &rcu_data.rcu_cpu_kthread_task,