Searched refs:retried (Results 1 - 25 of 39) sorted by last modified time

12

/linux-master/fs/erofs/
H A Dinternal.h423 int retried = 0; local
429 if (p || ++retried >= 3)
/linux-master/kernel/dma/
H A Dswiotlb.c438 bool retried = false; local
474 retried = true;
488 retried = true;
492 if (retried) {
/linux-master/fs/xfs/
H A Dxfs_inode.c2989 bool retried = false; local
3084 if (!retried) {
3087 retried = true;
H A Dxfs_buf.c434 int retried = 0; local
459 } while (retried++ <= 1);
2339 * leaves them on @buffer_list so they can be retried on a later pass. As such,
H A Dxfs_trans.c1199 bool retried = false; local
1220 if ((error == -EDQUOT || error == -ENOSPC) && !retried) {
1224 retried = true;
1316 bool retried = false; local
1325 if ((error == -EDQUOT || error == -ENOSPC) && !retried) {
1328 retried = true;
1363 bool retried = false; local
1405 if ((error == -EDQUOT || error == -ENOSPC) && !retried) {
1408 retried = true;
1446 bool retried local
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf.c5294 bool retried; local
5325 retried = false;
5334 if (retried && map->fd < 0) {
5385 if (!retried && err == -EEXIST) {
5386 retried = true;
/linux-master/fs/nfsd/
H A Dvfs.c919 bool retried = false; local
938 if (host_err == -EOPENSTALE && !retried) {
939 retried = true;
/linux-master/fs/btrfs/
H A Dvolumes.c3429 bool retried = false; local
3492 if (failed && !retried) {
3494 retried = true;
3496 } else if (WARN_ON(failed && retried)) {
4976 bool retried = false; local
5111 if (failed && !retried) {
5113 retried = true;
5115 } else if (failed && retried) {
/linux-master/fs/overlayfs/
H A Dsuper.c288 bool retried = false; local
302 if (retried)
308 retried = true;
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_gen.h622 mtype_resize(struct ip_set *set, bool retried) argument
1435 bool retried);
H A Dip_set_core.c1717 bool eexist = flags & IPSET_FLAG_EXIST, retried = false; local
1720 if (retried) {
1729 ret = set->variant->uadt(set, tb, adt, &lineno, flags, retried);
1731 retried = true;
1735 (ret = set->variant->resize(set, retried)) == 0));
H A Dip_set_list_set.c347 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
346 list_set_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
H A Dip_set_hash_netiface.c199 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
260 if (retried)
418 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
198 hash_netiface4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
417 hash_netiface6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
H A Dip_set_hash_netportnet.c189 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
299 if (retried) {
474 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
556 if (retried)
188 hash_netportnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
473 hash_netportnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
H A Dip_set_bitmap_ip.c131 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
130 bitmap_ip_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
H A Dip_set_hash_netport.c155 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
239 if (retried) {
375 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
446 if (retried)
154 hash_netport4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
374 hash_netport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
H A Dip_set_hash_netnet.c167 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
251 if (retried) {
411 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried)
166 hash_netnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
410 hash_netnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
/linux-master/include/trace/events/
H A Dext4.h2455 int nr_skipped, int retried),
2457 TP_ARGS(sb, nr_shrunk, scan_time, nr_skipped, retried),
2464 __field( int, retried )
2472 __entry->retried = retried;
2476 "nr_skipped %d retried %d",
2478 __entry->scan_time, __entry->nr_skipped, __entry->retried)
/linux-master/include/linux/netfilter/ipset/
H A Dip_set.h164 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried);
170 int (*resize)(struct ip_set *set, bool retried);
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c673 bool retried = false; local
696 } else if (!retried && mxt_wakeup_toggle(client, true, true)) {
697 retried = true;
712 bool retried = false; local
730 } else if (!retried && mxt_wakeup_toggle(client, true, true)) {
731 retried = true;
3339 * will get an instant NAK and transfer needs to be retried after 25ms.
/linux-master/block/
H A Dbadblocks.c862 int retried = 0, space_desired = 0; local
1044 if (retried++ < 3)
/linux-master/fs/ext4/
H A Dextents_status.c1550 int retried = 0, nr_skipped = 0; local
1572 if (!retried && ext4_test_inode_state(&ei->vfs_inode,
1601 if ((nr_shrunk == 0) && nr_skipped && !retried) {
1602 retried++;
1625 nr_skipped, retried);
/linux-master/drivers/ata/
H A Dlibata-sff.c1464 bool retried = false; local
1493 if (!handled && !retried) {
1522 retried = true;
/linux-master/drivers/mmc/host/
H A Dsunplus-mmc.c151 int retried; /* how many times has been retried */ member in struct:spmmc_tuning_info
/linux-master/fs/ubifs/
H A Dbudget.c424 int err, idx_growth, data_growth, dd_growth, retried = 0; local
485 if (!retried) {
486 retried = 1;

Completed in 416 milliseconds

12