| /f-stack/freebsd/netinet/ |
| H A D | tcp_sack.c | 458 if (hole == NULL) in tcp_sackhole_alloc() 461 hole->start = start; in tcp_sackhole_alloc() 462 hole->end = end; in tcp_sackhole_alloc() 463 hole->rxmit = start; in tcp_sackhole_alloc() 468 return hole; in tcp_sackhole_alloc() 498 if (hole == NULL) in tcp_sackhole_insert() 511 return hole; in tcp_sackhole_insert() 857 if (hole == NULL || SEQ_LT(hole->rxmit, hole->end)) in tcp_sack_output() 859 while ((hole = TAILQ_NEXT(hole, scblink)) != NULL) { in tcp_sack_output() 860 if (SEQ_LT(hole->rxmit, hole->end)) { in tcp_sack_output() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/ |
| H A D | fallocate_punch-hole.ksh | 77 log_must fallocate --punch-hole --offset 0 --length $BLKSZ $FILE 81 log_must fallocate --punch-hole --offset $BLKSZ --length $((BLKSZ / 2)) $FILE 85 log_must fallocate --punch-hole --offset $(((BLKSZ * 2) + (BLKSZ / 2))) \ 92 log_must fallocate --punch-hole --offset $((BLKSZ * 4)) \
|
| H A D | Makefile.am | 6 fallocate_punch-hole.ksh
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog_replay_volume.ksh | 131 if fallocate --punch-hole 2>&1 | grep -q "unrecognized option"; then 135 log_must fallocate --punch-hole -l 128K -o 512K $MNTPNT/discard 136 log_must fallocate --punch-hole -l 512K -o 1M $MNTPNT/discard
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_vnops.c | 91 boolean_t hole; in zfs_holey_common() local 99 hole = B_TRUE; in zfs_holey_common() 101 hole = B_FALSE; in zfs_holey_common() 103 error = dmu_offset_next(ZTOZSB(zp)->z_os, zp->z_id, hole, &noff); in zfs_holey_common() 110 if (hole) in zfs_holey_common() 124 ASSERT(hole); in zfs_holey_common()
|
| H A D | dmu_object.c | 390 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) in dmu_object_next() argument 414 if (hole) { in dmu_object_next() 423 if (hole) { in dmu_object_next() 442 (hole ? DNODE_FIND_HOLE : 0), &offset, 0, DNODES_PER_BLOCK, txg); in dmu_object_next()
|
| H A D | dnode.c | 2372 boolean_t hole; in dnode_next_offset_level() local 2377 hole = ((flags & DNODE_FIND_HOLE) != 0); in dnode_next_offset_level() 2379 ASSERT(txg == 0 || !hole); in dnode_next_offset_level() 2391 if (hole) in dnode_next_offset_level() 2429 if ((dnp[i].dn_type == DMU_OT_NONE) == hole) in dnode_next_offset_level() 2445 if (hole) in dnode_next_offset_level() 2462 (hole || bp[i].blk_birth > txg)) in dnode_next_offset_level()
|
| H A D | dmu_send.c | 172 } hole; member 1036 struct srh *srhp = &range->sru.hole; in do_dump() 1179 record->sru.hole.datablksz = datablksz; in send_cb() 1709 range->sru.hole.datablksz = datablksz; in enqueue_range()
|
| H A D | dmu.c | 2082 dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole, uint64_t *off) in dmu_offset_next() argument 2117 (hole ? DNODE_FIND_HOLE : 0), off, 1, 1, 0); in dmu_offset_next()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted.kshlib | 123 log_must zfs clone $sendfs@snap0 $POOL/hole 124 mntpnt=$(get_prop mountpoint $POOL/hole) 126 log_must zfs snapshot $POOL/hole@snap
|
| H A D | redacted_origin.ksh | 41 typeset dsB=$POOL/hole@snap
|
| H A D | redacted_incrementals.ksh | 90 log_mustnot zfs redact $POOL/int@snap book6 $POOL/hole@snap
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_hole.c | 115 NETGRAPH_INIT(hole, &typestruct);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | qcom,pmic-gpio.txt | 100 gpio1-gpio8 for pm8950 (hole on gpio3) 110 gpio1-gpio12 for pm8150l (hole on gpio7)
|
| /f-stack/freebsd/contrib/openzfs/tests/runfiles/ |
| H A D | linux.run | 103 tests = ['fallocate_prealloc', 'fallocate_punch-hole']
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | HISTORY | 64 - Fixed minor security hole in alias_ftp.c for
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 457 boolean_t hole, uint64_t txg); 1052 int dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole,
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zvol_os.c | 1121 boolean_t hole; in zvol_cdev_ioctl() local 1123 hole = (cmd == FIOSEEKHOLE); in zvol_cdev_ioctl() 1125 error = dmu_offset_next(zv->zv_objset, ZVOL_OBJ, hole, &noff); in zvol_cdev_ioctl()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | thunderx.rst | 373 This feature is used to create a hole between HEADROOM and actual data. Size of hole is specified
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | taishan.dts | 391 enable-msi-hole;
|
| H A D | icon.dts | 294 enable-msi-hole;
|
| H A D | katmai.dts | 284 enable-msi-hole;
|
| H A D | canyonlands.dts | 439 enable-msi-hole;
|
| H A D | glacier.dts | 467 enable-msi-hole;
|
| /f-stack/freebsd/i386/conf/ |
| H A D | NOTES | 176 # occupied by an ISA memory hole.
|