Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 14 of 14) sorted by relevance

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_event.c143 int attempts; in vmci_event_subscribe() local
171 for (attempts = 0; attempts < VMCI_EVENT_MAX_ATTEMPTS; attempts++) { in vmci_event_subscribe()
/linux-4.19.296/drivers/i2c/busses/
Di2c-stu300.c664 int attempts = 0; in stu300_xfer_msg() local
683 if (attempts) in stu300_xfer_msg()
690 if (attempts) in stu300_xfer_msg()
710 if (attempts) in stu300_xfer_msg()
716 if (attempts) in stu300_xfer_msg()
721 ret = stu300_send_address(dev, msg, attempts != 0); in stu300_xfer_msg()
724 attempts++; in stu300_xfer_msg()
727 attempts, dev->msg_index, dev->msg_len); in stu300_xfer_msg()
730 } while (ret != 0 && attempts < NUM_ADDR_RESEND_ATTEMPTS); in stu300_xfer_msg()
732 if (attempts < NUM_ADDR_RESEND_ATTEMPTS && attempts > 0) { in stu300_xfer_msg()
[all …]
/linux-4.19.296/fs/orangefs/
Dwaitqueue.c180 op->attempts++; in service_operation()
187 op->attempts); in service_operation()
358 op->attempts); in wait_for_matching_downcall()
359 return (op->attempts < ORANGEFS_PURGE_RETRY_COUNT) ? in wait_for_matching_downcall()
369 op->attempts); in wait_for_matching_downcall()
Dorangefs-cache.c135 new_op->attempts = 0; in op_alloc()
Dorangefs-kernel.h137 int attempts; member
/linux-4.19.296/drivers/iio/accel/
Dcros_ec_accel_legacy.c96 int attempts = 0; in read_ec_until_not_busy() local
101 if (attempts++ >= 50) in read_ec_until_not_busy()
105 if (attempts % 5 == 0) in read_ec_until_not_busy()
160 int attempts = 0; in read_ec_accel_data() local
171 if (attempts++ >= 5) in read_ec_accel_data()
/linux-4.19.296/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c215 int ret, attempts = 0; in cros_ec_sensors_read_until_not_busy() local
223 if (attempts++ >= 50) in cros_ec_sensors_read_until_not_busy()
227 if (attempts % 5 == 0) in cros_ec_sensors_read_until_not_busy()
278 int ret, attempts = 0; in cros_ec_sensors_read_lpc() local
289 if (attempts++ >= 5) in cros_ec_sensors_read_lpc()
/linux-4.19.296/include/media/
Dcec.h65 u8 attempts; member
114 int (*adap_transmit)(struct cec_adapter *adap, u8 attempts,
/linux-4.19.296/include/linux/
Dw1.h216 unsigned long attempts; member
/linux-4.19.296/fs/xfs/
Dxfs_inode.c448 int attempts = 0, i, j, try_lock; in xfs_lock_inodes() local
514 attempts++; in xfs_lock_inodes()
527 if ((attempts % 5) == 0) { in xfs_lock_inodes()
553 int attempts = 0; in xfs_lock_two_inodes() local
592 if ((++attempts % 5) == 0) in xfs_lock_two_inodes()
/linux-4.19.296/fs/jffs2/
DREADME.Locking5 This document attempts to describe the existing locking rules for
/linux-4.19.296/fs/affs/
DChanges222 - Added a remount function, so attempts to remount
/linux-4.19.296/crypto/
DKconfig1048 This is a generic implementation of AES that attempts to eliminate
1057 256 bytes each, and attempts to eliminate data dependent latencies by
/linux-4.19.296/lib/
DKconfig.debug1658 This also attempts to catch cases where a page owned by DMA is