Home
last modified time | relevance | path

Searched refs:find_stack (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dstackdepot.c202 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack() function
281 found = find_stack(smp_load_acquire(bucket), entries, in stack_depot_save()
310 found = find_stack(*bucket, entries, nr_entries, hash); in stack_depot_save()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_memory.c770 static bool find_stack(u32 handle, in find_stack() function
831 || !find_stack(handle, md_slabowner_dump_addr, buf)) { in dump_tracking()