Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 114) sorted by relevance

12345

/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_atomic_64.h57 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 Dkernel-rw.m43 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 Dkernel-setattr-prepare.m44 dnl # and updated to take a dentry rather than an inode.
H A Dkernel-dirty-inode.m43 dnl # The sops->dirty_inode() callbacks were updated to take a flags
H A Dkernel-mkdir-umode-t.m43 dnl # The VFS .create, .mkdir and .mknod callbacks were updated to take a
H A Dkernel-bio.m4180 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 Dethernet.c132 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 Dlp855x.txt13 - 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 Drte_timer.c40 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 Dprof_inlines_b.h138 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 Dprof_externs.h45 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated);
/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c751 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 Dstmpe-keypad.txt9 - st,scan-count : Scanning cycles elapsed before key data is updated
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_0.rst33 …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 Drelease_17_05.rst274 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 Dhip07-d05.dts16 /* the mem node will be updated by UEFI. */
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A DREADME.md51 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 DREADME.md5 updated version of the same data.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmetrics_lib.rst22 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 Dng_hci_misc.c184 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 Dng_hci_evnt.c423 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 Dng_hci_var.h205 struct timeval updated; /* entry was updated */ member
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c469 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 Dngx_http_cache.h112 unsigned updated:1; member
/f-stack/freebsd/contrib/device-tree/Bindings/hsi/
H A Domap-ssi.txt52 /* needed until hwmod is updated to use the compatible string */

12345