| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | write.c | 69 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() [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_hash_ipport.c | 105 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport4_uadt() argument 178 if (retried) in hash_ipport4_uadt() 181 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt() 266 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport6_uadt() argument 325 if (retried) in hash_ipport6_uadt()
|
| H A D | ip_set_hash_ipportip.c | 108 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip4_uadt() argument 185 if (retried) in hash_ipportip4_uadt() 188 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt() 277 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip6_uadt() argument 340 if (retried) in hash_ipportip6_uadt()
|
| H A D | ip_set_hash_ip.c | 98 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt() argument 153 if (retried) in hash_ip4_uadt() 238 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip6_uadt() argument
|
| H A D | ip_set_hash_ipmark.c | 97 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt() argument 153 if (retried) in hash_ipmark4_uadt() 231 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark6_uadt() argument
|
| H A D | ip_set_hash_netport.c | 154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt() argument 247 if (retried) { in hash_netport4_uadt() 379 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport6_uadt() argument 450 if (retried) in hash_netport6_uadt()
|
| H A D | ip_set_hash_net.c | 136 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt() argument 199 if (retried) in hash_net4_uadt() 313 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net6_uadt() argument
|
| H A D | ip_set_hash_ipportnet.c | 160 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet4_uadt() argument 271 if (retried) { in hash_ipportnet4_uadt() 414 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportnet6_uadt() argument 496 if (retried) in hash_ipportnet6_uadt()
|
| H A D | ip_set_hash_netportnet.c | 177 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet4_uadt() argument 301 if (retried) { in hash_netportnet4_uadt() 470 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netportnet6_uadt() argument 552 if (retried) in hash_netportnet6_uadt()
|
| H A D | ip_set_hash_netiface.c | 198 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt() argument 267 if (retried) in hash_netiface4_uadt() 420 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface6_uadt() argument
|
| H A D | ip_set_hash_ipmac.c | 111 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmac4_uadt() argument 227 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmac6_uadt() argument
|
| H A D | ip_set_hash_netnet.c | 163 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet4_uadt() argument 261 if (retried) { in hash_netnet4_uadt() 411 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netnet6_uadt() argument
|
| H A D | ip_set_hash_mac.c | 96 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_mac4_uadt() argument
|
| H A D | ip_set_bitmap_port.c | 154 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in bitmap_port_uadt() argument
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | fastmap-wl.c | 207 int ret, retried = 0; in ubi_wl_get_peb() local 232 if (retried) { in ubi_wl_get_peb() 237 retried = 1; in ubi_wl_get_peb()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | budget.c | 436 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local 497 if (!retried) { in ubifs_budget_space() 498 retried = 1; in ubifs_budget_space()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | budget.c | 428 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local 489 if (!retried) { in ubifs_budget_space() 490 retried = 1; in ubifs_budget_space()
|
| /OK3568_Linux_fs/buildroot/package/tcping/ |
| H A D | Config.in | 8 firewalls, thus connection establishment will be retried
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | internal.h | 410 int retried = 0; in erofs_vm_map_ram() local 416 if (p || ++retried >= 3) in erofs_vm_map_ram()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | README | 9 layerindex-web project, as well as the ability to store and retried a
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ipset/ |
| H A D | ip_set.h | 167 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried); 173 int (*resize)(struct ip_set *set, bool retried);
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-ipmi | 232 retried. 235 message was retried.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | gen-errors.rst | 38 ioctl must not be retried without performing another action to fix
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | extents_status.c | 1475 int retried = 0, nr_skipped = 0; in __es_shrink() local 1497 if (!retried && ext4_test_inode_state(&ei->vfs_inode, in __es_shrink() 1526 if ((nr_shrunk == 0) && nr_skipped && !retried) { in __es_shrink() 1527 retried++; in __es_shrink() 1550 nr_skipped, retried); in __es_shrink()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-g-selection.rst | 111 stream on the pad. The ioctl must not be retried without performing
|