Searched refs:pre_alloc (Results 1 – 4 of 4) sorted by relevance
741 bool pre_alloc);743 bool bypass_destroy_callback, bool pre_alloc);1466 bool pre_alloc) in allow_memalloc_for_decomp() argument1468 return pre_alloc ^ f2fs_low_mem_mode(sbi); in allow_memalloc_for_decomp()1472 bool pre_alloc) in f2fs_prepare_decomp_mem() argument1478 if (!allow_memalloc_for_decomp(F2FS_I_SB(dic->inode), pre_alloc)) in f2fs_prepare_decomp_mem()1515 bool bypass_destroy_callback, bool pre_alloc) in f2fs_release_decomp_mem() argument1520 if (!allow_memalloc_for_decomp(F2FS_I_SB(dic->inode), pre_alloc)) in f2fs_release_decomp_mem()
583 if (mhi_chan->pre_alloc) { in parse_xfer_event()1046 if (mhi_chan->pre_alloc) in mhi_queue_skb()1102 if (mhi_chan->pre_alloc) in mhi_queue_dma()1416 if (mhi_chan->pre_alloc) { in mhi_prepare_channel()1539 if (mhi_chan->pre_alloc) { in mhi_reset_data_chan()
773 mhi_chan->pre_alloc = ch_cfg->auto_queue; in parse_ch_cfg()780 if (mhi_chan->pre_alloc && mhi_chan->dir != DMA_FROM_DEVICE) { in parse_ch_cfg()
565 bool pre_alloc; member