Searched refs:next_size (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/ |
| H A D | boost-CVE-2012-2677.patch | 52 - next_size = start_size = nnext_size; 54 + next_size = start_size = min BOOST_PREVENT_MACRO_SUBSTITUTION(nnext_size, max_chunks()); 72 - next_size <<= 1; 73 + set_next_size(next_size << 1); 74 else if( next_size*partition_size/requested_size < max_size) 75 - next_size = min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size*requested_size/ part… 76 + set_next_size(min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size * requested_size /… 84 - next_size <<= 1; 85 + set_next_size(next_size << 1); 86 else if( next_size*partition_size/requested_size < max_size) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | flash_vendor_storage.c | 117 u32 offset, next_size; in flash_vendor_write() local 143 next_size = ALIGN(next_item->size, in flash_vendor_write() 147 next_size); in flash_vendor_write() 148 offset += next_size; in flash_vendor_write()
|
| H A D | mtd_vendor_storage.c | 208 u32 offset, next_size; in mtd_vendor_write() local 233 next_size = ALIGN(next_item->size, in mtd_vendor_write() 237 next_size); in mtd_vendor_write() 238 offset += next_size; in mtd_vendor_write()
|
| H A D | sdmmc_vendor_storage.c | 124 u32 offset, next_size; in emmc_vendor_write() local 150 next_size = ALIGN(next_item->size, in emmc_vendor_write() 154 next_size); in emmc_vendor_write() 155 offset += next_size; in emmc_vendor_write()
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk_ringbuffer.c | 1683 unsigned int next_size = text_size; in count_lines() local 1687 while (next_size) { in count_lines() 1688 next = memchr(next, '\n', next_size); in count_lines() 1693 next_size = text_size - (next - text); in count_lines()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | uverbs_cmd.c | 1994 size_t next_size; in ib_uverbs_post_send() local 2047 next_size = sizeof(*ud); in ib_uverbs_post_send() 2048 ud = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2070 next_size = sizeof(*rdma); in ib_uverbs_post_send() 2071 rdma = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2085 next_size = sizeof(*atomic); in ib_uverbs_post_send() 2086 atomic = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2101 next_size = sizeof(*next); in ib_uverbs_post_send() 2102 next = alloc_wr(next_size, user_wr->num_sge); in ib_uverbs_post_send() 2134 ALIGN(next_size, sizeof(struct ib_sge)); in ib_uverbs_post_send()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace.c | 3527 int next_size = 0; in __find_next_entry() local 3559 next_size = iter->ent_size; in __find_next_entry() 3563 iter->ent_size = next_size; in __find_next_entry()
|