Home
last modified time | relevance | path

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

/kernel/
Dstacktrace.c76 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 …]
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.c674 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,
Dpadata.c856 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,
Dstop_machine.c563 .store = &cpu_stopper.thread,
Dsoftirq.c976 .store = &ksoftirqd,
Dcpu.c916 .store = &cpuhp_state.thread,
/kernel/power/
Dpower.h85 .store = _name##_store, \
/kernel/rcu/
Dtree.c2861 .store = &rcu_data.rcu_cpu_kthread_task,