Home
last modified time | relevance | path

Searched full:tries (Results 1 – 25 of 1380) sorted by relevance

12345678910>>...56

/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ibm-ac-server/
H A Dir35221-unbind-bind.sh17 tries=0
19 until [ $tries -ge $max_retries ]; do
20 tries=$((tries+1))
25 echo "VRM $1 bind failed. Try $tries"
28 tries=$((max_retries+1))
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_clock.c44 u32 delta_us, tries; in measure_clock() local
47 tries = MEASURE_CLOCK_RETRIES; in measure_clock()
58 } while (delta_us > MEASURE_CLOCK_DELTA_THRESHOLD_US && --tries); in measure_clock()
60 if (!tries) { in measure_clock()
67 tries = MEASURE_CLOCK_RETRIES; in measure_clock()
77 } while (delta_us > MEASURE_CLOCK_DELTA_THRESHOLD_US && --tries); in measure_clock()
79 if (!tries) { in measure_clock()
/openbmc/linux/drivers/hwmon/
H A Dpt5161l.c124 int ret, tries; in pt5161l_read_block_data() local
145 for (tries = 0; tries < 3; tries++) { in pt5161l_read_block_data()
156 if (tries >= 3) in pt5161l_read_block_data()
170 int ret, tries; in pt5161l_read_wide_reg() local
212 for (tries = 0; tries < 100; tries++) { in pt5161l_read_wide_reg()
247 int ret, tries; in pt5161l_read_block_data_main_micro_indirect() local
270 for (tries = 0; tries < 255; tries++) { in pt5161l_read_block_data_main_micro_indirect()
321 int ret, tries; in pt5161l_heartbeat_check() local
331 for (tries = 0; tries < 100; tries++) { in pt5161l_heartbeat_check()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c177 int ret, pat, tries, chn; in qib_resync_ibepb() local
182 for (tries = 0; tries < (4 * IBSD_RESYNC_TRIES); ++tries) { in qib_resync_ibepb()
189 if (ret != 0xF0 && ret != 0x55 && tries == 0) in qib_resync_ibepb()
623 int tries; in epb_trans() local
630 for (tries = EPB_TRANS_TRIES; tries; --tries) { in epb_trans()
638 if (tries > 0 && o_vp) in epb_trans()
640 return tries; in epb_trans()
662 int tries, ret; in qib_sd7220_reg_mod() local
690 for (tries = EPB_TRANS_TRIES; tries; --tries) { in qib_sd7220_reg_mod()
697 if (tries > 0) { in qib_sd7220_reg_mod()
[all …]
/openbmc/linux/arch/arm/mach-hisi/
H A Dplatmcpm.c194 unsigned int data, tries, count; in hip04_cpu_kill() local
204 for (tries = 0; tries < count; tries++) { in hip04_cpu_kill()
216 if (tries >= count) in hip04_cpu_kill()
221 for (tries = 0; tries < count; tries++) { in hip04_cpu_kill()
227 if (tries >= count) in hip04_cpu_kill()
/openbmc/linux/tools/testing/memblock/tests/
H A Dalloc_api.c21 * A simple test that tries to allocate a small memory region.
53 * A test that tries to allocate memory next to a reserved region that starts at
114 * A test that tries to allocate memory when there is enough space at the end
156 * A test that tries to allocate memory when there is not enough space at the
204 * A test that tries to allocate memory when there are two reserved regions with
254 * A test that tries to allocate memory when there are two reserved regions with
308 * A test that tries to allocate memory when the memory is filled with reserved
347 * A test that tries to allocate memory when all memory is reserved.
370 * A test that tries to allocate memory when the memory is almost full,
404 * A test that tries to allocate memory when the memory is almost full,
[all …]
H A Dalloc_helpers_api.c5 * A simple test that tries to allocate a memory region above a specified,
47 * A test that tries to allocate a memory region above a certain address.
91 * A test that tries to allocate a memory region above an address that is too
136 * A test that tries to allocate a memory region when there is no space
183 * A test that tries to allocate a memory region with a minimal address below
219 * A test that tries to allocate a memory region above an address that is too
262 * A test that tries to allocate a memory region when there is no space
308 * A test that tries to allocate a memory region with a minimal address below
H A Dbasic_api.c106 * A test that tries to add two memory blocks that don't overlap with one
154 * A test that tries to add two memory blocks r1 and r2, where r2 overlaps
206 * A test that tries to add two memory blocks r1 and r2, where r2 overlaps
258 * A test that tries to add two memory blocks r1 and r2, where r2 is
305 * A simple test that tries to add the same memory block twice. Expect
331 * A test that tries to add two memory blocks that don't overlap with one
383 * A simple test that tries to add a memory block r when r extends past
571 * A test that tries to mark two memory blocks that don't overlap as reserved:
618 * A test that tries to mark two memory blocks r1 and r2 as reserved,
671 * A test that tries to mark two memory blocks r1 and r2 as reserved,
[all …]
H A Dalloc_nid_api.c51 * A simple test that tries to allocate a memory region within min_addr and
100 * A simple test that tries to allocate a memory region within min_addr and
153 * A simple test that tries to allocate a memory region, which spans over the
203 * A test that tries to allocate a memory region, which can't fit into
252 * A test that tries to allocate a memory region, which can't fit into
296 * A test that tries to allocate a memory region within min_addr min_addr range,
348 * A test that tries to allocate a memory region within min_addr and max_addr,
398 * A test that tries to allocate memory within min_addr and max_add range, when
464 * A test that tries to allocate memory within min_addr and max_add range, when
524 * A test that tries to allocate memory within min_addr and max_add range, when
[all …]
H A Dalloc_exact_nid_api.c23 * A test that tries to allocate a memory region in a specific NUMA node that
65 * A test that tries to allocate a memory region in a specific NUMA node that
121 * A test that tries to allocate a memory region that spans over the min_addr
178 * A test that tries to allocate a memory region that spans over the min_addr
235 * A test that tries to allocate memory within min_addr and max_add range when
292 * A test that tries to allocate a memory region in a specific NUMA node that
334 * A test that tries to allocate a memory region in a specific NUMA node that
392 * A test that tries to allocate a memory region that spans over the min_addr
449 * A test that tries to allocate a memory region that spans over the min_addr
506 * A test that tries to allocate memory within min_addr and max_add range when
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-rtd119x.c88 int tries = 0; in rtd119x_rtc_read_time() local
97 tries++; in rtd119x_rtc_read_time()
102 if (tries >= 3) in rtd119x_rtc_read_time()
105 if (tries > 1) in rtd119x_rtc_read_time()
106 dev_dbg(dev, "%s: needed %i tries\n", __func__, tries); in rtd119x_rtc_read_time()
H A Drtc-cadence.c157 int tries; in cdns_rtc_set_time() local
170 for (tries = 0; tries < CDNS_RTC_MAX_REGS_TRIES; tries++) { in cdns_rtc_set_time()
221 int tries; in cdns_rtc_set_alarm() local
231 for (tries = 0; tries < CDNS_RTC_MAX_REGS_TRIES; tries++) { in cdns_rtc_set_alarm()
/openbmc/linux/drivers/char/hw_random/
H A Darm_smccc_trng.c67 int tries = 0; in smccc_trng_read() local
79 tries = 0; in smccc_trng_read()
84 tries++; in smccc_trng_read()
85 if (tries >= SMCCC_TRNG_MAX_TRIES) in smccc_trng_read()
/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-build/
H A Daction.yml31 tries=3
33 until [ "$n" -gt "$tries" ]; do
46 [ "$n" -lt "$tries" ]
/openbmc/linux/drivers/macintosh/
H A Dwindfarm_fcu_controls.c89 int tries, nr, nw; in wf_fcu_read_reg() local
94 tries = 0; in wf_fcu_read_reg()
97 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_read_reg()
100 ++tries; in wf_fcu_read_reg()
107 tries = 0; in wf_fcu_read_reg()
110 if (nr > 0 || (nr < 0 && nr != -ENODEV) || tries >= 100) in wf_fcu_read_reg()
113 ++tries; in wf_fcu_read_reg()
125 int tries, nw; in wf_fcu_write_reg() local
131 tries = 0; in wf_fcu_write_reg()
134 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_write_reg()
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c119 static u16 last, tries; in wm97xx_acc_pen_down() local
128 if (tries > 5) { in wm97xx_acc_pen_down()
129 tries = 0; in wm97xx_acc_pen_down()
135 tries++; in wm97xx_acc_pen_down()
156 tries = 0; in wm97xx_acc_pen_down()
/openbmc/hiomapd/vpnor/
H A Dpartition.hpp66 * 1. Depending on the partition type,tries to open the file
69 * partition(RW/PRSV/RO) then tries to read the file from
76 * 1. Depending on the partition type tries to open the file
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_suballoc.c226 unsigned int *tries) in drm_suballoc_next_hole() argument
261 /* limit the number of tries each freelist gets */ in drm_suballoc_next_hole()
262 if (tries[i] > 2) in drm_suballoc_next_hole()
280 ++tries[best_idx]; in drm_suballoc_next_hole()
317 unsigned int tries[DRM_SUBALLOC_MAX_QUEUES]; in drm_suballoc_new() local
341 tries[i] = 0; in drm_suballoc_new()
353 } while (drm_suballoc_next_hole(sa_manager, fences, tries)); in drm_suballoc_new()
/openbmc/u-boot/drivers/misc/
H A Dvexpress_config.c32 u32 cmd, status, tries = 100; in vexpress_config_exec() local
52 } while (--tries && !(status & SYS_CFGSTAT_COMPLETE)); in vexpress_config_exec()
54 if (!tries) in vexpress_config_exec()
/openbmc/linux/tools/crypto/ccp/
H A Dtest_dbc.py79 """tries to call get_nonce ioctl with invalid data structures"""
88 """tries to call set_uid ioctl with invalid data structures"""
97 """tries to call set_uid ioctl with invalid data structures"""
106 """tries to call param ioctl with invalid data structures"""
114 """tries to call the DBC ioctl with invalid data structures"""
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunqe.c65 int tries = QEC_RESET_TRIES; in qec_global_reset() local
68 while (--tries) { in qec_global_reset()
76 if (tries) in qec_global_reset()
89 int tries; in qe_stop() local
93 tries = MACE_RESET_RETRIES; in qe_stop()
94 while (--tries) { in qe_stop()
102 if (!tries) { in qe_stop()
108 tries = QE_RESET_RETRIES; in qe_stop()
109 while (--tries) { in qe_stop()
117 if (!tries) { in qe_stop()
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-octeon-core.h141 int tries = 1000; in octeon_i2c_reg_write() local
147 if (--tries < 0) in octeon_i2c_reg_write()
169 int tries = 1000; in octeon_i2c_reg_read() local
175 if (--tries < 0) { in octeon_i2c_reg_read()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py50 tries = 3
51 while tries > 0:
56 tries = 0
60 tries -= 1
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_tags_inclusion.c63 /* Try to catch a excluded tag by a number of tries. */ in check_single_included_tags()
95 /* Try to catch a excluded tag by a number of tries. */ in check_multiple_included_tags()
126 /* Try to catch a excluded tag by a number of tries. */ in check_all_included_tags()
151 /* Try to catch a excluded tag by a number of tries. */ in check_none_included_tags()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_hii.c69 * This test adds a new package list and then tries to remove it using
103 * This test adds a new package list and then tries to update it using
152 * This test adds two package lists and then tries to enumerate them
382 * and then tries to enumerate them. We will get an array of handles.
466 * and then tries to get a handle to keyboard layout with a specific guid
576 * This test adds a package list, and then tries to get a handle to driver
678 * This test adds a package list, and then tries to add a new string
729 * This test adds a package list, create a new string entry and then tries
810 * This test adds a package list, create a new string entry and then tries
869 * This test adds a package list, and then tries to enumerate languages
[all …]

12345678910>>...56