Home
last modified time | relevance | path

Searched refs:ra_offset (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/oprofile/
H A Dbacktrace.c76 off_t ra_offset = 0; in unwind_user_frame() local
84 && (!ra_offset || !stack_size); --addr) { in unwind_user_frame()
102 ra_offset = ra_slot; in unwind_user_frame()
107 if (!ra_offset || !stack_size) in unwind_user_frame()
110 if (ra_offset) { in unwind_user_frame()
111 new_frame.ra = old_frame->sp + ra_offset; in unwind_user_frame()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dorc_types.h46 signed short ra_offset; member
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dunwind_orc.c107 .ra_offset = -8,
434 p = (unsigned long *)(state->sp + orc->ra_offset); in unwind_next_frame()
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c2419 if (READ_ONCE(F2FS_I(inode)->ra_offset) == readahead_index(rac)) in f2fs_mpage_readpages()
2422 WRITE_ONCE(F2FS_I(inode)->ra_offset, in f2fs_mpage_readpages()
2498 WRITE_ONCE(F2FS_I(inode)->ra_offset, -1); in f2fs_mpage_readpages()
H A Dsuper.c1132 fi->ra_offset = -1; in f2fs_alloc_inode()
H A Df2fs.h747 pgoff_t ra_offset; /* ongoing readahead offset */ member

Completed in 19 milliseconds