Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/f-stack/tools/compat/include/sys/
H A Dmbuf.h550 if (how == M_WAITOK) \
555 #define MBUF_CHECKSLEEP(how) argument
716 error = m_pkthdr_init(m, how); in m_init()
725 m_get(int how, short type) in m_get() argument
733 MBUF_PROBE3(m__get, how, type, m); in m_get()
738 m_gethdr(int how, short type) in m_gethdr() argument
844 #define MGET(m, how, type) ((m) = m_get((how), (type))) argument
845 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type))) argument
846 #define MCLGET(m, how) m_clget((m), (how)) argument
959 int __mhow = (how); \
[all …]
/f-stack/freebsd/kern/
H A Dkern_mbuf.c648 error = m_init(m, how, type, flags); in mb_ctor_mbuf()
1133 m = m_get(how, MT_DATA); in mb_alloc_ext_pgs()
1307 m_clget(struct mbuf *m, int how) in m_clget() argument
1313 uma_zalloc_arg(zone_clust, m, how); in m_clget()
1322 MBUF_PROBE2(m__clget, m, how); in m_clget()
1398 return m_getcl(how, type, flags); in m_getjcl()
1408 n = uma_zalloc_arg(zone, m, how); in m_getjcl()
1448 mb = m_gethdr(how, type); in m_getm2()
1450 mb = m_get(how, type); in m_getm2()
1594 if (how == M_NOWAIT) { in mb_alloc_ext_plus_pages()
[all …]
H A Duipc_mbuf.c377 error = mac_mbuf_init(m, how); in m_pkthdr_init()
441 MBUF_CHECKSLEEP(how); in m_dup_pkthdr()
470 mn = m_get(how, m->m_type); in m_prepend()
570 MBUF_CHECKSLEEP(how); in m_copypacket()
571 n = m_get(how, m->m_type); in m_copypacket()
576 if (!m_dup_pkthdr(n, m, how)) in m_copypacket()
589 o = m_get(how, m->m_type); in m_copypacket()
679 MBUF_CHECKSLEEP(how); in m_dup()
697 n = m_get(how, m->m_type); in m_dup()
1364 MBUF_CHECKSLEEP(how); in m_defrag()
[all …]
H A Duipc_mbuf2.c398 m_tag_copy(struct m_tag *t, int how) in m_tag_copy() argument
402 MBUF_CHECKSLEEP(how); in m_tag_copy()
404 p = m_tag_alloc(t->m_tag_cookie, t->m_tag_id, t->m_tag_len, how); in m_tag_copy()
414 if (mac_mbuf_tag_init(p, how) != 0) { in m_tag_copy()
432 m_tag_copy_chain(struct mbuf *to, const struct mbuf *from, int how) in m_tag_copy_chain() argument
436 MBUF_CHECKSLEEP(how); in m_tag_copy_chain()
441 t = m_tag_copy(p, how); in m_tag_copy_chain()
/f-stack/freebsd/sys/
H A Dmbuf.h761 if (how == M_WAITOK) \
766 #define MBUF_CHECKSLEEP(how) argument
942 error = m_pkthdr_init(m, how); in m_init()
951 m_get(int how, short type) in m_get() argument
959 MBUF_PROBE3(m__get, how, type, m); in m_get()
964 m_gethdr(int how, short type) in m_gethdr() argument
1070 #define MGET(m, how, type) ((m) = m_get((how), (type))) argument
1071 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type))) argument
1072 #define MCLGET(m, how) m_clget((m), (how)) argument
1191 int __mhow = (how); \
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Drwlock.h76 #define rw_enter(lock, how) do { \ argument
77 if ((how) == RW_READER) \
83 #define rw_tryenter(lock, how) \ argument
84 ((how) == RW_READER ? sx_try_slock(lock) : sx_try_xlock(lock))
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dintro.rst11 It also serves as a example of how to build a more fully-featured application using the DPDK SDK.
13 The guide shows how to build and run the testpmd application and
14 how to configure the application from the command line and the run-time environment.
/f-stack/tools/compat/include/netgraph/
H A Dng_message.h382 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument
385 + (len), M_NETGRAPH_MSG, (how) | M_ZERO); \
400 #define NG_MKRESPONSE(rsp, msg, len, how) \ argument
403 + (len), M_NETGRAPH_MSG, (how) | M_ZERO); \
419 #define NG_COPYMESSAGE(copy, msg, how) \ argument
422 + (msg)->header.arglen, M_NETGRAPH_MSG, (how) | M_ZERO); \
/f-stack/freebsd/netgraph/
H A Dng_message.h379 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument
382 + (len), M_NETGRAPH_MSG, (how) | M_ZERO); \
397 #define NG_MKRESPONSE(rsp, msg, len, how) \ argument
400 + (len), M_NETGRAPH_MSG, (how) | M_ZERO); \
416 #define NG_COPYMESSAGE(copy, msg, how) \ argument
419 + (msg)->header.arglen, M_NETGRAPH_MSG, (how) | M_ZERO); \
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dintro.rst9 The document describes how to compile and run a DPDK application in a Linux application (linux) env…
20 * Getting Started Guide (this document): Describes how to install and configure the DPDK; designe…
24 …* The software architecture and how to use it (through examples), specifically in a Linux applic…
36 …ication that showcases specific functionality and provides instructions on how to compile, run and…
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dintro.rst9 up and running quickly and describes how to compile and run a
32 * **Getting Started Guide** (this document): Describes how to install and
38 * The software architecture and how to use it (through examples),
55 and provides instructions on how to compile, run and use the sample application.
/f-stack/dpdk/examples/bpf/
H A DREADME2 library. To get details of each program and how to compile it, see
8 details on how to do so.
/f-stack/freebsd/contrib/zlib/
H A Dgzread.c145 state->how = GZIP;
168 state->how = COPY;
220 state->how = LOOK;
238 switch(state->how) {
242 if (state->how == LOOK)
341 else if (state->how == LOOK || n < (state->size << 1)) {
351 else if (state->how == COPY) { /* read directly */
622 if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0)
/f-stack/lib/
H A Dff_lock.c62 lock_mtx(struct lock_object *lock, uintptr_t how) in lock_mtx() argument
109 lock_rw(struct lock_object *lock, uintptr_t how) in lock_rw() argument
387 lock_spin(struct lock_object *lock, uintptr_t how) in lock_spin() argument
417 lock_rm(struct lock_object *lock, uintptr_t how) in lock_rm() argument
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzread.c154 state.state->how = GZIP;
177 state.state->how = COPY;
229 state.state->how = LOOK;
247 switch(state.state->how) {
251 if (state.state->how == LOOK)
350 else if (state.state->how == LOOK || n < (state.state->size << 1)) {
360 else if (state.state->how == COPY) { /* read directly */
643 if (state.state->mode == GZ_READ && state.state->how == LOOK && state.state->x.have == 0)
/f-stack/tools/compat/
H A Drtioctl.c49 rt_shutdown(int fd, int how) in rt_shutdown() argument
51 if (how == SHUT_RD) { in rt_shutdown()
H A Drtioctl.h36 int rt_shutdown(int fd, int how);
/f-stack/dpdk/doc/guides/prog_guide/
H A Dintro.rst24 * **Getting Started Guide** : Describes how to install and configure the DPDK software;
33 * The software architecture and how to use it (through examples),
49 and provides instructions on how to compile, run and use the sample application.
/f-stack/freebsd/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dbug_report.md40 ### Describe how to reproduce the problem
50 this is an example how log text should be marked (wrap it with ```)
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dbrcm,bcm7120-l2-intc.txt11 - controls how some of the interrupts will be flowing, whether they will
61 - brcm,int-map-mask: 32-bits bit mask describing how many and which interrupts
62 are wired to this 2nd level interrupt controller, and how they match their
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dintro.rst62 or ``ioatfwd`` application demonstrates how to use IOAT rawdev driver for
66 demonstrates how to distribute packets arriving on an Rx port to different
70 multi-process application shows how two DPDK processes can work together using
95 documented sample applications show how to compile, configure and run the
/f-stack/dpdk/doc/guides/nics/
H A Dbuild_and_test.rst9 This section demonstrates how to compile and run a Poll Mode Driver (PMD) for
17 information on how to build and run testpmd.
32 This section demonstrates how to setup and run ``testpmd`` in Linux.
/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A DREADME.md8 follow and understand, to help understand how the Zstandard format works.
10 so it can be used to understand how complex segments could be implemented.
/f-stack/app/micro_thread/
H A Dmt_concurrent.h41 int mt_multi_netfd_poll(IMtActList& req_list, int how, int timeout);
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dqcom_hidma_mgmt.txt13 Other parameters here determine how much of the system bus this HIDMA
31 - max-write-transactions: This value is how many times a write burst is
34 - max-read-transactions: This value is how many times a read burst is

12345678910>>...15