Searched refs:candidate (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_ht.c | 752 struct ck_ht_entry *candidate, snapshot; in ck_ht_remove_spmc() local 783 struct ck_ht_entry *candidate, snapshot; in ck_ht_get_spmc() local 851 if (candidate != NULL) in ck_ht_set_spmc() 858 if (candidate == NULL) { in ck_ht_set_spmc() 859 candidate = priority; in ck_ht_set_spmc() 863 if (candidate->key != CK_HT_KEY_EMPTY && in ck_ht_set_spmc() 911 candidate->key != CK_HT_KEY_TOMBSTONE; in ck_ht_set_spmc() 919 candidate = priority; in ck_ht_set_spmc() 982 if (candidate != NULL || priority != NULL) in ck_ht_put_spmc() 995 candidate = priority; in ck_ht_put_spmc() [all …]
|
| /f-stack/freebsd/contrib/libsodium/dist-build/ |
| H A D | emscripten.sh | 127 …for candidate in /usr/local/bin/node /usr/local/bin/nodejs /usr/bin/node /usr/bin/nodejs node node… 128 case $($candidate --version 2>&1) in #( 130 NODE=$candidate
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 231 candidate = os.path.join(path, filename) 232 if os.path.exists(candidate): 233 return os.path.abspath(candidate)
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.c | 3016 uint16_t first, last, candidate; in sctp_inpcb_bind() local 3047 candidate = first + sctp_select_initial_TSN(&inp->sctp_ep) % (count); in sctp_inpcb_bind() 3051 if (sctp_isport_inuse(inp, htons(candidate), inp->def_vrf_id) == NULL) { in sctp_inpcb_bind() 3062 if (candidate == last) in sctp_inpcb_bind() 3063 candidate = first; in sctp_inpcb_bind() 3065 candidate = candidate + 1; in sctp_inpcb_bind() 3068 lport = htons(candidate); in sctp_inpcb_bind()
|
| /f-stack/freebsd/kern/ |
| H A D | device_if.m | 82 * calling the DEVICE_PROBE() of all candidate drivers and attach
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | ChangeLog | 339 - This is the second release candidate of Sodium 1.0. Minor 342 candidate.
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | cluster.c | 3146 clusterNode *mymaster = myself->slaveof, *target = NULL, *candidate = NULL; in clusterHandleSlaveMigration() local 3171 candidate = myself; in clusterHandleSlaveMigration() 3204 candidate->name, in clusterHandleSlaveMigration() 3207 candidate = node->slaves[j]; in clusterHandleSlaveMigration() 3219 if (target && candidate == myself && in clusterHandleSlaveMigration()
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | abi_versioning.rst | 430 and it becomes a candidate for promotion to the stable ABI. At this time, when
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 415 it becomes the new Most Recently Used (MRU) key, i.e. the last candidate for drop. 417 …When a key needs to be picked and dropped, the first candidate for drop, i.e. the current LRU key,…
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 1141 This is probably the last release candidate of Redis 5. The Redis 5 GA version 1607 This is the release candidate number five, and has a lot of bug fixes inside,
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 15 candidate for applications to upgrade, from both jemalloc 5.0 and before. For
|