Searched refs:task (Results 251 - 275 of 318) sorted by relevance

<<111213

/freebsd-9.3-release/tools/tools/vhba/mptest/
H A Dvhba_mptest.c62 struct task qt;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwresd.c39 #include <isc/task.h>
67 #define NRECVS 2 /*%< max clients per task */
649 isc_task_shutdown(cm->task);
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_cma.c172 struct task task; member in struct:cma_work
1562 taskqueue_enqueue(cma_wq, &work->task);
1627 TASK_INIT(&work->task, 0, cma_work_handler, work);
1685 TASK_INIT(&work->task, 0, cma_work_handler, work);
1689 taskqueue_enqueue(cma_wq, &work->task);
1848 TASK_INIT(&work->task, 0, cma_work_handler, work);
1852 taskqueue_enqueue(cma_wq, &work->task);
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.h257 struct task ltask;
258 struct task gtask;
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c113 static struct task ng_btsocket_l2cap_raw_queue_task;
120 static struct task ng_btsocket_l2cap_raw_rt_task;
247 * Hook disconnection. Schedule route cleanup task
449 * Route cleanup task. Gets scheduled when hook is disconnected. Here we
H A Dng_btsocket_sco.c102 static struct task ng_btsocket_sco_queue_task;
107 static struct task ng_btsocket_sco_rt_task;
282 * Hook disconnection. Schedule route cleanup task
1039 * Route cleanup task. Gets scheduled when hook is disconnected. Here we
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon.h548 struct task work;
1633 struct task hotplug_work;
1634 struct task audio_work;
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c1231 * Action from SCRIPTS on a task.
1469 * Idle task and invalid task actions and
2215 int task);
2217 static int sym_clear_tasks (hcb_p np, int status, int targ, int lun, int task);
2913 * Insert first the idle task and then our job.
4551 * a given target/lun/task condition (-1 means all),
4558 sym_dequeue_from_squeue(hcb_p np, int i, int target, int lun, int task) argument
4570 * that matches the target/lun/task condition.
4582 (task
4827 sym_clear_tasks(hcb_p np, int cam_status, int target, int lun, int task) argument
4915 int target=-1, lun=-1, task; local
[all...]
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_pass.c84 struct task add_physpath_task;
409 * until the task queue has run to setup the physical path alias.
/freebsd-9.3-release/sys/dev/aac/
H A Daacvar.h377 struct task aac_task_complete; /* deferred-completion
378 * task */
/freebsd-9.3-release/sys/dev/bwi/
H A Dif_bwivar.h615 struct task sc_restart_task;
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.h661 struct task tq_task;
1423 struct task chip_tq_task;
1428 struct task sp_tq_task;
1433 struct task rx_mode_tq_task;
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dadapter.h370 struct task tx_task;
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt209 * Added more pending task bits to RAID Volume Page 0
308 * 05-06-09 02.00.07 Changed task management type of Query Unit Attention to
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_user.c822 MPI2_SCSI_TASK_MANAGE_REQUEST *task; local
832 task = (MPI2_SCSI_TASK_MANAGE_REQUEST *)cm->cm_req;
833 bcopy(&tmphdr, task, data->RequestSize);
834 task->TaskMID = cm->cm_desc.Default.SMID;
845 mpr_dprint(sc, MPR_FAULT, "%s: task management failed",
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_user.c840 MPI2_SCSI_TASK_MANAGE_REQUEST *task; local
850 task = (MPI2_SCSI_TASK_MANAGE_REQUEST *)cm->cm_req;
851 bcopy(&tmphdr, task, data->RequestSize);
852 task->TaskMID = cm->cm_desc.Default.SMID;
863 mps_dprint(sc, MPS_FAULT, "%s: task management failed",
/freebsd-9.3-release/sys/dev/siba/
H A Dsibavar.h220 uint8_t task; member in struct:siba_cc_pmu_res_depend
/freebsd-9.3-release/sys/dev/txp/
H A Dif_txpreg.h690 struct task sc_int_task;
/freebsd-9.3-release/sys/dev/xl/
H A Dif_xlreg.h617 struct task xl_task;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h434 struct task shutdown_task;
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4_en.h372 struct task cq_task;
/freebsd-9.3-release/sys/x86/x86/
H A Dmca.c113 static struct task mca_refill_task, mca_scan_task;
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S201 * Launch user task.
203 movb $SEL_TSS,%cl # Set task
662 movb $SEL_TSS,%cl # Set task
708 * Return to the user task
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dmem.c251 isc__mem_ondestroy(isc_mem_t *ctx, isc_task_t *task, isc_event_t **event);
1257 isc__mem_ondestroy(isc_mem_t *ctx0, isc_task_t *task, isc_event_t **event) { argument
1262 res = isc_ondestroy_register(&ctx->ondestroy, task, event);
/freebsd-9.3-release/sys/dev/oce/
H A Doce_if.c712 taskqueue_enqueue_fast(ii->tq, &ii->task);
748 TASK_INIT(&ii->task, 0, isr, ii);
2085 taskqueue_drain(sc->intrs[i].tq, &sc->intrs[i].task);

Completed in 486 milliseconds

<<111213