Searched refs:pre_allocate (Results 1 – 1 of 1) sorted by relevance
2353 Result<void> pre_allocate = PreAllocateLoopDevices(); in OnBootstrap() local2354 if (!pre_allocate.ok()) { in OnBootstrap()2356 << pre_allocate.error(); in OnBootstrap()2829 Result<void> pre_allocate = loop::PreAllocateLoopDevices(data_apex_cnt); in OnStart() local2830 if (!pre_allocate.ok()) { in OnStart()2832 << pre_allocate.error(); in OnStart()