Home
last modified time | relevance | path

Searched refs:retried (Results 1 - 25 of 70) sorted by relevance

123

/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_insn.c74 bool retried = false; in zpci_mod_fc() local
81 if (!retried) { in zpci_mod_fc()
83 retried = true; in zpci_mod_fc()
90 else if (retried) in zpci_mod_fc()
116 bool retried = false; in zpci_refresh_trans() local
123 if (!retried) { in zpci_refresh_trans()
125 retried = true; in zpci_refresh_trans()
132 else if (retried) in zpci_refresh_trans()
189 bool retried = false; in __zpci_load() local
197 if (!retried) { in __zpci_load()
278 bool retried = false; __zpci_store() local
365 bool retried = false; __zpci_store_block() local
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Dwrite.c69 int retried = 0; in jffs2_write_dnode() local
101 BUG_ON(!retried); in jffs2_write_dnode()
128 if (!retried && alloc_mode != ALLOC_NORETRY) { in jffs2_write_dnode()
133 retried = 1; in jffs2_write_dnode()
198 if (retried) { in jffs2_write_dnode()
213 int retried = 0; in jffs2_write_dirent() local
259 BUG_ON(!retried); in jffs2_write_dirent()
280 if (!retried) { in jffs2_write_dirent()
285 retried = 1; in jffs2_write_dirent()
330 if (retried) { in jffs2_write_dirent()
356 int retried = 0; jffs2_write_inode_range() local
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H A Dwrite.c69 int retried = 0; in jffs2_write_dnode() local
101 BUG_ON(!retried); in jffs2_write_dnode()
128 if (!retried && alloc_mode != ALLOC_NORETRY) { in jffs2_write_dnode()
133 retried = 1; in jffs2_write_dnode()
198 if (retried) { in jffs2_write_dnode()
213 int retried = 0; in jffs2_write_dirent() local
259 BUG_ON(!retried); in jffs2_write_dirent()
280 if (!retried) { in jffs2_write_dirent()
285 retried = 1; in jffs2_write_dirent()
330 if (retried) { in jffs2_write_dirent()
356 int retried = 0; jffs2_write_inode_range() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.c1194 bool retried = false; in xfs_trans_alloc_inode() local
1215 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_inode()
1219 retried = true; in xfs_trans_alloc_inode()
1249 bool retried = false; in xfs_trans_alloc_icreate() local
1258 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_icreate()
1261 retried = true; in xfs_trans_alloc_icreate()
1296 bool retried = false; in xfs_trans_alloc_ichange() local
1338 if ((error == -EDQUOT || error == -ENOSPC) && !retried) { in xfs_trans_alloc_ichange()
1341 retried = true; in xfs_trans_alloc_ichange()
1379 bool retried in xfs_trans_alloc_dir() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_ipportip.c108 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip4_uadt()
182 if (retried) in hash_ipportip4_uadt()
185 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt()
278 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip6_uadt()
341 if (retried) in hash_ipportip6_uadt()
107 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip4_uadt() argument
277 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip6_uadt() argument
H A Dip_set_hash_ipport.c105 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport4_uadt()
175 if (retried) in hash_ipport4_uadt()
178 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt()
267 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport6_uadt()
326 if (retried) in hash_ipport6_uadt()
104 hash_ipport4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipport4_uadt() argument
266 hash_ipport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipport6_uadt() argument
H A Dip_set_hash_ipmark.c97 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt()
150 if (retried) in hash_ipmark4_uadt()
232 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark6_uadt()
96 hash_ipmark4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmark4_uadt() argument
231 hash_ipmark6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmark6_uadt() argument
H A Dip_set_hash_ip.c98 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt()
149 if (retried) in hash_ip4_uadt()
238 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip6_uadt()
97 hash_ip4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ip4_uadt() argument
237 hash_ip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ip6_uadt() argument
H A Dip_set_hash_netport.c154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt()
238 if (retried) { in hash_netport4_uadt()
374 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport6_uadt()
445 if (retried) in hash_netport6_uadt()
153 hash_netport4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netport4_uadt() argument
373 hash_netport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netport6_uadt() argument
H A Dip_set_hash_ipportnet.c160 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet4_uadt()
268 if (retried) { in hash_ipportnet4_uadt()
417 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet6_uadt()
499 if (retried) in hash_ipportnet6_uadt()
159 hash_ipportnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportnet4_uadt() argument
416 hash_ipportnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportnet6_uadt() argument
H A Dip_set_hash_netportnet.c188 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet4_uadt()
298 if (retried) { in hash_netportnet4_uadt()
473 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet6_uadt()
555 if (retried) in hash_netportnet6_uadt()
187 hash_netportnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netportnet4_uadt() argument
472 hash_netportnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netportnet6_uadt() argument
H A Dip_set_hash_netiface.c198 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt()
259 if (retried) in hash_netiface4_uadt()
417 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface6_uadt()
197 hash_netiface4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netiface4_uadt() argument
416 hash_netiface6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netiface6_uadt() argument
H A Dip_set_hash_net.c136 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt()
191 if (retried) in hash_net4_uadt()
310 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net6_uadt()
135 hash_net4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_net4_uadt() argument
309 hash_net6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_net6_uadt() argument
H A Dip_set_hash_netnet.c163 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet4_uadt()
247 if (retried) { in hash_netnet4_uadt()
402 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet6_uadt()
162 hash_netnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netnet4_uadt() argument
401 hash_netnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netnet6_uadt() argument
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_ipport.c113 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport4_uadt()
187 if (retried) in hash_ipport4_uadt()
190 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt()
284 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport6_uadt()
347 if (retried) in hash_ipport6_uadt()
112 hash_ipport4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipport4_uadt() argument
283 hash_ipport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipport6_uadt() argument
H A Dip_set_hash_ipportip.c109 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip4_uadt()
183 if (retried) in hash_ipportip4_uadt()
186 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt()
279 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip6_uadt()
342 if (retried) in hash_ipportip6_uadt()
108 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip4_uadt() argument
278 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportip6_uadt() argument
H A Dip_set_hash_ipmark.c98 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt()
151 if (retried) in hash_ipmark4_uadt()
233 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark6_uadt()
97 hash_ipmark4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmark4_uadt() argument
232 hash_ipmark6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipmark6_uadt() argument
H A Dip_set_hash_ip.c101 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt()
152 if (retried) in hash_ip4_uadt()
235 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip6_uadt()
100 hash_ip4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ip4_uadt() argument
234 hash_ip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ip6_uadt() argument
H A Dip_set_hash_netport.c155 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt()
239 if (retried) { in hash_netport4_uadt()
375 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport6_uadt()
446 if (retried) in hash_netport6_uadt()
154 hash_netport4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netport4_uadt() argument
374 hash_netport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netport6_uadt() argument
H A Dip_set_hash_netportnet.c189 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet4_uadt()
299 if (retried) { in hash_netportnet4_uadt()
474 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet6_uadt()
556 if (retried) in hash_netportnet6_uadt()
188 hash_netportnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netportnet4_uadt() argument
473 hash_netportnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netportnet6_uadt() argument
H A Dip_set_hash_ipportnet.c161 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet4_uadt()
269 if (retried) { in hash_ipportnet4_uadt()
418 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet6_uadt()
500 if (retried) in hash_ipportnet6_uadt()
160 hash_ipportnet4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportnet4_uadt() argument
417 hash_ipportnet6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_ipportnet6_uadt() argument
H A Dip_set_hash_netiface.c199 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt()
260 if (retried) in hash_netiface4_uadt()
418 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface6_uadt()
198 hash_netiface4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netiface4_uadt() argument
417 hash_netiface6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_netiface6_uadt() argument
H A Dip_set_hash_net.c137 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt()
192 if (retried) in hash_net4_uadt()
311 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net6_uadt()
136 hash_net4_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_net4_uadt() argument
310 hash_net6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) hash_net6_uadt() argument
/kernel/linux/linux-5.10/fs/ubifs/
H A Dbudget.c427 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
488 if (!retried) { in ubifs_budget_space()
489 retried = 1; in ubifs_budget_space()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dbudget.c424 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
485 if (!retried) { in ubifs_budget_space()
486 retried = 1; in ubifs_budget_space()

Completed in 27 milliseconds

123