Searched refs:stack_record (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Dstackdepot.c310 static struct stack_record *depot_pop_free_pool(void **prealloc, size_t size)
312 struct stack_record *stack;
344 static struct stack_record *depot_pop_free(void)
346 struct stack_record *stack;
359 stack = list_first_entry(&free_stacks, struct stack_record, free_list);
369 static inline size_t depot_stack_record_size(struct stack_record *s, unsigned int nr_entries)
376 return ALIGN(sizeof(struct stack_record) - unused, 1 << DEPOT_STACK_ALIGN);
380 static struct stack_record *
383 struct stack_record *stack = NULL;
439 static struct stack_record *depot_fetch_stac
[all...]
/linux-master/include/linux/
H A Dstackdepot.h53 struct stack_record { struct
181 * __stack_depot_get_stack_record - Get a pointer to a stack_record struct
187 * Return: Returns a pointer to a stack_record struct
189 struct stack_record *__stack_depot_get_stack_record(depot_stack_handle_t handle);
/linux-master/mm/
H A Dpage_owner.c40 struct stack_record *stack_record; member in struct:stack
123 dummy_stack.stack_record = __stack_depot_get_stack_record(dummy_handle);
124 failure_stack.stack_record = __stack_depot_get_stack_record(failure_handle);
125 if (dummy_stack.stack_record)
126 refcount_set(&dummy_stack.stack_record->count, 1);
127 if (failure_stack.stack_record)
128 refcount_set(&failure_stack.stack_record->count, 1);
165 static void add_stack_record_to_list(struct stack_record *stack_record, argument
202 struct stack_record *stack_record = __stack_depot_get_stack_record(handle); local
227 struct stack_record *stack_record = __stack_depot_get_stack_record(handle); local
902 struct stack_record *stack_record = stack->stack_record; local
[all...]

Completed in 125 milliseconds