Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 67) sorted by relevance

123

/dragonfly/usr.sbin/ppp/
H A Dasync.c59 async_Init(struct async *async) in async_Init() argument
61 async_Setup(async); in async_Init()
62 memset(async->cfg.EscMap, '\0', sizeof async->cfg.EscMap); in async_Init()
66 async_Setup(struct async *async) in async_Setup() argument
69 async->length = 0; in async_Setup()
70 async->my_accmap = async->his_accmap = 0xffffffff; in async_Setup()
74 async_SetLinkParams(struct async *async, u_int32_t mymap, u_int32_t hismap) in async_SetLinkParams() argument
84 async_Encode(struct async *async, u_char **cp, u_char c, int proto) in async_Encode() argument
143 async_Decode(struct async *async, u_char c) in async_Decode() argument
155 mbuf_Write(bp, async->hbuff, async->length); in async_Decode()
[all …]
H A Dasync.h32 struct async { struct
50 extern void async_Init(struct async *); argument
51 extern void async_Setup(struct async *);
52 extern void async_SetLinkParams(struct async *, u_int32_t, u_int32_t);
H A Dphysical.h82 struct async async; /* Our async state */ member
H A DMakefile5 SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
/dragonfly/contrib/gcc-8.0/libgomp/
H A Doacc-async.c35 acc_async_test (int async) in acc_async_test() argument
37 if (async < acc_async_sync) in acc_async_test()
38 gomp_fatal ("invalid async argument: %d", async); in acc_async_test()
45 return thr->dev->openacc.async_test_func (async); in acc_async_test()
60 acc_wait (int async) in acc_wait() argument
62 if (async < acc_async_sync) in acc_wait()
70 thr->dev->openacc.async_wait_func (async); in acc_wait()
78 acc_async_wait (int async) in strong_alias()
80 acc_wait (async); in strong_alias()
118 acc_wait_all_async (int async)
[all …]
H A Doacc-parallel.c75 int async = GOMP_ASYNC_SYNC; in GOACC_parallel_keyed() local
133 async = GOMP_LAUNCH_OP (tag); in GOACC_parallel_keyed()
135 if (async == GOMP_LAUNCH_OP_MAX) in GOACC_parallel_keyed()
136 async = va_arg (ap, unsigned); in GOACC_parallel_keyed()
183 async, dims, tgt); in GOACC_parallel_keyed()
186 if (async < acc_async_noval) in GOACC_parallel_keyed()
201 int async, int num_waits, ...) in GOACC_parallel() argument
372 async, 1); in GOACC_enter_exit_data()
411 if (async == acc_async_sync) in goacc_wait()
413 else if (qid == async) in goacc_wait()
[all …]
H A Doacc-cuda.c57 acc_get_cuda_stream (int async) in acc_get_cuda_stream() argument
61 if (async < 0) in acc_get_cuda_stream()
65 return thr->dev->openacc.cuda.get_stream_func (async); in acc_get_cuda_stream()
71 acc_set_cuda_stream (int async, void *stream) in acc_set_cuda_stream() argument
75 if (async < 0 || stream == NULL) in acc_set_cuda_stream()
83 return thr->dev->openacc.cuda.set_stream_func (async, stream); in acc_set_cuda_stream()
H A Doacc-host.c143 int async __attribute__ ((unused)), in host_openacc_exec() argument
152 int async __attribute__ ((unused))) in host_openacc_register_async_cleanup() argument
157 host_openacc_async_test (int async __attribute__ ((unused))) in host_openacc_async_test() argument
169 host_openacc_async_wait (int async __attribute__ ((unused))) in host_openacc_async_wait() argument
185 host_openacc_async_wait_all_async (int async __attribute__ ((unused))) in host_openacc_async_wait_all_async() argument
190 host_openacc_async_set_async (int async __attribute__ ((unused))) in host_openacc_async_set_async() argument
H A Doacc-plugin.c34 GOMP_PLUGIN_async_unmap_vars (void *ptr, int async) in GOMP_PLUGIN_async_unmap_vars() argument
39 devicep->openacc.async_set_async_func (async); in GOMP_PLUGIN_async_unmap_vars()
H A Doacc-mem.c674 gomp_acc_remove_pointer (void *h, bool force_copyfrom, int async, int mapnum) in gomp_acc_remove_pointer() argument
726 if (async < acc_async_noval) in gomp_acc_remove_pointer()
729 t->device_descr->openacc.register_async_cleanup_func (t, async); in gomp_acc_remove_pointer()
/dragonfly/sys/netgraph7/async/
H A Dng_async.c78 hook_p async; /* Asynchronous side */ member
169 NETGRAPH_INIT(async, &typestruct);
264 hookp = &sc->async; in nga_newhook()
295 if (hook == sc->async) in nga_rcvdata()
410 if (hook == sc->async) in nga_disconnect()
411 hookp = &sc->async; in nga_disconnect()
465 NG_FWD_ITEM_HOOK(error, item, sc->async ); in nga_rcv_sync()
532 NG_FWD_NEW_DATA(error, item, sc->async, m); in nga_rcv_sync()
/dragonfly/sys/netgraph/async/
H A Dng_async.c70 hook_p async; /* Asynchronous side */ member
165 NETGRAPH_INIT(async, &typestruct);
254 hookp = &sc->async; in nga_newhook()
275 if (hook == sc->async) in nga_rcvdata()
393 if (hook == sc->async) in nga_disconnect()
394 hookp = &sc->async; in nga_disconnect()
445 NG_SEND_DATA(error, sc->async, m, meta); in nga_rcv_sync()
508 NG_SEND_DATA(error, sc->async, m, meta); in nga_rcv_sync()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_util.c169 int async, wantresp; in iwm_send_cmd() local
176 async = hcmd->flags & IWM_CMD_ASYNC; in iwm_send_cmd()
186 KASSERT(!async, ("invalid async parameter")); in iwm_send_cmd()
290 async ? " (async)" : ""); in iwm_send_cmd()
318 if (!async) { in iwm_send_cmd()
/dragonfly/usr.sbin/ypbind/
H A Dyp_ping.c215 int async; in __yp_ping() local
267 async = TRUE; in __yp_ping()
268 clnt_control(clnt, CLSET_ASYNC, (char *)&async); in __yp_ping()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dfuture139 async = 1,
193 async(_Fn&& __fn, _Args&&... __args);
767 async(launch, _Fn&&, _Args&&...);
810 async(launch, _Fn&&, _Args&&...);
853 async(launch, _Fn&&, _Args&&...);
1635 // [futures.async]:
1709 /// async
1715 if ((__policy & launch::async) == launch::async)
1742 /// async, potential overload
1745 async(_Fn&& __fn, _Args&&... __args)
[all …]
/dragonfly/sys/dev/sound/midi/
H A Dmidi.c114 struct proc *async; member
561 if (m->async) { in midi_in()
562 PHOLD(m->async); in midi_in()
563 ksignal(m->async, SIGIO); in midi_in()
564 PRELE(m->async); in midi_in()
603 if (m->async) { in midi_out()
604 PHOLD(m->async); in midi_out()
605 ksignal(m->async, SIGIO); in midi_out()
606 PRELE(m->async); in midi_out()
657 m->async = 0; in midi_open()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dfuture125 async = 1,
169 async(launch __policy, _Fn&& __fn, _Args&&... __args);
184 async(_Fn&& __fn, _Args&&... __args);
648 async(launch, _Fn&&, _Args&&...);
691 async(launch, _Fn&&, _Args&&...);
734 async(launch, _Fn&&, _Args&&...);
1482 /// async
1489 if ((__policy & (launch::async|launch::deferred)) == launch::async)
1502 /// async, potential overload
1506 async(_Fn&& __fn, _Args&&... __args)
[all …]
/dragonfly/etc/mtree/
H A DBSD.include.dist295 async
349 async
/dragonfly/sys/dev/disk/xdisk/
H A Dxdisk.c94 int async; member
151 static void xa_start(xa_tag_t *tag, kdmsg_msg_t *msg, int async);
874 xa_start(xa_tag_t *tag, kdmsg_msg_t *msg, int async) in xa_start() argument
879 tag->async = async; in xa_start()
1015 if (tag->async) in xa_done()
1132 tag->async = 0; in xa_sync_completion()
/dragonfly/sys/netgraph/
H A DMakefile5 async \
/dragonfly/contrib/gdb-7/gdb/
H A Dserial.c526 return (scb->ops->async != NULL); in serial_can_async_p()
532 return (scb->ops->async != NULL) && (scb->async_handler != NULL); in serial_is_async_p()
546 scb->ops->async (scb, handler != NULL); in serial_async()
/dragonfly/sys/netgraph7/
H A DMakefile5 async \
/dragonfly/sys/vfs/ufs/
H A DREADME59 With soft updates: writes: 6 sync, 1,113,686 async; run time 19hr, 50min
60 Normal filesystem: writes: 1,459,147 sync, 487,031 async; run time 27hr, 15min
94 tar: 0.0u 0.5s 0:00.65 76.9% 0+0k 0+44io 0pf+0w (0 sync, 33 async writes)
95 rm: 0.0u 0.2s 0:00.20 100.0% 0+0k 0+37io 0pf+0w (0 sync, 72 async writes)
98 tar: 0.0u 1.1s 0:07.27 16.5% 0+0k 60+586io 0pf+0w (523 sync, 0 async writes)
99 rm: 0.0u 0.5s 0:01.84 29.3% 0+0k 0+318io 0pf+0w (258 sync, 65 async writes)
225 also statistics on number of sync and async writes
/dragonfly/sys/dev/disk/iscsi/initiator/
H A Discsi.h276 typedef struct async { struct
406 async_t async; member
/dragonfly/sys/kern/
H A Dvfs_cluster.c1249 int async; in cluster_write() local
1255 async = vp->v_mount->mnt_flag & MNT_ASYNC; in cluster_write()
1257 async = 0; in cluster_write()
1302 if (!async && seqcount > 0) { in cluster_write()
1375 if (!async && cc->v_clen == 0) { /* I/O not contiguous */ in cluster_write()

123