| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | atomic_gcc_atomic.h | 18 switch (mo) { in atomic_enum_to_builtin() 35 atomic_fence(atomic_memory_order_t mo) { in atomic_fence() argument 47 atomic_memory_order_t mo) { \ 55 atomic_memory_order_t mo) { \ 61 atomic_memory_order_t mo) { \ 64 atomic_enum_to_builtin(mo)); \ 94 atomic_memory_order_t mo) { \ 96 atomic_enum_to_builtin(mo)); \ 101 atomic_memory_order_t mo) { \ 103 atomic_enum_to_builtin(mo)); \ [all …]
|
| H A D | atomic_c11.h | 23 atomic_memory_order_t mo) { \ 31 return atomic_load_explicit(a_nonconst, mo); \ 36 type val, atomic_memory_order_t mo) { \ 37 atomic_store_explicit(a, val, mo); \ 42 atomic_memory_order_t mo) { \ 43 return atomic_exchange_explicit(a, val, mo); \ 72 type val, atomic_memory_order_t mo) { \ 78 type val, atomic_memory_order_t mo) { \ 83 type val, atomic_memory_order_t mo) { \ 88 type val, atomic_memory_order_t mo) { \ [all …]
|
| H A D | atomic_gcc_sync.h | 15 atomic_fence(atomic_memory_order_t mo) { in atomic_fence() argument 17 if (mo == atomic_memory_order_relaxed) { in atomic_fence() 21 if (mo == atomic_memory_order_seq_cst) { in atomic_fence() 33 if (mo == atomic_memory_order_acquire) { in atomic_fence() 92 atomic_memory_order_t mo) { \ 117 atomic_memory_order_t mo) { \ 163 atomic_memory_order_t mo) { \ 169 atomic_memory_order_t mo) { \ 175 atomic_memory_order_t mo) { \ 181 atomic_memory_order_t mo) { \ [all …]
|
| H A D | atomic_msvc.h | 20 atomic_fence(atomic_memory_order_t mo) { in atomic_fence() argument 24 if (mo != atomic_memory_order_relaxed) { in atomic_fence() 29 if (mo == atomic_memory_order_seq_cst) { in atomic_fence() 61 atomic_memory_order_t mo) { \ 63 if (mo != atomic_memory_order_relaxed) { \ 71 type val, atomic_memory_order_t mo) { \ 72 if (mo != atomic_memory_order_relaxed) { \ 76 if (mo == atomic_memory_order_seq_cst) { \ 83 atomic_memory_order_t mo) { \ 122 type val, atomic_memory_order_t mo) { \ [all …]
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_atomic_64.h | 124 #define __HAS_ACQ(mo) ((mo) != __ATOMIC_RELAXED && (mo) != __ATOMIC_RELEASE) in rte_atomic128_cmp_exchange() argument 125 #define __HAS_RLS(mo) ((mo) == __ATOMIC_RELEASE || (mo) == __ATOMIC_ACQ_REL || \ in rte_atomic128_cmp_exchange() argument 126 (mo) == __ATOMIC_SEQ_CST) in rte_atomic128_cmp_exchange()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mem.c | 193 struct mem_range_op *mo = (struct mem_range_op *)data; in memioctl_md() local 211 nd = imin(mo->mo_arg[0], mem_range_softc.mr_ndesc); in memioctl_md() 218 error = copyout(md, mo->mo_desc, in memioctl_md() 224 mo->mo_arg[0] = nd; in memioctl_md() 230 error = copyin(mo->mo_desc, md, sizeof(struct mem_range_desc)); in memioctl_md() 234 error = mem_range_attr_set(md, &mo->mo_arg[0]); in memioctl_md()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mem.c | 184 struct mem_range_op *mo = (struct mem_range_op *)data; in memioctl_md() local 202 nd = imin(mo->mo_arg[0], mem_range_softc.mr_ndesc); in memioctl_md() 209 error = copyout(md, mo->mo_desc, in memioctl_md() 215 mo->mo_arg[0] = nd; in memioctl_md() 221 error = copyin(mo->mo_desc, md, sizeof(struct mem_range_desc)); in memioctl_md() 225 error = mem_range_attr_set(md, &mo->mo_arg[0]); in memioctl_md()
|
| /f-stack/freebsd/sys/ |
| H A D | pmckern.h | 123 #define PMC_SOFT_CALL(pr, mo, fu, na) \ argument 125 if (__predict_false(pmc_##pr##_##mo##_##fu##_##na.ps_running)) { \ 130 ks.pm_ev = pmc_##pr##_##mo##_##fu##_##na.ps_ev.pm_ev_code; \ 139 #define PMC_SOFT_CALL(pr, mo, fu, na) \ argument 148 #define PMC_SOFT_CALL_TF(pr, mo, fu, na, tf) \ argument 150 if (__predict_false(pmc_##pr##_##mo##_##fu##_##na.ps_running)) { \ 154 ks.pm_ev = pmc_##pr##_##mo##_##fu##_##na.ps_ev.pm_ev_code; \
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_ras.c | 166 struct rte_mbuf *mo; in process_ipv4() local 173 mo = rte_ipv4_frag_reassemble_packet(tbl, dr, pkt, rte_rdtsc(), in process_ipv4() 175 if (mo != NULL) in process_ipv4() 176 p->tx_buf[p->tx_buf_count++] = mo; in process_ipv4() 199 struct rte_mbuf *mo; in process_ipv6() local 206 mo = rte_ipv6_frag_reassemble_packet(tbl, dr, pkt, rte_rdtsc(), pkt_hdr, in process_ipv6() 208 if (mo != NULL) in process_ipv6() 209 p->tx_buf[p->tx_buf_count++] = mo; in process_ipv6()
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_freebsd_init.c | 90 char *mo; in ngx_debug_init() 92 mo = getenv("MALLOC_OPTIONS"); in ngx_debug_init() 94 if (mo && ngx_strchr(mo, 'J')) { in ngx_debug_init()
|
| /f-stack/tools/libxo/tests/gettext/ |
| H A D | Makefile.am | 82 test tests: ${bin_PROGRAMS} build-mo-files 211 mo build-mo-files: target 216 (${DB} ${MSGFMT} -o po/$$lang/LC_MESSAGES/$$base.mo \ 219 (${DB} ${MSGFMT} -o po/$$lang/LC_MESSAGES/$$base.mo \
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 334 struct rte_mbuf *mo; in reassemble() local 344 mo = rte_ipv4_frag_reassemble_packet(tbl, dr, m, tms, ip_hdr); in reassemble() 345 if (mo == NULL) in reassemble() 350 if (mo != m) { in reassemble() 351 m = mo; in reassemble() 379 struct rte_mbuf *mo; in reassemble() local 388 mo = rte_ipv6_frag_reassemble_packet(tbl, dr, m, tms, ip_hdr, frag_hdr); in reassemble() 389 if (mo == NULL) in reassemble() 392 if (mo != m) { in reassemble() 393 m = mo; in reassemble()
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_mbuf.c | 263 struct mbuf *mo; in m_striphdr() local 283 mo = m1->m_next; in m_striphdr() 293 m1->m_next = mo; in m_striphdr()
|
| H A D | xform_ipcomp.c | 571 struct mbuf *mo; in ipcomp_output_cb() local 577 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff); in ipcomp_output_cb() 578 if (mo == NULL) { in ipcomp_output_cb() 587 ipcomp = (struct ipcomp *)(mtod(mo, caddr_t) + roff); in ipcomp_output_cb()
|
| H A D | xform_esp.c | 680 struct mbuf *mo = NULL; in esp_output() local 772 mo = m_makespace(m, skip, hlen, &roff); in esp_output() 773 if (mo == NULL) { in esp_output() 783 bcopy((caddr_t) &sav->spi, mtod(mo, caddr_t) + roff, in esp_output() 796 bcopy((caddr_t) &replay, mtod(mo, caddr_t) + roff + in esp_output()
|
| /f-stack/tools/libxo/doc/ |
| H A D | howto.rst | 286 object*" (.mo) files using the `msgfmt` command. The .mo files are 289 settings are used to select a .mo file which is searched for matching 291 the native language strings in the .mo file. 328 msgfmt -v -o po/my_lang/LC_MESSAGES/foo.mo po/my_lang/foo.po 330 # Install the .mo file 331 sudo cp po/my_lang/LC_MESSAGES/foo.mo \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | spi-mt65xx.txt | 42 - mediatek,pad-select: specify which pins group(ck/mi/mo/cs) spi
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | gettext.m4 | 42 dnl Catalog extension: .mo after installation, .gmo in source tree 45 dnl Catalog extension: .mo after installation, .gmo in source tree
|