| /f-stack/freebsd/kern/ |
| H A D | subr_smr.c | 275 smr_seq_t goal, s_rd_seq; in smr_default_advance() local 286 goal = smr_shared_advance(s); in smr_default_advance() 299 return (goal); in smr_default_advance() 334 smr_seq_t goal; in smr_advance() local 353 goal = SMR_SEQ_INVALID; in smr_advance() 355 goal = smr_default_advance(smr, s); in smr_advance() 357 goal = smr_lazy_advance(smr, s); in smr_advance() 362 return (goal); in smr_advance() 402 if (SMR_SEQ_LEQ(goal, c_seq)) in smr_poll_cpu() 524 if (SMR_SEQ_LEQ(goal, s_rd_seq)) in smr_poll() [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_tflock.h | 59 uint32_t goal; in ck_tflock_ticket_fca_32() local 62 goal = (snapshot & ~mask) + delta; in ck_tflock_ticket_fca_32() 63 if (ck_pr_cas_32_value(target, snapshot, goal, &snapshot) == true) in ck_tflock_ticket_fca_32()
|
| /f-stack/freebsd/sys/ |
| H A D | smr.h | 225 bool smr_poll(smr_t smr, smr_seq_t goal, bool wait); 237 smr_wait(smr_t smr, smr_seq_t goal) in smr_wait() argument 240 return (smr_poll(smr, goal, true)); in smr_wait()
|
| /f-stack/dpdk/app/test/ |
| H A D | resource.c | 37 const size_t goal = resource_size(r); in resource_fwrite() local 40 while (total < goal) { in resource_fwrite() 41 size_t wlen = fwrite(r->begin + total, 1, goal - total, f); in resource_fwrite()
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_epoch.c | 429 unsigned int delta, epoch, goal, i; in ck_epoch_synchronize_wait() local 444 goal = epoch + CK_EPOCH_GRACE; in ck_epoch_synchronize_wait() 474 if ((goal > epoch) & (delta >= goal)) in ck_epoch_synchronize_wait()
|
| /f-stack/dpdk/doc/guides/windows_gsg/ |
| H A D | intro.rst | 19 of any individual patch series. The goal is to be able to run any DPDK
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | zone.c | 112 static size_t zone_pressure_relief(struct _malloc_zone_t *zone, size_t goal); 239 zone_pressure_relief(struct _malloc_zone_t *zone, size_t goal) { in zone_pressure_relief() argument
|
| /f-stack/app/redis-5.0.5/utils/create-cluster/ |
| H A D | README | 2 instances configured to run in cluster mode. Its main goal is to allow manual
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | mscc-phy-vsc8531.txt | 14 the output signal. The goal of this setting
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | README.markdown | 15 Its goal is to provide all of the core operations needed to build
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 267 int goal; in pf_flush_fragments() local 271 goal = uma_zone_get_cur(V_pf_frent_z) * 9 / 10; in pf_flush_fragments() 272 DPFPRINTF(("trying to free %d frag entriess\n", goal)); in pf_flush_fragments() 273 while (goal < uma_zone_get_cur(V_pf_frent_z)) { in pf_flush_fragments()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | overview.rst | 11 The main goal of the DPDK is to provide a simple,
|
| H A D | poll_mode_drv.rst | 486 xstats API can be used to achieve this goal. 574 call. As an end result, the application is able to achieve its goal of
|
| H A D | member_lib.rst | 268 The design goal of the Membership Library API is to be as generic as possible to
|
| /f-stack/app/redis-5.0.5/ |
| H A D | MANIFESTO | 25 be optionally stored on disk, say) but the main goal of the project remains
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | design.rst | 171 The primary goal of DPDK is to provide a userspace dataplane. Managing VFs from
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 10 a simple forwarder between NICs and Vhost interfaces. The goal of this setup
|
| H A D | debug_troubleshoot.rst | 19 behaviors which occur randomly or periodically. The goal of the guide is to
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | README.md | 104 to optimize above all else for performance. In pursuit of this goal, Zstandard
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | CONTRIBUTING.md | 281 functions for you. Your goal will be to find your function of interest in this call grapch
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 2855 smr_seq_t goal; in pmap_invalidate_ept() local 2886 goal = smr_advance(pmap->pm_eptsmr); in pmap_invalidate_ept() 2899 smr_wait(pmap->pm_eptsmr, goal); in pmap_invalidate_ept()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 1381 is aborted upon any error. The goal is to perform a very "best effort" to
|