| /f-stack/freebsd/contrib/device-tree/Bindings/infiniband/ |
| H A D | hisilicon-hns-roce.txt | 22 - interrupts: should contain 32 completion event irq,1 async event irq 26 - hns-roce-async: 1 async event irq 106 "hns-roce-async",
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_async.c | 77 hook_p async; /* Asynchronous side */ member 168 NETGRAPH_INIT(async, &typestruct); 215 hookp = &sc->async; in nga_newhook() 246 if (hook == sc->async) in nga_rcvdata() 359 if (hook == sc->async) in nga_disconnect() 360 hookp = &sc->async; in nga_disconnect() 413 NG_FWD_ITEM_HOOK(error, item, sc->async ); in nga_rcv_sync() 480 NG_FWD_NEW_DATA(error, item, sc->async, m); in nga_rcv_sync()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 109 path allows applications to register async copy devices (typically 112 async data path APIs are defined for DPDK applications to make use of 113 the async capability. Only packets enqueued/dequeued by async APIs are 114 processed through the async data path. 211 Register a vhost queue with async copy device channel. 226 applications call async vhost APIs to enqueue/dequeue data. 228 Typical value is 512~1024 depending on the async device capability. 231 work with the async copy devices: 241 vhost invokes this function to get the copy data completed by async 246 Unregister the async copy device channel from a vhost queue. [all …]
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | rte_ipsec.h | 37 uint16_t (*async)(const struct rte_ipsec_session *ss, member 121 return ss->pkt_func.prepare.async(ss, mb, cop, num); in rte_ipsec_pkt_crypto_prepare()
|
| H A D | sa.c | 626 pf->prepare.async = esp_inb_pkt_prepare; in lksd_none_pkt_func_select() 630 pf->prepare.async = esp_inb_pkt_prepare; in lksd_none_pkt_func_select() 635 pf->prepare.async = esp_outb_tun_prepare; in lksd_none_pkt_func_select() 640 pf->prepare.async = esp_outb_trs_prepare; in lksd_none_pkt_func_select() 753 pf->prepare.async = lksd_proto_prepare; in ipsec_sa_pkt_func_select()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-eic-sprd.txt | 6 controller contains 4 sub-modules: EIC-debounce, EIC-latch, EIC-async and 23 The EIC-async sub-module uses a 32kHz clock to capture the short signals 34 "sprd,sc9860-eic-async", 69 compatible = "sprd,sc9860-eic-async";
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | Makefile | 6 OBJ=net.o hiredis.o sds.o async.o read.o 72 async.o: async.c fmacros.h async.h hiredis.h read.h sds.h net.h dict.c dict.h 185 $(INSTALL) hiredis.h async.h read.h sds.h adapters $(INSTALL_INCLUDE_PATH)
|
| H A D | CHANGELOG.md | 47 the async onDisconnect callback function will never be called. 52 * Prevent crash on pending replies in async code (Thanks, @switch-st) 68 * Fix memory leak in async reply handling (Salvatore Sanfilippo)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | mediatek,smi-common.txt | 13 base). Besides that, the smi async clock should be prepared and enabled for 34 - "async" : asynchronous clock, it help transform the smi clock into the emi
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ieee802154/ |
| H A D | mcr20a.txt | 6 lower than 9000000 depends sync or async operation mode
|
| H A D | at86rf230.txt | 7 sync or async operation mode
|
| H A D | cc2520.txt | 6 sync or async operation mode
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | lazyfree.tcl | 30 r flushdb async
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_proc.c | 88 } async; member 420 param = sr->async.param; in process_async_request() 475 param = sr->async.param; in trigger_async_action() 481 free(sr->async.param->user_reply.msgs); in trigger_async_action() 482 free(sr->async.param); in trigger_async_action() 853 pending_req->async.param = param; in mp_request_async() 1131 dummy->async.param = param; in rte_mp_request_async()
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_adminq.h | 48 bool async; member
|
| H A D | iavf_adminq.c | 712 if (details->postpone && !details->async) { in iavf_asq_send_command() 772 if (!details->async && !details->postpone) { in iavf_asq_send_command() 824 (!details->async && !details->postpone)) { in iavf_asq_send_command()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vfs.h | 58 #define fs_vscan(vp, cr, async) (0) argument
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 173 | async_read | operations | ZIO async reads| 174 | async_write | operations | ZIO async writes | 209 | async_read_ind | blocks | independent async reads | 210 | async_write_ind | blocks | independent async writes | 215 | async_read_agg | blocks | aggregated async reads | 216 | async_write_agg | blocks | aggregated async writes |
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq.h | 48 bool async; member
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_cluster.c | 660 int async; in cluster_write() local 666 async = DOINGASYNC(vp); in cluster_write() 669 async = 0; in cluster_write() 702 if (!async && seqcount > 0) { in cluster_write() 771 if (!async && maxclen == 0) { /* I/O not contiguous */ in cluster_write()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_resolver.h | 222 unsigned async:1; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | stih407-c8sectpfe.txt | 44 - async-not-sync : Bool property to control if data is received in asynchronous mode
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost.rst | 166 This parameter is used to specify DMA type for async vhost-user net driver which 167 demonstrates how to use the async vhost APIs. It's used in combination with dmas.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | cirrus,madera.yaml | 77 opclk-async, pwm1, pwm2, spdif, asrc1-in1-lock,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zvol.c | 1663 zvol_remove_minors(spa_t *spa, const char *name, boolean_t async) in zvol_remove_minors() argument 1673 if ((async == B_FALSE) && (id != TASKQID_INVALID)) in zvol_remove_minors() 1679 boolean_t async) in zvol_rename_minors() argument 1689 if ((async == B_FALSE) && (id != TASKQID_INVALID)) in zvol_rename_minors()
|