Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/goldfish/
H A Dgoldfish_pipe.c665 u32 new_capacity = 2 * dev->pipes_capacity; in get_free_pipe_id_locked() local
667 kcalloc(new_capacity, sizeof(*pipes), GFP_ATOMIC); in get_free_pipe_id_locked()
674 dev->pipes_capacity = new_capacity; in get_free_pipe_id_locked()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_hmm.c482 unsigned int new_capacity; in dmirror_allocate_chunk() local
484 new_capacity = mdevice->devmem_capacity + in dmirror_allocate_chunk()
487 sizeof(new_chunks[0]) * new_capacity, in dmirror_allocate_chunk()
491 mdevice->devmem_capacity = new_capacity; in dmirror_allocate_chunk()
/OK3568_Linux_fs/kernel/drivers/tty/ipwireless/
H A Dhardware.c573 int new_capacity; in pool_allocate() local
576 new_capacity = in pool_allocate()
581 + new_capacity, GFP_ATOMIC); in pool_allocate()
584 packet->capacity = new_capacity; in pool_allocate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2967 (T* const new_start, const size_type new_capacity, in priv_forward_range_insert_expand_backwards() argument
2983 this->m_holder.capacity(new_capacity); in priv_forward_range_insert_expand_backwards()