Home
last modified time | relevance | path

Searched refs:PF_MEMALLOC (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/mm/
Dpage_alloc.c305 current->flags |= PF_MEMALLOC | PF_FREE_PAGES; in balance_classzone()
309 current->flags &= ~(PF_MEMALLOC | PF_FREE_PAGES); in balance_classzone()
420 if ((current->flags & PF_MEMALLOC) && in __alloc_pages()
478 order, gfp_mask, !!(current->flags & PF_MEMALLOC)); in __alloc_pages()
Doom_kill.c154 p->flags |= PF_MEMALLOC | PF_MEMDIE; in __oom_kill_task()
Dvmscan.c825 tsk->flags |= PF_MEMALLOC; in kswapd()
/linux-2.4.37.9/drivers/mtd/
Dmtdblock.c488 tsk->flags |= PF_MEMALLOC; in mtdblock_thread()
/linux-2.4.37.9/include/linux/
Dsched.h433 #define PF_MEMALLOC 0x00000800 /* Allocating memory */ macro
/linux-2.4.37.9/drivers/usb/storage/
Dusb.c336 current->flags |= PF_MEMALLOC; in usb_stor_control_thread()
/linux-2.4.37.9/fs/ext3/
Dinode.c1312 if (current->flags & PF_MEMALLOC) in ext3_writepage()
2355 if (current->flags & PF_MEMALLOC) in ext3_write_inode()
/linux-2.4.37.9/fs/jbd/
Dtransaction.c1486 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in journal_stop()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c2124 current->flags |= PF_MEMALLOC; in pagebuf_daemon()
/linux-2.4.37.9/fs/reiserfs/
Dinode.c1431 if (do_sync && !(current->flags & PF_MEMALLOC)) { in reiserfs_write_inode()
/linux-2.4.37.9/fs/
Dbuffer.c1266 if (async && (current->flags & PF_MEMALLOC)) { in get_unused_buffer_head()