Lines Matching refs:store
75 unsigned long *store;
92 c->store[c->len++] = addr;
105 * @store: Pointer to storage array
111 unsigned int stack_trace_save(unsigned long *store, unsigned int size,
116 .store = store,
129 * @store: Pointer to storage array
135 unsigned int stack_trace_save_tsk(struct task_struct *tsk, unsigned long *store,
140 .store = store,
157 * @store: Pointer to storage array
163 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store,
168 .store = store,
181 * @store: Pointer to storage array
190 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store,
195 .store = store,
216 * @store: Pointer to storage array
221 unsigned int stack_trace_save_user(unsigned long *store, unsigned int size)
225 .store = store,
263 * @store: Pointer to storage array
269 unsigned int stack_trace_save(unsigned long *store, unsigned int size,
273 .entries = store,
286 * @store: Pointer to storage array
293 unsigned long *store, unsigned int size,
297 .entries = store,
310 * @store: Pointer to storage array
316 unsigned int stack_trace_save_regs(struct pt_regs *regs, unsigned long *store,
320 .entries = store,
333 * @store: Pointer to storage array
342 int stack_trace_save_tsk_reliable(struct task_struct *tsk, unsigned long *store,
346 .entries = store,
358 * @store: Pointer to storage array
363 unsigned int stack_trace_save_user(unsigned long *store, unsigned int size)
366 .entries = store,