Home
last modified time | relevance | path

Searched refs:tail_end (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/metag/kernel/
Dtraps.c482 return tail_end(State); in trigger_handler()
555 return tail_end(State); in fault_handler()
602 return tail_end(State); in fault_handler()
653 return tail_end(State); in switch1_handler()
708 return tail_end(State); in switchx_handler()
740 return tail_end(State); in fpe_handler()
915 __TBIASyncResume(tail_end(Next)); in ret_from_fork()
Dkick.c109 return tail_end(ret); in kick_handler()
/linux-4.4.14/arch/metag/include/asm/
Dtraps.h30 static inline TBIRES tail_end(TBIRES state) in tail_end() function
/linux-4.4.14/fs/reiserfs/
Dinode.c580 unsigned long tail_end; in convert_tail_for_hole() local
591 tail_end = (tail_start | (bh_result->b_size - 1)) + 1; in convert_tail_for_hole()
620 tail_end - tail_start); in convert_tail_for_hole()
627 retval = reiserfs_commit_write(NULL, tail_page, tail_start, tail_end); in convert_tail_for_hole()