| /f-stack/freebsd/net/ |
| H A D | slcompress.c | 162 u_int changes = 0; in sl_compress_tcp() local 280 changes |= NEW_U; in sl_compress_tcp() 291 changes |= NEW_W; in sl_compress_tcp() 299 changes |= NEW_A; in sl_compress_tcp() 307 changes |= NEW_S; in sl_compress_tcp() 310 switch(changes) { in sl_compress_tcp() 355 changes |= NEW_I; in sl_compress_tcp() 386 *cp++ = changes; in sl_compress_tcp() 498 changes = *cp++; in sl_uncompress_tcp_core() 579 changes = (changes & 0xffff) + (changes >> 16); in sl_uncompress_tcp_core() [all …]
|
| /f-stack/lib/ |
| H A D | ff_epoll.c | 37 const int changes = 2; in ff_epoll_ctl() local 38 struct kevent kev[changes]; in ff_epoll_ctl() 57 return ff_kevent(epfd, kev, changes, NULL, 0, NULL); in ff_epoll_ctl() 103 return ff_kevent(epfd, kev, changes, NULL, 0, NULL); in ff_epoll_ctl()
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | abi_policy.rst | 23 #. The ABI should be preserved and not changed lightly. ABI changes must follow 103 all ABI changes. 127 enhancements. API breakages due to changes such as reorganizing public 149 offered for any ABI changes that are indicated to be part of the next ABI 155 - No backward or forward compatibility is offered for API changes marked as 183 Note that forward-only compatibility is offered for those changes made 188 of these ABI changes can only ensure that its runtime dependencies are met 209 changes, however with the following additional requirements: 217 changes will form part of the next declared major ABI version. 222 The following are examples of allowable ABI changes occurring between [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | lt3651-charger.txt | 17 The driver will attempt to aquire interrupts for all GPIOs to detect changes in 19 cannot report changes and userspace will need to periodically read the sysfs 20 attributes to detect changes.
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_devpoll_module.c | 33 ngx_uint_t changes; member 67 offsetof(ngx_devpoll_conf_t, changes), 135 if (max_changes < dpcf->changes) { in ngx_devpoll_init() 151 change_list = ngx_alloc(sizeof(struct pollfd) * dpcf->changes, in ngx_devpoll_init() 161 change_index = ngx_alloc(sizeof(ngx_event_t *) * dpcf->changes, in ngx_devpoll_init() 168 max_changes = dpcf->changes; in ngx_devpoll_init() 544 dpcf->changes = NGX_CONF_UNSET; in ngx_devpoll_create_conf() 556 ngx_conf_init_uint_value(dpcf->changes, 32); in ngx_devpoll_init_conf()
|
| H A D | ngx_kqueue_module.c | 14 ngx_uint_t changes; member 67 offsetof(ngx_kqueue_conf_t, changes), 154 if (max_changes < kcf->changes) { in ngx_kqueue_init() 173 change_list = ngx_alloc(kcf->changes * sizeof(struct kevent), in ngx_kqueue_init() 180 max_changes = kcf->changes; in ngx_kqueue_init() 730 kcf->changes = NGX_CONF_UNSET; in ngx_kqueue_create_conf() 742 ngx_conf_init_uint_value(kcf->changes, 512); in ngx_kqueue_init_conf()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_reserv.c | 953 u_long changes; in vm_reserv_break() local 970 changes = lo != hi; in vm_reserv_break() 972 changes = rv->popmap[i]; in vm_reserv_break() 973 changes ^= (changes << 1) | (lo == hi); in vm_reserv_break() 976 while (changes != 0) { in vm_reserv_break() 983 changes ^= 1UL << bitpos; in vm_reserv_break() 1243 u_long changes; in vm_reserv_test_contig() local 1265 changes ^= (changes << 1) | (lo == hi); in vm_reserv_test_contig() 1266 while (changes != 0) { in vm_reserv_test_contig() 1273 changes ^= 1UL << bitpos; in vm_reserv_test_contig() [all …]
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-clear-inode.m4 | 7 dnl # Prior to these changes it would occur in end_writeback() but due 9 dnl # moved to evict(). This changes the ordering is which sync occurs
|
| H A D | Abigail.am | 9 # changes in public system headers are also reported.
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | README.md | 57 ## Altering ZSTD and breaking changes 59 If ZSTD made changes that break compatibility or you need to make breaking 60 changes to the way we handle ZSTD, it is required to maintain backwards
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 30 * [New Changes](#new-changes) 137 * For large pull requests consider structuring your changes as a stack of 139 changes easier to review and approve which speeds up the merging process. 142 * All proposed changes must be approved by an OpenZFS organization member. 150 * To verify your changes conform to the [style guidelines]( 153 … analysis of each pull request is performed by the buildbot; run `make lint` to check your changes. 163 to control how changes are tested. 210 Commit messages for new changes must meet the following guidelines: 220 An example commit message for new changes is provided below.
|
| H A D | codecov.yml | 23 require_changes: yes # only post when coverage changes
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sifive/ |
| H A D | sifive-blocks-ip-versioning.txt | 19 interface to these IP blocks changes, or when the functionality of the 20 underlying IP blocks changes in a way that software should be aware of.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | cec-gpio.txt | 22 the following property is optional and can be used for debugging HPD changes: 26 This property is optional and can be used for debugging changes on the 5V line:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | tca8418_keypad.txt | 2 changes:
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | README | 16 Please contact the driver maintainers to request changes.
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | CONTRIBUTING.md | 30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd 31 will use a new branch per sizable topic. For smaller changes, it is okay to lump multiple 32 related changes into a branch. 56 # make some changes = 60 * Note: run local tests to ensure that your changes didn't break existing functionality 163 your changes on every single processor and os out there (and neither will we) but do that best 169 submitting changes that are clang-specific, windows-specific, etc. 183 do a little more work to ensure that you are in fact measuring the changes you've made not and 233 The fastest signal you can get regarding your performance changes is via the in-build zstd cli 258 changes. For example, the results of the example above indicate that effectively nothing [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 1683 are many changes, but no functional changes. 1711 Other ACPI table changes: 3056 with the changes above. Also, changes to the AcpiExec/AcpiNames/Examples 7914 changes 11205 Other ACPICA changes: 11276 No changes for this release. 11347 No changes for this release. 11496 No changes for this release. 14896 changes 17524 changes described above. [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fpga/ |
| H A D | altera-freeze-bridge.txt | 5 changes from passing through the bridge. The controller can also
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,smsm.txt | 6 matrix of bitmaps signal subscription of notifications upon changes to a 74 to signal changes of its state bits
|
| /f-stack/freebsd/contrib/ngatm/ |
| H A D | FREEBSD-upgrade | 4 Be careful to feed changes back to the maintainer <[email protected]>,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/light/ |
| H A D | opt3001.txt | 5 the optional generation of IIO events on rising/falling light threshold changes
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | THIRDPARTYLICENSE.gladman | 7 changes) provided that:
|
| /f-stack/app/redis-5.0.5/deps/ |
| H A D | README.md | 8 * **lua** is Lua 5.1 with minor changes for security and additional libraries. 16 Jemalloc is modified with changes that allow us to implement the Redis 48 This is never upgraded since it's part of the Redis project. If there are changes to merge from Ard…
|
| /f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/ |
| H A D | nvidia,tegra124-cpufreq.txt | 13 - pll_p: Auxiliary PLL used during fast PLL rate changes.
|