Searched refs:task (Results 76 - 100 of 318) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.h284 struct task que_task;
315 struct task txq_task;
426 struct task link_task; /* Link tasklet */
427 struct task mod_task; /* SFP tasklet */
428 struct task msf_task; /* Multispeed Fiber */
431 struct task fdir_task;
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dapp_api.c95 isc_task_t *task, isc_taskaction_t action,
100 return (ctx->methods->ctxonrun(ctx, mctx, task, action, arg));
94 isc_app_ctxonrun(isc_appctx_t *ctx, isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, void *arg) argument
H A Dtimer_api.c100 isc_task_t *task, isc_taskaction_t action, const void *arg,
106 interval, task, action, arg,
98 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, const isc_time_t *expires, const isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
H A Dlib.c33 #include <isc/task.h>
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dtimer.h28 * \brief Provides timers which are event sources in the task system.
51 * Clients of this module must not be holding a timer's task's lock when
113 isc_task_t *task,
174 isc_task_t *task,
181 * 'task' and when dispatched 'action' will be called with 'arg' as the
203 *\li 'task' is a valid task
220 *\li The timer is attached to the task
242 * are purged from its task's event queue.
326 * The timer will detach from its task
[all...]
/freebsd-9.3-release/sys/dev/ae/
H A Dif_aevar.h121 struct task int_task;
122 struct task link_task;
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_remote_node_context.h145 * This handler is invoked when there is a request to start a task request
359 #define scic_sds_remote_node_context_start_task(rnc, task) \
360 ((rnc)->state_handlers->start_task_handler(rnc, task))
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_def.h99 struct task rcv_task;
162 struct task tx_task;
/freebsd-9.3-release/sys/netncp/
H A Dncp_ncp.h55 u_int8_t task; member in struct:ncp_rqhdr
66 u_int8_t task; member in struct:ncp_rphdr
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dtimer.h28 * \brief Provides timers which are event sources in the task system.
51 * Clients of this module must not be holding a timer's task's lock when
113 isc_task_t *task,
173 isc_task_t *task,
180 * 'task' and when dispatched 'action' will be called with 'arg' as the
202 *\li 'task' is a valid task
219 *\li The timer is attached to the task
241 * are purged from its task's event queue.
325 * The timer will detach from its task
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dtimer_api.c100 isc_task_t *task, isc_taskaction_t action, const void *arg,
106 interval, task, action, arg,
98 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
H A Dlib.c33 #include <isc/task.h>
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddispatch.c38 #include <isc/task.h>
149 isc_task_t *task; member in struct:dns_dispentry
187 isc_task_t *task; member in struct:dispsocket
223 * internal task buckets. We use multiple tasks to distribute various
225 * 1st task (task[0]) for internal control events.
227 isc_task_t *task[MAX_INTERNAL_TASKS]; member in struct:dns_dispatch
300 static void destroy_disp(isc_task_t *task, isc_event_t *event);
713 destroy_disp(isc_task_t *task, isc_event_t *event) { argument
722 UNUSED(task);
1208 udp_exrecv(isc_task_t *task, isc_event_t *ev) argument
1218 udp_shrecv(isc_task_t *task, isc_event_t *ev) argument
1534 tcp_recv(isc_task_t *task, isc_event_t *ev_in) argument
3225 dns_dispatch_addresponse2(dns_dispatch_t *disp, isc_sockaddr_t *dest, isc_task_t *task, isc_taskaction_t action, void *arg, dns_messageid_t *idp, dns_dispentry_t **resp, isc_socketmgr_t *sockmgr) argument
3409 dns_dispatch_addresponse(dns_dispatch_t *disp, isc_sockaddr_t *dest, isc_task_t *task, isc_taskaction_t action, void *arg, dns_messageid_t *idp, dns_dispentry_t **resp) argument
3823 dns_dispatchset_cancelall(dns_dispatchset_t *dset, isc_task_t *task) argument
[all...]
H A Dclient.c28 #include <isc/task.h>
81 isc_task_t *task; member in struct:dns_client
129 isc_task_t *task; member in struct:resctx
470 client->task = NULL;
471 result = isc_task_create(client->taskmgr, 0, &client->task);
548 if (client->task != NULL)
549 isc_task_detach(&client->task);
572 isc_task_detach(&client->task);
712 fetch_done(isc_task_t *task, isc_event_t *event) { argument
718 REQUIRE(rctx->task
1107 isc_task_t *task; local
1126 suspend(isc_task_t *task, isc_event_t *event) argument
1136 resolve_done(isc_task_t *task, isc_event_t *event) argument
1267 dns_client_startresolve(dns_client_t *client, dns_name_t *name, dns_rdataclass_t rdclass, dns_rdatatype_t type, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientrestrans_t **transp) argument
1506 request_done(isc_task_t *task, isc_event_t *event) argument
1545 localrequest_done(isc_task_t *task, isc_event_t *event) argument
1658 dns_client_startrequest(dns_client_t *client, dns_message_t *qmessage, dns_message_t *rmessage, isc_sockaddr_t *server, unsigned int options, unsigned int parseoptions, dns_tsec_t *tsec, unsigned int timeout, unsigned int udptimeout, unsigned int udpretries, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientreqtrans_t **transp) argument
1858 isc_task_t *task; local
1877 update_done(isc_task_t *task, isc_event_t *event) argument
1999 resolveaddr_done(isc_task_t *task, isc_event_t *event) argument
2178 receive_soa(isc_task_t *task, isc_event_t *event) argument
2409 resolvesoa_done(isc_task_t *task, isc_event_t *event) argument
2561 internal_update_callback(isc_task_t *task, isc_event_t *event) argument
2672 dns_client_startupdate(dns_client_t *client, dns_rdataclass_t rdclass, dns_name_t *zonename, dns_namelist_t *prerequisites, dns_namelist_t *updates, isc_sockaddrlist_t *servers, dns_tsec_t *tsec, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_clientupdatetrans_t **transp) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dresolver.h152 *\li 'taskmgr' is a valid task manager.
213 dns_resolver_whenshutdown(dns_resolver_t *res, isc_task_t *task,
216 * Send '*eventp' to 'task' when 'res' has completed shutdown.
227 *\li 'task' is a valid task.
261 unsigned int options, isc_task_t *task,
273 unsigned int options, isc_task_t *task,
285 isc_task_t *task,
307 * posted to 'task'.
H A Dzt.h42 (*dns_zt_zoneloaded_t)(dns_zt_t *zt, dns_zone_t *zone, isc_task_t *task);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dtaskq.h49 struct task tqent_task;
73 #define TQ_FRONT 0x08 /* Put task at the front of the queue */
/freebsd-9.3-release/sys/dev/drm/
H A Dvia_dmablit.h77 struct task wq;
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_memory.h74 struct task work;
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h288 struct task tx_task;
322 struct task rx_task;
378 struct task link_task;
379 struct task que_task;
380 struct taskqueue *tq; /* private task queue */
H A Dif_lem.h329 struct task link_task;
330 struct task rxtx_task;
331 struct task rx_task;
332 struct task tx_task;
333 struct taskqueue *tq; /* private task queue */
/freebsd-9.3-release/sys/kern/
H A Dsubr_power.c40 static struct task power_pm_task;
/freebsd-9.3-release/sys/sys/
H A Dlockf.h79 struct task *lf_async_task;/* (c) Async lock callback */
/freebsd-9.3-release/sys/xen/xenbus/
H A Dxenbusb.h73 * A dedicated task for processing child arrival and
76 struct task xbs_probe_children;
289 * via the xbs_probe_children task. This separation of responsibilities
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dapp.c47 #include <isc/task.h>
88 isc_task_t *task,
112 isc_task_t *task,
393 isc__app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, argument
397 task, action, arg));
401 isc__app_ctxonrun(isc_appctx_t *ctx0, isc_mem_t *mctx, isc_task_t *task, argument
417 * Note that we store the task to which we're going to send the event
420 isc_task_attach(task, &cloned_task);
459 * - there is thus currently no active task, and
586 isc_task_t *task; local
[all...]

Completed in 141 milliseconds

1234567891011>>