Home
last modified time | relevance | path

Searched refs:DELAYACCT_PF_SWAPIN (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Ddelayacct.h17 #define DELAYACCT_PF_SWAPIN 0x00000001 /* I am doing a swapin */ macro
/linux/kernel/
A Ddelayacct.c107 if (p->delays->flags & DELAYACCT_PF_SWAPIN) { in __delayacct_blkio_end()
/linux/mm/
A Dmemory.c3510 delayacct_set_flag(current, DELAYACCT_PF_SWAPIN); in do_swap_page()
3558 delayacct_clear_flag(current, DELAYACCT_PF_SWAPIN); in do_swap_page()
3572 delayacct_clear_flag(current, DELAYACCT_PF_SWAPIN); in do_swap_page()
3578 delayacct_clear_flag(current, DELAYACCT_PF_SWAPIN); in do_swap_page()

Completed in 14 milliseconds