Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 25 of 218) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dreservations.c356 ocfs2_find_resv_lhs(struct ocfs2_reservation_map *resmap, unsigned int goal) in ocfs2_find_resv_lhs() argument
371 if (resv->r_start <= goal && ocfs2_resv_end(resv) >= goal) in ocfs2_find_resv_lhs()
375 if (resv->r_start > goal) { in ocfs2_find_resv_lhs()
461 unsigned int goal, unsigned int wanted) in __ocfs2_resv_find_window() argument
479 goal, wanted, RB_EMPTY_ROOT(root)); in __ocfs2_resv_find_window()
488 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goal, in __ocfs2_resv_find_window()
489 resmap->m_bitmap_len - goal, in __ocfs2_resv_find_window()
496 BUG_ON(goal == 0 && clen == 0); in __ocfs2_resv_find_window()
508 prev_resv = ocfs2_find_resv_lhs(resmap, goal); in __ocfs2_resv_find_window()
534 if (next_resv->r_start <= goal) { in __ocfs2_resv_find_window()
[all …]
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dballoc.c345 u64 goal, unsigned count, int *err, in ufs_new_fragments() argument
356 (unsigned long long)goal, count); in ufs_new_fragments()
412 if (goal >= uspi->s_size) in ufs_new_fragments()
413 goal = 0; in ufs_new_fragments()
414 if (goal == 0) in ufs_new_fragments()
417 cgno = ufs_dtog(uspi, goal); in ufs_new_fragments()
423 result = ufs_alloc_fragments (inode, cgno, goal, count, err); in ufs_new_fragments()
468 result = ufs_alloc_fragments (inode, cgno, goal, request, err); in ufs_new_fragments()
588 u64 goal, unsigned count, int *err) in ufs_alloc_fragments() argument
598 inode->i_ino, cgno, (unsigned long long)goal, count); in ufs_alloc_fragments()
[all …]
H A Dinode.c262 u64 tmp, goal, lastfrag; in ufs_inode_getfrag() local
282 goal = 0; in ufs_inode_getfrag()
284 goal = ufs_data_ptr_to_cpu(sb, in ufs_inode_getfrag()
286 if (goal) in ufs_inode_getfrag()
287 goal += uspi->s_fpb; in ufs_inode_getfrag()
290 goal, nfrags, err, locked_page); in ufs_inode_getfrag()
341 u64 tmp = 0, goal; in ufs_inode_getblock() local
367 goal = tmp + uspi->s_fpb; in ufs_inode_getblock()
369 goal = bh->b_blocknr + uspi->s_fpb; in ufs_inode_getblock()
370 tmp = ufs_new_fragments(inode, p, ufs_blknum(new_fragment), goal, in ufs_inode_getblock()
/OK3568_Linux_fs/kernel/fs/udf/
H A Dballoc.c221 uint32_t goal, int *err) in udf_bitmap_new_block() argument
236 if (goal >= sbi->s_partmaps[partition].s_partition_len) in udf_bitmap_new_block()
237 goal = 0; in udf_bitmap_new_block()
240 block = goal + (sizeof(struct spaceBitmapDesc) << 3); in udf_bitmap_new_block()
560 uint32_t goal, int *err) in udf_table_new_block() argument
582 if (goal >= sbi->s_partmaps[partition].s_partition_len) in udf_table_new_block()
583 goal = 0; in udf_table_new_block()
596 if (goal >= eloc.logicalBlockNum) { in udf_table_new_block()
597 if (goal < eloc.logicalBlockNum + in udf_table_new_block()
601 nspread = goal - eloc.logicalBlockNum - in udf_table_new_block()
[all …]
/OK3568_Linux_fs/kernel/fs/affs/
H A Dbitmap.c115 affs_alloc_block(struct inode *inode, u32 goal) in affs_alloc_block() argument
128 pr_debug("balloc(inode=%lu,goal=%u): ", inode->i_ino, goal); in affs_alloc_block()
136 if (!goal || goal > sbi->s_partition_size) { in affs_alloc_block()
137 if (goal) in affs_alloc_block()
138 affs_warning(sb, "affs_balloc", "invalid goal %d", goal); in affs_alloc_block()
141 goal = sbi->s_reserved; in affs_alloc_block()
144 blk = goal - sbi->s_reserved; in affs_alloc_block()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1692 if (tinfo->curr.period != tinfo->goal.period in ahd_send_async()
1693 || tinfo->curr.width != tinfo->goal.width in ahd_send_async()
1694 || tinfo->curr.offset != tinfo->goal.offset in ahd_send_async()
1695 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahd_send_async()
2389 unsigned int ppr_options = tinfo->goal.ppr_options; in ahd_linux_set_period()
2392 unsigned long offset = tinfo->goal.offset; in ahd_linux_set_period()
2455 period = tinfo->goal.period; in ahd_linux_set_offset()
2456 ppr_options = tinfo->goal.ppr_options; in ahd_linux_set_offset()
2477 unsigned int ppr_options = tinfo->goal.ppr_options in ahd_linux_set_dt()
2479 unsigned int period = tinfo->goal.period; in ahd_linux_set_dt()
[all …]
H A Daic7xxx_osm.c1611 if (tinfo->curr.period != tinfo->goal.period in ahc_send_async()
1612 || tinfo->curr.width != tinfo->goal.width in ahc_send_async()
1613 || tinfo->curr.offset != tinfo->goal.offset in ahc_send_async()
1614 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahc_send_async()
2337 unsigned int ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_period()
2339 unsigned long offset = tinfo->goal.offset; in ahc_linux_set_period()
2390 period = tinfo->goal.period; in ahc_linux_set_offset()
2391 ppr_options = tinfo->goal.ppr_options; in ahc_linux_set_offset()
2409 unsigned int ppr_options = tinfo->goal.ppr_options in ahc_linux_set_dt()
2411 unsigned int period = tinfo->goal.period; in ahc_linux_set_dt()
[all …]
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dbitmap.c139 u32 hfs_vbm_search_free(struct super_block *sb, u32 goal, u32 *num_bits) in hfs_vbm_search_free() argument
151 pos = hfs_find_set_zero_bits(bitmap, HFS_SB(sb)->fs_ablocks, goal, num_bits); in hfs_vbm_search_free()
153 if (goal) in hfs_vbm_search_free()
154 pos = hfs_find_set_zero_bits(bitmap, goal, 0, num_bits); in hfs_vbm_search_free()
H A Dextent.c394 u32 start, len, goal; in hfs_extend_file() local
399 goal = hfs_ext_lastblock(HFS_I(inode)->first_extents); in hfs_extend_file()
404 goal = hfs_ext_lastblock(HFS_I(inode)->cached_extents); in hfs_extend_file()
408 start = hfs_vbm_search_free(sb, goal, &len); in hfs_extend_file()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup_percpu.c103 const unsigned long goal = __pa(MAX_DMA_ADDRESS); in pcpu_alloc_bootmem() local
109 ptr = memblock_alloc_from(size, align, goal); in pcpu_alloc_bootmem()
115 ptr = memblock_alloc_try_nid(size, align, goal, in pcpu_alloc_bootmem()
124 return memblock_alloc_from(size, align, goal); in pcpu_alloc_bootmem()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dballoc.c291 search_reserve_window(struct rb_root *root, ext2_fsblk_t goal) in search_reserve_window() argument
302 if (goal < rsv->rsv_start) in search_reserve_window()
304 else if (goal > rsv->rsv_end) in search_reserve_window()
315 if (rsv->rsv_start > goal) { in search_reserve_window()
1205 ext2_fsblk_t ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, in ext2_new_blocks() argument
1243 ext2_debug("goal=%lu.\n", goal); in ext2_new_blocks()
1267 if (goal < le32_to_cpu(es->s_first_data_block) || in ext2_new_blocks()
1268 goal >= le32_to_cpu(es->s_blocks_count)) in ext2_new_blocks()
1269 goal = le32_to_cpu(es->s_first_data_block); in ext2_new_blocks()
1270 group_no = (goal - le32_to_cpu(es->s_first_data_block)) / in ext2_new_blocks()
[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 Dspellcheck.h93 best_match (GOAL_TYPE goal,
95 : m_goal (goal_traits::get_string (goal)),
96 m_goal_len (goal_traits::get_length (goal)),
/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 Dspellcheck.h93 best_match (GOAL_TYPE goal,
95 : m_goal (goal_traits::get_string (goal)),
96 m_goal_len (goal_traits::get_length (goal)),
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1352 struct sym_trans *goal) argument
1355 goal->width = 0;
1358 goal->iu = 0;
1359 goal->dt = 0;
1360 goal->qas = 0;
1361 goal->offset = 0;
1367 goal->dt = 1;
1369 if (goal->offset == 0)
1370 goal->dt = 0;
1372 goal->dt = 0;
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_lblc.c299 int goal; in ip_vs_lblc_check_expire() local
316 goal = (atomic_read(&tbl->entries) - tbl->max_size)*4/3; in ip_vs_lblc_check_expire()
317 if (goal > tbl->max_size/2) in ip_vs_lblc_check_expire()
318 goal = tbl->max_size/2; in ip_vs_lblc_check_expire()
330 goal--; in ip_vs_lblc_check_expire()
333 if (goal <= 0) in ip_vs_lblc_check_expire()
H A Dip_vs_lblcr.c463 int goal; in ip_vs_lblcr_check_expire() local
480 goal = (atomic_read(&tbl->entries) - tbl->max_size)*4/3; in ip_vs_lblcr_check_expire()
481 if (goal > tbl->max_size/2) in ip_vs_lblcr_check_expire()
482 goal = tbl->max_size/2; in ip_vs_lblcr_check_expire()
494 goal--; in ip_vs_lblcr_check_expire()
497 if (goal <= 0) in ip_vs_lblcr_check_expire()
/OK3568_Linux_fs/buildroot/package/apache/
H A DConfig.in11 systems including UNIX and Windows NT. The goal of this
29 A variant of the worker MPM with the goal of consuming threads
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Drgrp.c219 u32 goal, u8 state) in gfs2_bitfit() argument
221 u32 spoint = (goal << 1) & ((8*sizeof(u64)) - 1); in gfs2_bitfit()
222 const __le64 *ptr = ((__le64 *)buf) + (goal >> 5); in gfs2_bitfit()
1135 u32 i, goal, count = 0; in count_unlinked() local
1138 goal = 0; in count_unlinked()
1141 while (goal < bi->bi_blocks) { in count_unlinked()
1142 goal = gfs2_bitfit(buffer, bi->bi_bytes, goal, in count_unlinked()
1144 if (goal == BFITNOENT) in count_unlinked()
1147 goal++; in count_unlinked()
1537 u64 goal; in rg_mblk_search() local
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/geoclue/
H A Dgeoclue_2.5.7.bb3 The primary goal of the Geoclue project is to make creating location-aware applications \
4 as simple as possible, while the secondary goal is to ensure that no application \
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dextents.c445 u32 start, len, goal; in hfsplus_file_extend() local
459 goal = hfsplus_ext_lastblock(hip->first_extents); in hfsplus_file_extend()
464 goal = hfsplus_ext_lastblock(hip->cached_extents); in hfsplus_file_extend()
468 start = hfsplus_block_allocate(sb, sbi->total_blocks, goal, &len); in hfsplus_file_extend()
470 start = hfsplus_block_allocate(sb, goal, 0, &len); in hfsplus_file_extend()
471 if (start >= goal) { in hfsplus_file_extend()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dindirect.c247 ext4_fsblk_t goal; in ext4_find_goal() local
253 goal = ext4_find_near(inode, partial); in ext4_find_goal()
254 goal = goal & EXT4_MAX_BLOCK_FILE_PHYS; in ext4_find_goal()
255 return goal; in ext4_find_goal()
335 ar->goal = new_blocks[i] = ext4_new_meta_blocks(handle, in ext4_alloc_branch()
336 ar->inode, ar->goal, in ext4_alloc_branch()
611 ar.goal = ext4_find_goal(inode, map->m_lblk, partial); in ext4_ind_map_blocks()
/OK3568_Linux_fs/buildroot/package/waffle/
H A DConfig.in34 Waffle's immediate goal is to enable Piglit [1] to test
37 at runtime. A future goal is to enable the ability to record
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_buffer.c317 int goal = min_t(size_t, size - copied, TTY_BUFFER_PAGE); in tty_insert_flip_string_fixed_flag() local
319 int space = __tty_buffer_request_room(port, goal, flags); in tty_insert_flip_string_fixed_flag()
353 int goal = min_t(size_t, size - copied, TTY_BUFFER_PAGE); in tty_insert_flip_string_flags() local
354 int space = tty_buffer_request_room(port, goal); in tty_insert_flip_string_flags()
/OK3568_Linux_fs/kernel/mm/
H A Dsparse.c353 unsigned long goal, limit; in sparse_early_usemaps_alloc_pgdat_section() local
365 goal = __pa(pgdat) & (PAGE_SECTION_MASK << PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
366 limit = goal + (1UL << PA_SECTION_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
367 nid = early_pfn_to_nid(goal >> PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
369 usage = memblock_alloc_try_nid(size, SMP_CACHE_BYTES, goal, limit, nid); in sparse_early_usemaps_alloc_pgdat_section()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup_64.c789 const unsigned long goal = __pa(MAX_DMA_ADDRESS); in pcpu_alloc_bootmem() local
795 ptr = memblock_alloc_from(size, align, goal); in pcpu_alloc_bootmem()
801 ptr = memblock_alloc_try_nid(size, align, goal, in pcpu_alloc_bootmem()
808 return memblock_alloc_from(size, align, goal); in pcpu_alloc_bootmem()

123456789