Home
last modified time | relevance | path

Searched refs:next_free (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dobstack.h158 char *next_free; /* where to add next char to current object */ member
221 #define obstack_next_free(h) ((h)->next_free)
254 #define obstack_1grow_fast(h, achar) (*((h)->next_free)++ = (achar))
256 #define obstack_blank_fast(h, n) ((h)->next_free += (n))
273 (unsigned) (__o->next_free - __o->object_base); })
278 (unsigned) (__o->chunk_limit - __o->next_free); })
284 if (__o->chunk_limit - __o->next_free < __len) \
292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
300 if (__o->next_free + __len > __o->chunk_limit) \
302 memcpy (__o->next_free, where, __len); \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dobstack.h158 char *next_free; /* where to add next char to current object */ member
221 #define obstack_next_free(h) ((h)->next_free)
254 #define obstack_1grow_fast(h, achar) (*((h)->next_free)++ = (achar))
256 #define obstack_blank_fast(h, n) ((h)->next_free += (n))
273 (unsigned) (__o->next_free - __o->object_base); })
278 (unsigned) (__o->chunk_limit - __o->next_free); })
284 if (__o->chunk_limit - __o->next_free < __len) \
292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
300 if (__o->next_free + __len > __o->chunk_limit) \
302 memcpy (__o->next_free, where, __len); \
[all …]
/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 Dobstack.h168 char *next_free; /* where to add next char to current object */ member
236 #define obstack_next_free(h) ((void *) (h)->next_free)
269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar)))
271 #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n)))
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
295 (_OBSTACK_SIZE_T) (__o1->chunk_limit - __o1->next_free); })
309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
319 memcpy (__o->next_free, where, __len); \
320 __o->next_free += __len; \
329 memcpy (__o->next_free, where, __len); \
[all …]
/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 Dobstack.h168 char *next_free; /* where to add next char to current object */ member
236 #define obstack_next_free(h) ((void *) (h)->next_free)
269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar)))
271 #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n)))
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
295 (_OBSTACK_SIZE_T) (__o1->chunk_limit - __o1->next_free); })
309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
319 memcpy (__o->next_free, where, __len); \
320 __o->next_free += __len; \
329 memcpy (__o->next_free, where, __len); \
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap-transient.c23 sector_t next_free; member
45 if (size < (tc->next_free + store->chunk_size)) in transient_prepare_exception()
48 e->new_chunk = sector_to_chunk(store, tc->next_free); in transient_prepare_exception()
49 tc->next_free += store->chunk_size; in transient_prepare_exception()
68 *sectors_allocated = ((struct transient_c *) store->context)->next_free; in transient_usage()
81 tc->next_free = 0; in transient_ctr()
H A Ddm-snap-persistent.c151 chunk_t next_free; member
276 chunk_t next_free = ps->next_free; in skip_metadata() local
277 if (sector_div(next_free, stride) == NUM_SNAPSHOT_HDR_CHUNKS) in skip_metadata()
278 ps->next_free++; in skip_metadata()
472 if (ps->next_free <= e.new_chunk) in insert_exceptions()
473 ps->next_free = e.new_chunk + 1; in insert_exceptions()
575 *sectors_allocated = ps->next_free * store->chunk_size; in persistent_usage()
676 if (size < ((ps->next_free + 1) * store->chunk_size)) in persistent_prepare_exception()
679 e->new_chunk = ps->next_free; in persistent_prepare_exception()
685 ps->next_free++; in persistent_prepare_exception()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Drtas_flash.c315 int next_free, rc; in rtas_flash_write() local
336 next_free = fl->num_blocks; in rtas_flash_write()
337 if (next_free == FLASH_BLOCKS_PER_NODE) { in rtas_flash_write()
343 next_free = 0; in rtas_flash_write()
357 fl->blocks[next_free].data = p; in rtas_flash_write()
358 fl->blocks[next_free].length = count; in rtas_flash_write()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dalloc.c1597 int next_free = le16_to_cpu(el->l_next_free_rec); in ocfs2_shift_records_right() local
1601 BUG_ON(!next_free); in ocfs2_shift_records_right()
1603 BUG_ON(next_free >= count); in ocfs2_shift_records_right()
1605 num_bytes = sizeof(struct ocfs2_extent_rec) * next_free; in ocfs2_shift_records_right()
1613 int i, insert_index, next_free, has_empty, num_bytes; in ocfs2_rotate_leaf() local
1617 next_free = le16_to_cpu(el->l_next_free_rec); in ocfs2_rotate_leaf()
1620 BUG_ON(!next_free); in ocfs2_rotate_leaf()
1635 for(i = 0; i < (next_free - 1); i++) in ocfs2_rotate_leaf()
1638 next_free--; in ocfs2_rotate_leaf()
1644 for(i = 0; i < next_free; i++) { in ocfs2_rotate_leaf()
[all …]
H A Dresize.c416 u16 next_free = le16_to_cpu(di->id2.i_chain.cl_next_free_rec); in ocfs2_verify_group_and_input() local
425 else if (next_free != cl_count && next_free != input->chain) in ocfs2_verify_group_and_input()
427 "the add group should be in chain %u\n", next_free); in ocfs2_verify_group_and_input()
H A Dextent_map.c279 int ret, next_free; in ocfs2_last_eb_is_empty() local
303 next_free = le16_to_cpu(el->l_next_free_rec); in ocfs2_last_eb_is_empty()
305 if (next_free == 0 || in ocfs2_last_eb_is_empty()
306 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0]))) in ocfs2_last_eb_is_empty()
H A Docfs2_trace.h563 int has_empty, int next_free,
566 next_free, l_count),
571 __field(int, next_free)
578 __entry->next_free = next_free;
583 __entry->next_free, __entry->l_count)
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dscrub.c98 int next_free; member
605 sctx->bios[i]->next_free = i + 1; in scrub_setup_ctx()
607 sctx->bios[i]->next_free = -1; in scrub_setup_ctx()
1980 sctx->first_free = sctx->bios[sctx->curr]->next_free; in scrub_add_page_to_rd_bio()
1981 sctx->bios[sctx->curr]->next_free = -1; in scrub_add_page_to_rd_bio()
2283 sbio->next_free = sctx->first_free; in scrub_bio_end_io_worker()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h649 struct mtk_tx_dma *next_free; member
H A Dmtk_eth_soc.c966 itxd = ring->next_free; in mtk_tx_map()
1078 ring->next_free = mtk_qdma_phys_to_virt(ring, txd->txd2); in mtk_tx_map()
1623 ring->next_free = &ring->dma[0]; in mtk_tx_alloc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/
H A Dibmvnic.c340 index = pool->free_map[pool->next_free]; in replenish_rx_pool()
352 pool->free_map[pool->next_free] = IBMVNIC_INVALID_MAP; in replenish_rx_pool()
381 pool->next_free = (pool->next_free + 1) % pool->size; in replenish_rx_pool()
389 pool->free_map[pool->next_free] = index; in replenish_rx_pool()
518 rx_pool->next_free = 0; in reset_rx_pools()
621 rx_pool->next_free = 0; in init_rx_pools()
H A Dibmvnic.h921 int next_free; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcore_c.h1742 set_header->free_elems = elem->next_free; in cvSetNew()
1756 _elem->next_free = set_header->free_elems; in cvSetRemoveByPtr()
H A Dtypes_c.h1569 struct elem_type* next_free;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcore_c.h1742 set_header->free_elems = elem->next_free; in cvSetNew()
1756 _elem->next_free = set_header->free_elems; in cvSetRemoveByPtr()
H A Dtypes_c.h1569 struct elem_type* next_free;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcore_c.h1742 set_header->free_elems = elem->next_free; in cvSetNew()
1756 _elem->next_free = set_header->free_elems; in cvSetRemoveByPtr()
H A Dtypes_c.h1569 struct elem_type* next_free;