Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 31) sorted by relevance

12

/linux-4.19.296/include/linux/
Dlockdep.h484 #define LOCK_CONTENDED(_lock, try, lock) \ argument
486 if (!try(_lock)) { \
493 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument
496 if (!try(_lock)) { \
510 #define LOCK_CONTENDED(_lock, try, lock) \ argument
513 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument
525 #define LOCK_CONTENDED_FLAGS(_lock, try, lock, lockfl, flags) \ argument
526 LOCK_CONTENDED((_lock), (try), (lock))
530 #define LOCK_CONTENDED_FLAGS(_lock, try, lock, lockfl, flags) \ argument
/linux-4.19.296/drivers/misc/sgi-gru/
Dgrukdump.c128 int try, cch_locked, cbrcnt = 0, dsrcnt = 0, bytes = 0, ret = 0; in gru_dump_context() local
134 for (try = 0; try < CCH_LOCK_ATTEMPTS; try++) { in gru_dump_context()
/linux-4.19.296/drivers/bluetooth/
Dbt3c_cs.c643 int *try = priv_data; in bt3c_check_config() local
645 if (!try) in bt3c_check_config()
684 unsigned long try; in bt3c_config() local
689 for (try = 0; try < 2; try++) in bt3c_config()
690 if (!pcmcia_loop_config(link, bt3c_check_config, (void *) try)) in bt3c_config()
/linux-4.19.296/drivers/rtc/
Drtc-rv8803.c75 int try = RV8803_I2C_TRY_COUNT; in rv8803_read_reg() local
84 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_read_reg()
94 int try = RV8803_I2C_TRY_COUNT; in rv8803_read_regs() local
99 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_read_regs()
112 int try = RV8803_I2C_TRY_COUNT; in rv8803_write_reg() local
117 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_write_reg()
127 int try = RV8803_I2C_TRY_COUNT; in rv8803_write_regs() local
133 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_write_regs()
/linux-4.19.296/drivers/ntb/test/
Dntb_perf.c260 int try; in perf_spad_cmd_send() local
272 for (try = 0; try < MSG_TRIES; try++) { in perf_spad_cmd_send()
302 return try < MSG_TRIES ? 0 : -EAGAIN; in perf_spad_cmd_send()
353 int try, ret; in perf_msg_cmd_send() local
366 for (try = 0; try < MSG_TRIES; try++) { in perf_msg_cmd_send()
392 return try < MSG_TRIES ? 0 : -EAGAIN; in perf_msg_cmd_send()
785 int try = 0, ret = 0; in perf_copy_chunk() local
824 } while (!tx && (try++ < DMA_TRIES)); in perf_copy_chunk()
/linux-4.19.296/drivers/misc/cxl/
Dguest.c312 int i, try, irq; in guest_alloc_irq_ranges() local
318 try = num; in guest_alloc_irq_ranges()
319 while (try) { in guest_alloc_irq_ranges()
320 if (irq_alloc_range(adapter, try, &irq) == 0) in guest_alloc_irq_ranges()
322 try /= 2; in guest_alloc_irq_ranges()
324 if (!try) in guest_alloc_irq_ranges()
327 irqs->range[i] = try; in guest_alloc_irq_ranges()
328 num -= try; in guest_alloc_irq_ranges()
/linux-4.19.296/drivers/media/tuners/
Dmt20xx.c184 int try,lock=0; in mt2032_check_lo_lock() local
187 for(try=0;try<10;try++) { in mt2032_check_lo_lock()
/linux-4.19.296/fs/proc/
Dkcore.c93 size_t try, size; in get_kcore_size() local
100 try = kc_vaddr_to_offset((size_t)m->addr + m->size); in get_kcore_size()
101 if (try > size) in get_kcore_size()
102 size = try; in get_kcore_size()
DKconfig8 you try to access them. Also, you cannot read the files with older
/linux-4.19.296/drivers/i2c/
Di2c-core-smbus.c554 int try; in __i2c_smbus_xfer() local
570 for (res = 0, try = 0; try <= adapter->retries; try++) { in __i2c_smbus_xfer()
Di2c-core-base.c1880 int ret, try; in __i2c_transfer() local
1904 for (ret = 0, try = 0; try <= adap->retries; try++) { in __i2c_transfer()
/linux-4.19.296/drivers/memstick/core/
Dms_block.c827 int error, try; in msb_erase_block() local
833 for (try = 1; try < 3; try++) { in msb_erase_block()
862 int try, error; in msb_read_page() local
906 for (try = 1; try < 3; try++) { in msb_read_page()
1119 int error, try; in msb_update_block() local
1130 for (try = 0; try < 3; try++) { in msb_update_block()
1157 pr_err("block update error after %d tries, switching to r/o mode", try); in msb_update_block()
/linux-4.19.296/drivers/char/tpm/
Dtpm-interface.c1214 int rc, try; in tpm_pm_suspend() local
1235 for (try = 0; try < TPM_RETRY; try++) { in tpm_pm_suspend()
1258 else if (try > 0) in tpm_pm_suspend()
1260 try * TPM_TIMEOUT_RETRY); in tpm_pm_suspend()
Dtpm_tis_core.c428 unsigned int try; in tpm_tis_send_main() local
430 for (try = 0; try < TPM_RETRY; try++) { in tpm_tis_send_main()
/linux-4.19.296/fs/ufs/
DKconfig34 Say Y here if you want to try writing to UFS partitions. This is
/linux-4.19.296/drivers/misc/genwqe/
Dcard_ddcb.c277 unsigned int try; in enqueue_ddcb() local
300 for (try = 0; try < 2; try++) { in enqueue_ddcb()
/linux-4.19.296/drivers/i2c/busses/
Di2c-octeon-core.c97 int try = 0; in octeon_i2c_hlc_enable() local
113 if (try++ > 100) { in octeon_i2c_hlc_enable()
/linux-4.19.296/fs/ntfs/
DKconfig48 When reporting bugs, please try to have available a full dump of
/linux-4.19.296/drivers/lightnvm/
Dpblk-rb.c541 try: in pblk_rb_read_to_bio()
545 goto try; in pblk_rb_read_to_bio()
/linux-4.19.296/fs/jffs2/
DKconfig28 If reporting bugs, please try to have available a full dump of the
/linux-4.19.296/fs/fat/
DKconfig43 <http://www.tldp.org/docs.html#howto>, or try dmsdosfs in
/linux-4.19.296/drivers/media/dvb-frontends/
Dstv0367.c717 u8 try, u_var1 = 0, u_var2 = 0, u_var3 = 0, u_var4 = 0, mode, guard; in stv0367ter_lock_algo() local
725 try = 0; in stv0367ter_lock_algo()
750 if (try == 0) in stv0367ter_lock_algo()
756 try++; in stv0367ter_lock_algo()
757 } while ((try < 10) && (ret_flag != FE_TER_LOCKOK)); in stv0367ter_lock_algo()
/linux-4.19.296/drivers/xen/
Dxen-scsiback.c1016 char *phy, struct ids_tuple *vir, int try) in scsiback_do_add_lun() argument
1022 if (try) { in scsiback_do_add_lun()
1035 } else if (!try) { in scsiback_do_add_lun()
/linux-4.19.296/fs/cramfs/
DREADME140 The remaining options try to make cramfs more sharable.
/linux-4.19.296/fs/reiserfs/
DREADME56 distributors wanting them out of sync.:-) Please try to remember to

12