Home
last modified time | relevance | path

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

12345678910

/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp52 bool valueClose(int64_t value, int64_t goal) in valueClose() argument
56 if (value < (goal + delta) && in valueClose()
57 value > (goal - delta)) in valueClose()
64 if (value < goal) in valueClose()
99 check = valueClose(avgn, goal); in driveGoal()
114 reading = !valueClose(together, goal); in driveGoal()
134 [[maybe_unused]] int64_t goal, in driveTime() argument
229 int64_t goal = 0.5 * average; in driveMain() local
231 std::cerr << "goal: " << goal << "\n"; in driveMain()
241 driveTime(seriesCnt, 128, goal, series, fanSensors); in driveMain()
[all …]
/openbmc/linux/fs/ocfs2/
H A Dreservations.c367 if (resv->r_start <= goal && ocfs2_resv_end(resv) >= goal) in ocfs2_find_resv_lhs()
371 if (resv->r_start > goal) { in ocfs2_find_resv_lhs()
475 goal, wanted, RB_EMPTY_ROOT(root)); in __ocfs2_resv_find_window()
485 resmap->m_bitmap_len - goal, in __ocfs2_resv_find_window()
492 BUG_ON(goal == 0 && clen == 0); in __ocfs2_resv_find_window()
530 if (next_resv->r_start <= goal) { in __ocfs2_resv_find_window()
538 next_resv->r_start - goal, in __ocfs2_resv_find_window()
680 unsigned int goal = 0; in ocfs2_resv_find_window() local
691 if (goal >= resmap->m_bitmap_len) in ocfs2_resv_find_window()
692 goal = 0; in ocfs2_resv_find_window()
[all …]
/openbmc/linux/fs/ufs/
H A Dballoc.c408 if (goal >= uspi->s_size) in ufs_new_fragments()
409 goal = 0; in ufs_new_fragments()
410 if (goal == 0) in ufs_new_fragments()
413 cgno = ufs_dtog(uspi, goal); in ufs_new_fragments()
698 u64 goal, int *err) in ufs_alloccg_block() argument
711 if (goal == 0) { in ufs_alloccg_block()
712 goal = ucpi->c_rotor; in ufs_alloccg_block()
715 goal = ufs_blknum (goal); in ufs_alloccg_block()
716 goal = ufs_dtogd(uspi, goal); in ufs_alloccg_block()
722 result = goal; in ufs_alloccg_block()
[all …]
/openbmc/linux/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()
/openbmc/linux/fs/udf/
H A Dballoc.c240 uint32_t goal, int *err) in udf_bitmap_new_block() argument
256 goal = 0; in udf_bitmap_new_block()
579 uint32_t goal, int *err) in udf_table_new_block() argument
602 goal = 0; in udf_table_new_block()
615 if (goal >= eloc.logicalBlockNum) { in udf_table_new_block()
616 if (goal < eloc.logicalBlockNum + in udf_table_new_block()
620 nspread = goal - eloc.logicalBlockNum - in udf_table_new_block()
623 nspread = eloc.logicalBlockNum - goal; in udf_table_new_block()
719 uint16_t partition, uint32_t goal, int *err) in udf_new_block() argument
727 partition, goal, err); in udf_new_block()
[all …]
/openbmc/qemu/tests/qtest/
H A Dmigration-helpers.c171 static bool check_migration_status(QTestState *who, const char *goal, in check_migration_status() argument
179 ready = strcmp(current_status, goal) == 0; in check_migration_status()
187 if (strcmp(goal, "completed") != 0) { in check_migration_status()
200 const char *goal, const char **ungoals) in wait_for_migration_status() argument
203 while (!check_migration_status(who, goal, ungoals)) { in wait_for_migration_status()
H A Dmigration-helpers.h40 const char *goal, const char **ungoals);
/openbmc/linux/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()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c2443 period = tinfo->goal.period; in ahd_linux_set_offset()
2444 ppr_options = tinfo->goal.ppr_options; in ahd_linux_set_offset()
2467 unsigned int period = tinfo->goal.period; in ahd_linux_set_dt()
2468 unsigned int width = tinfo->goal.width; in ahd_linux_set_dt()
2509 unsigned int period = tinfo->goal.period; in ahd_linux_set_qas()
2548 unsigned int period = tinfo->goal.period; in ahd_linux_set_iu()
2588 unsigned int period = tinfo->goal.period; in ahd_linux_set_rd_strm()
2624 unsigned int period = tinfo->goal.period; in ahd_linux_set_wr_flow()
2660 unsigned int period = tinfo->goal.period; in ahd_linux_set_rti()
2704 unsigned int period = tinfo->goal.period; in ahd_linux_set_pcomp_en()
[all …]
H A Daic7xxx_osm.c1610 if (tinfo->curr.period != tinfo->goal.period in ahc_send_async()
1611 || tinfo->curr.width != tinfo->goal.width in ahc_send_async()
1612 || tinfo->curr.offset != tinfo->goal.offset in ahc_send_async()
2337 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()
2412 unsigned int width = tinfo->goal.width; in ahc_linux_set_dt()
2450 unsigned int period = tinfo->goal.period;
[all …]
/openbmc/linux/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()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1358 goal->iu = 0;
1359 goal->dt = 0;
1360 goal->qas = 0;
1372 goal->dt = 0;
1377 goal->dt = 0;
1389 goal->iu = goal->qas = 0;
1420 if (goal->renego == NS_PPR || (goal->offset &&
1421 (goal->iu || goal->dt || goal->qas || (goal->period < 0xa)))) {
1423 } else if (goal->renego == NS_WIDE || goal->width) {
1425 } else if (goal->renego == NS_SYNC || goal->offset) {
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_icache.c1591 enum xfs_icwalk_goal goal, in xfs_icwalk_igrab() argument
1595 switch (goal) { in xfs_icwalk_igrab()
1611 enum xfs_icwalk_goal goal, in xfs_icwalk_process_inode() argument
1618 switch (goal) { in xfs_icwalk_process_inode()
1636 enum xfs_icwalk_goal goal, in xfs_icwalk_ag() argument
1649 if (goal == XFS_ICWALK_RECLAIM) in xfs_icwalk_ag()
1663 XFS_LOOKUP_BATCH, goal); in xfs_icwalk_ag()
1728 if (goal == XFS_ICWALK_RECLAIM) { in xfs_icwalk_ag()
1745 enum xfs_icwalk_goal goal, in xfs_icwalk() argument
1753 for_each_perag_tag(mp, agno, pag, goal) { in xfs_icwalk()
[all …]
/openbmc/linux/fs/ext2/
H A Dballoc.c290 search_reserve_window(struct rb_root *root, ext2_fsblk_t goal) in search_reserve_window() argument
301 if (goal < rsv->rsv_start) in search_reserve_window()
303 else if (goal > rsv->rsv_end) in search_reserve_window()
314 if (rsv->rsv_start > goal) { in search_reserve_window()
1201 ext2_fsblk_t ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, in ext2_new_blocks() argument
1239 ext2_debug("goal=%lu.\n", goal); in ext2_new_blocks()
1263 if (goal < le32_to_cpu(es->s_first_data_block) || in ext2_new_blocks()
1264 goal >= le32_to_cpu(es->s_blocks_count)) in ext2_new_blocks()
1265 goal = le32_to_cpu(es->s_first_data_block); in ext2_new_blocks()
1266 group_no = (goal - le32_to_cpu(es->s_first_data_block)) / in ext2_new_blocks()
[all …]
/openbmc/linux/fs/gfs2/
H A Drgrp.c235 u32 goal, u8 state) in gfs2_bitfit() argument
1152 u32 i, goal, count = 0; in count_unlinked() local
1155 goal = 0; in count_unlinked()
1159 goal = gfs2_bitfit(buffer, bi->bi_bytes, goal, in count_unlinked()
1161 if (goal == BFITNOENT) in count_unlinked()
1164 goal++; in count_unlinked()
1566 u64 goal; in rg_mblk_search() local
1593 goal = ip->i_goal; in rg_mblk_search()
2392 u64 goal; in gfs2_set_alloc_start() local
2395 goal = ip->i_res.rs_start; in gfs2_set_alloc_start()
[all …]
/openbmc/linux/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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geoclue/
H A Dgeoclue_2.7.1.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 \
/openbmc/linux/Documentation/gpu/rfc/
H A Dxe.rst29 As for the power management area, the goal is to have a much-simplified support
147 With multiple drivers currently introducing support to VM_BIND, the goal is to
154 This task here has the goal of introducing a documentation of the basic rules.
178 The goal is to achieve a consensus ahead of Xe initial pull-request, ideally with
191 depending on the build target. The goal is to refactor both Xe and i915/display
206 The goal is to engage with the Community to understand if the best approach is to
219 dumped, avoiding a Xe only error_state solution. The goal is to use devcoredump
227 Later, when we are in-tree, the goal is to collaborate with devcoredump
/openbmc/linux/mm/
H A Dsparse.c336 unsigned long goal, limit; in sparse_early_usemaps_alloc_pgdat_section() local
348 goal = pgdat_to_phys(pgdat) & (PAGE_SECTION_MASK << PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
349 limit = goal + (1UL << PA_SECTION_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
350 nid = early_pfn_to_nid(goal >> PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
352 usage = memblock_alloc_try_nid(size, SMP_CACHE_BYTES, goal, limit, nid); in sparse_early_usemaps_alloc_pgdat_section()
/openbmc/linux/fs/ext4/
H A Dindirect.c254 ext4_fsblk_t goal; in ext4_find_goal() local
260 goal = ext4_find_near(inode, partial); in ext4_find_goal()
261 goal = goal & EXT4_MAX_BLOCK_FILE_PHYS; in ext4_find_goal()
262 return goal; in ext4_find_goal()
342 ar->goal = new_blocks[i] = ext4_new_meta_blocks(handle, in ext4_alloc_branch()
343 ar->inode, ar->goal, in ext4_alloc_branch()
620 ar.goal = ext4_find_goal(inode, map->m_lblk, partial); in ext4_ind_map_blocks()
/openbmc/qemu/tests/tsan/
H A Dignore.tsan4 # The eventual goal would be to fix these warnings.
H A Dsuppressions.tsan2 # The goal would be to have here only items we do not
/openbmc/linux/Documentation/userspace-api/
H A Dsysfs-platform_profile.rst19 NOT a goal of this API to allow monitoring the resulting performance
26 laptop, etc. It is explicitly NOT a goal of this API to let userspace know
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-lohit_2.92.1.bb3 SUMMARY = "The project goal is to improve existing offerings of the fonts \

12345678910