Searched refs:task (Results 176 - 200 of 318) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/ath/
H A Dif_athvar.h225 struct taskqueue *sc_tq; /* private task queue */
304 struct task sc_rxtask; /* rx int processing */
321 struct task sc_txtask; /* tx int processing */
333 struct task sc_bmisstask; /* bmiss int processing */
334 struct task sc_bstucktask; /* stuck beacon processing */
366 struct task sc_dfstask; /* DFS processing task */
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdgabn.c341 process_gabn_finddone(isc_task_t *task, isc_event_t *ev) { argument
346 ns_lwdclient_log(50, "find done for task %p, client %p", task, client);
434 client->clientmgr->task,
H A Dlwdgrbn.c192 lookup_done(isc_task_t *task, isc_event_t *event) { argument
209 UNUSED(task);
418 client->options, cm->task, lookup_done,
H A Dupdate.c232 static void update_action(isc_task_t *task, isc_event_t *event);
233 static void updatedone_action(isc_task_t *task, isc_event_t *event);
235 static void forward_done(isc_task_t *task, isc_event_t *event);
1591 * We are still in the client task context, so we can
2433 update_action(isc_task_t *task, isc_event_t *event) { argument
3228 isc_task_detach(&task);
3234 isc_task_send(client->task, &event);
3239 updatedone_action(isc_task_t *task, isc_event_t *event) { argument
3243 UNUSED(task);
3246 INSIST(task
3273 forward_fail(isc_task_t *task, isc_event_t *event) argument
3308 forward_done(isc_task_t *task, isc_event_t *event) argument
3323 forward_action(isc_task_t *task, isc_event_t *event) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure10966 static void *task(p)
10998 status = pthread_create( &t, &attr, task, NULL );
11005 status = pthread_create( &t, pthread_attr_default, task, NULL );
11047 static void *task(p)
11081 status = pthread_create( &t, &attr, task, NULL );
11088 status = pthread_create( &t, pthread_attr_default, task, NULL );
11152 static void *task(p)
11184 status = pthread_create( &t, &attr, task, NULL );
11191 status = pthread_create( &t, pthread_attr_default, task, NULL );
11233 static void *task(
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-vx.c247 wait_for_inferior (); /* Get the task spawn event */
332 to the debugged task.
333 Returns -1 if remote wait failed, task status otherwise. */
356 /* Suspend the remote task.
714 /* Refuse to load the module if a debugged task is running. Doing so
715 can have a number of unpleasant consequences to the running task. */
719 if (query ("You may not load a module while the target task is running.\n\
720 Kill the target task? "))
965 (quit_failed) ? "suspend remote task"
966 : "get status of remote task"))
[all...]
/freebsd-9.3-release/lib/bind/isc/
H A DMakefile46 symtab.c task.c taskpool.c tm.c timer.c version.c
129 ${SRCDIR}/include/isc/task.h \
/freebsd-9.3-release/sys/dev/malo/
H A Dif_malo.h526 struct taskqueue *malo_tq; /* private task queue */
549 struct task malo_rxtask; /* rx int processing */
552 struct task malo_txtask; /* tx int processing */
/freebsd-9.3-release/sys/dev/nvme/
H A Dnvme_private.h288 struct task reset_task;
289 struct task fail_req_task;
/freebsd-9.3-release/contrib/ntp/libntp/
H A DMakefile.am34 $(srcdir)/../lib/isc/task.c \
H A DMakefile.in181 $(srcdir)/../lib/isc/task.c \
198 strerror.$(OBJEXT) task.$(OBJEXT) thread.$(OBJEXT) \
265 $(srcdir)/../lib/isc/task.c \
634 $(srcdir)/../lib/isc/task.c \
866 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/task.Po@am__quote@
1263 task.o: $(srcdir)/../lib/isc/task.c
1264 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT task.o -MD -MP -MF $(DEPDIR)/task.Tpo -c -o task
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dig/include/dig/
H A Ddig.h325 onrun_callback(isc_task_t *task, isc_event_t *event);
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dnslookup.c34 #include <isc/task.h>
140 static void getinput(isc_task_t *task, isc_event_t *event);
874 getinput(isc_task_t *task, isc_event_t *event) { argument
875 UNUSED(task);
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dclient.h45 * exactly once in the context of its task:
105 * client's task.
108 isc_task_t * task; member in struct:ns_client
190 * task in order to ensure synchronization.
200 * task in order to ensure synchronization.
H A Dserver.h48 isc_task_t * task; member in struct:ns_server
198 * may be called asynchronously, from outside the server's task.
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddb.c189 dns_db_ondestroy(dns_db_t *db, isc_task_t *task, isc_event_t **eventp) argument
193 return (isc_ondestroy_register(&db->ondest, task, eventp));
883 dns_db_settask(dns_db_t *db, isc_task_t *task) { argument
886 (db->methods->settask)(db, task);
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_io.h228 ctl_io_type io_type; /* task I/O, SCSI I/O, etc. */
439 struct ctl_ha_msg_task task; member in union:ctl_ha_msg
457 struct ctl_taskio taskio; /* SCSI task management/reset */
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_iwcm.c93 struct task task; member in struct:iwcm_work
937 TASK_INIT(&work->task, 0, cm_work_handler, work);
954 taskqueue_enqueue(iwcm_wq, &work->task);
/freebsd-9.3-release/sys/dev/alc/
H A Dif_alcvar.h247 struct task alc_int_task;
/freebsd-9.3-release/sys/dev/ale/
H A Dif_alevar.h223 struct task ale_int_task;
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.h103 struct task tid_release_task;
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dosm.h183 /* task */
193 void os_schedule_task(void *osext, OSM_TASK *task);
/freebsd-9.3-release/sys/dev/hptnr/
H A Dosm.h179 /* task */
189 void os_schedule_task(void *osext, OSM_TASK *task);
/freebsd-9.3-release/sys/dev/hptrr/
H A Dosm.h149 /* task */
159 void os_schedule_task(void *osext, OSM_TASK *task);
/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge_var.h270 struct task watchdog_task;

Completed in 372 milliseconds

1234567891011>>