Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhash-table.h264 static Type *data_alloc (size_t count);
273 xcallocator <Type>::data_alloc (size_t count) in data_alloc() function
711 nentries = Allocator <value_type> ::data_alloc (n); in alloc_entries()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhash-table.h264 static Type *data_alloc (size_t count);
273 xcallocator <Type>::data_alloc (size_t count) in data_alloc() function
711 nentries = Allocator <value_type> ::data_alloc (n); in alloc_entries()
/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk_ringbuffer.c1025 static char *data_alloc(struct printk_ringbuffer *rb, in data_alloc() function
1401 r->text_buf = data_alloc(rb, &rb->text_data_ring, r->text_buf_size, in prb_reserve_in_last()
1556 r->text_buf = data_alloc(rb, &rb->text_data_ring, r->text_buf_size, in prb_reserve()