| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_atomic_64.h | 57 cas_op_name(rte_int128_t *dst, rte_int128_t old, rte_int128_t updated) \ 65 register uint64_t x2 __asm("x2") = (uint64_t)updated.val[0]; \ 66 register uint64_t x3 __asm("x3") = (uint64_t)updated.val[1]; \
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-rw.m4 | 3 dnl # kernel_write() which was introduced in 3.9 was updated to take 33 dnl # kernel_read() which has existed for forever was updated to take
|
| H A D | kernel-setattr-prepare.m4 | 4 dnl # and updated to take a dentry rather than an inode.
|
| H A D | kernel-dirty-inode.m4 | 3 dnl # The sops->dirty_inode() callbacks were updated to take a flags
|
| H A D | kernel-mkdir-umode-t.m4 | 3 dnl # The VFS .create, .mkdir and .mknod callbacks were updated to take a
|
| H A D | kernel-bio.m4 | 180 dnl # The bio_set_dev() helper macro was updated to internally depend on 337 dnl # The Linux 5.5 kernel updated percpu_ref_tryget() which is inlined by
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | ethernet.c | 132 static int updated; in cvm_do_timer() local 141 updated++; in cvm_do_timer() 176 if (updated > 0) { in cvm_do_timer() 177 updated = 0; in cvm_do_timer()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | lp855x.txt | 13 - rom-addr: Register address of ROM area to be updated (u8) 14 - rom-val: Register value to be updated (u8)
|
| /f-stack/dpdk/lib/librte_timer/ |
| H A D | rte_timer.c | 40 int updated; member 509 priv_timer[lcore_id].updated = 1; in __rte_timer_reset() 607 priv_timer[lcore_id].updated = 1; in __rte_timer_stop() 743 priv_timer[lcore_id].updated = 0; in __rte_timer_manage() 752 if (priv_timer[lcore_id].updated == 1) in __rte_timer_manage() 929 data->priv_timer[this_lcore].updated = 0; in rte_timer_alt_manage() 940 if (data->priv_timer[this_lcore].updated == 1) in rte_timer_alt_manage()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof_inlines_b.h | 138 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc() argument 145 if (prof_active && !updated && ptr != NULL) { in prof_realloc()
|
| H A D | prof_externs.h | 45 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated);
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | hyperloglog.c | 751 goto updated; in hllSparseSet() 759 goto updated; in hllSparseSet() 838 updated: in hllSparseSet() 1184 int updated = 0, j; in pfaddCommand() local 1192 updated++; in pfaddCommand() 1203 updated++; in pfaddCommand() 1211 if (updated) { in pfaddCommand() 1217 addReply(c, updated ? shared.cone : shared.czero); in pfaddCommand()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | stmpe-keypad.txt | 9 - st,scan-count : Scanning cycles elapsed before key data is updated
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_0.rst | 33 …The poll mode driver is also pre-release and will be updated to a released version post hardware a… 34 …Should the official hardware release be made between DPDK releases an updated poll-mode driver wil…
|
| H A D | release_17_05.rst | 274 Added a library that allows information metrics to be added and updated 309 The QAT PMD has been updated with additional support for: 317 The AESNI MB PMD has been updated with additional support for: 323 The OpenSSL PMD has been updated with additional support for: 392 The rte_ring library has been reworked and updated. The following changes 408 or dequeued, as appropriate. The updated functions are: 507 .. Update any library version updated in this release and prepend with a ``+``
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/ |
| H A D | hip07-d05.dts | 16 /* the mem node will be updated by UEFI. */
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | README.md | 51 Note: if the zstd library for zfs is updated to a newer version, 52 the macro list in include/zstd_compat_wrapper.h usually needs to be updated.
|
| /f-stack/app/redis-5.0.5/utils/graphs/commits-over-time/ |
| H A D | README.md | 5 updated version of the same data.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | metrics_lib.rst | 22 being updated. In addition there is a special id ``RTE_METRICS_GLOBAL`` 89 if metrics were registered as a single set, they can either be updated 90 individually using ``rte_metrics_update_value()``, or updated together 272 periodically so that latency statistics can be updated.
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_misc.c | 184 getmicrotime(&n->updated); in ng_hci_new_neighbor() 250 return (now.tv_sec - n->updated.tv_sec > bluetooth_hci_max_neighbor_age()); in ng_hci_neighbor_stale()
|
| H A D | ng_hci_evnt.c | 423 getmicrotime(&n->updated); in le_advertizing_report() 640 getmicrotime(&n->updated); in inquiry_result() 1014 getmicrotime(&n->updated); in read_remote_features_compl() 1271 getmicrotime(&n->updated); in read_clock_offset_compl() 1351 getmicrotime(&n->updated); in page_scan_mode_change() 1386 getmicrotime(&n->updated); in page_scan_rep_mode_change()
|
| H A D | ng_hci_var.h | 205 struct timeval updated; /* entry was updated */ member
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | channel_monitor.c | 469 unsigned int updated = 0; in update_policy() local 484 updated = 1; in update_policy() 490 updated = 1; in update_policy() 493 if (!updated) { in update_policy() 501 updated = 1; in update_policy()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_cache.h | 112 unsigned updated:1; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/hsi/ |
| H A D | omap-ssi.txt | 52 /* needed until hwmod is updated to use the compatible string */
|