Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqnmeapositioninfosource.cpp339 char static_buf[1024]; in processSentence() local
340 char *buf = static_buf; in processSentence()
350 size = m_proxy->m_device->readLine(buf, sizeof(static_buf)); in processSentence()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c286 static struct page *static_buf[NUM_PAGES_TO_ALLOC]; in ttm_page_pool_free() local
297 pages_to_free = static_buf; in ttm_page_pool_free()
364 if (pages_to_free != static_buf) in ttm_page_pool_free()
H A Dttm_page_alloc_dma.c406 static struct page *static_buf[NUM_PAGES_TO_ALLOC]; in ttm_dma_page_pool_free() local
418 pages_to_free = static_buf; in ttm_dma_page_pool_free()
492 if (pages_to_free != static_buf) in ttm_dma_page_pool_free()