Searched refs:task (Results 226 - 250 of 251) sorted by relevance

1234567891011

/freebsd-10.2-release/sys/cam/ctl/
H A Dctl.c904 taskio->task_action = msg_info.task.task_action;
905 taskio->tag_num = msg_info.task.tag_num;
906 taskio->tag_type = msg_info.task.tag_type;
11743 * or task set full, and finally any other status.
12003 msg_info.task.task_action = CTL_TASK_TARGET_RESET;
12005 msg_info.task.task_action = CTL_TASK_BUS_RESET;
12035 * When a SCSI initiator port causes its own task(s) to be aborted, no
12036 * notification that the task(s) have been aborted shall be returned to
12038 * command or task management function action that caused the task(
[all...]
H A Dctl_backend_block.c188 struct task io_task;
454 * successfully. We now have to queue it to the task queue to
1669 * just break out and let the task queue go to sleep.
/freebsd-10.2-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c201 /* setup task management structure */
323 /* setup task management structure */
546 bit32 task,
549 smIORequest_t *currentTaskTag /* task management */
564 if (task == SM_LOGICAL_UNIT_RESET || task == SM_TARGET_WARM_RESET || task == SM_ABORT_TASK)
566 if (task == AG_LOGICAL_UNIT_RESET)
663 task,
982 smIORequest_t *currentTaskTag, /* task managemen
543 smTaskManagement( smRoot_t *smRoot, smDeviceHandle_t *smDeviceHandle, bit32 task, smLUN_t *lun, smIORequest_t *taskTag, smIORequest_t *currentTaskTag ) argument
1119 smsatTaskManagement( smRoot_t *smRoot, smDeviceHandle_t *smDeviceHandle, bit32 task, smLUN_t *lun, smIORequest_t *taskTag, smIORequest_t *currentTaskTag, smIORequestBody_t *smIORequestBody ) argument
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c17122 /* setup task management structure */
17154 * \param task: SAM-3 task management request.
17156 * \param taskTag: Pointer to the associated task where the TM
17169 /* save task in satIOContext */
17173 bit32 task,
17186 TI_DBG3(("satTM: tiDeviceHandle=%p task=0x%x\n", tiDeviceHandle, task ));
17209 /* saving task in satIOContext */
17210 satIOContext->TMF = task;
17170 satTM( tiRoot_t *tiRoot, tiDeviceHandle_t *tiDeviceHandle, bit32 task, tiLUN_t *lun, tiIORequest_t *taskTag, tiIORequest_t *currentTaskTag, tdIORequestBody_t *tiRequestBody, bit32 NotifyOS ) argument
20086 satSubTM( tiRoot_t *tiRoot, tiDeviceHandle_t *tiDeviceHandle, bit32 task, tiLUN_t *lun, tiIORequest_t *taskTag, tiIORequest_t *currentTaskTag, bit32 NotifyOS ) argument
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c36 #include <sys/task.h>
/freebsd-10.2-release/sys/cam/ata/
H A Data_da.c151 struct task sysctl_task;
1089 /* periph was held for us when this task was enqueued */
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Dintel_display.c5872 taskqueue_cancel(dev_priv->tq, &work->task, NULL);
5873 taskqueue_drain(dev_priv->tq, &work->task);
5963 taskqueue_enqueue(dev_priv->tq, &work->task);
6240 TASK_INIT(&work->task, 0, intel_unpin_work_fn, work);
/freebsd-10.2-release/sys/netinet/
H A Dip_carp.c318 static struct task carp_sendall_task =
H A Din_mcast.c189 static struct task imo_gc_task = TASK_INITIALIZER(0, inp_gcmoptions, NULL);
1536 * operation is performed asynchronously in a separate task.
/freebsd-10.2-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c157 static struct task iw_cxgb_task;
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c959 * Dispatch a task to the appropriate taskq for the ZFS I/O type and priority.
4343 * We kick off an async task to handle this for us.
5883 * SPA async task processing
6136 spa_async_request(spa_t *spa, int task) argument
6138 zfs_dbgmsg("spa=%s async request task=%u", spa->spa_name, task);
6140 spa->spa_async_tasks |= task;
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_da.c227 struct task sysctl_task;
1780 * periph was held for us when this task was enqueued
H A Dscsi_cd.c154 struct task sysctl_task;
H A Dscsi_sa.c411 struct task sysctl_task;
2337 * Release the reference that was held when this task was enqueued.
/freebsd-10.2-release/sys/dev/xen/blkback/
H A Dblkback.c556 * Single "run the request queue" task enqueued
559 struct task io_task;
1763 * \param context Callback argument registerd during task initialization -
1929 * We're out of work to do, put the task queue to
/freebsd-10.2-release/sys/dev/siba/
H A Dsiba_core.c992 switch (depend[i].task) {
/freebsd-10.2-release/sys/dev/mrsas/
H A Dmrsas.h2740 struct task ev_task;
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_dummynet.c77 static struct task dn_task;
/freebsd-10.2-release/sys/nlm/
H A Dnlm_prot_impl.c211 struct task af_task; /* (c) async callback details */
638 * task has completed by calling taskqueue_drain in this case.
/freebsd-10.2-release/sys/kern/
H A Duipc_mqueue.c121 struct task mv_task;
699 * task routine
H A Duipc_usrreq.c143 static struct task unp_defer_task;
H A Dvfs_aio.c308 struct task kaio_task; /* (*) task to kick aio threads */
/freebsd-10.2-release/sys/dev/bge/
H A Dif_bgereg.h3056 struct task bge_intr_task;
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_urtwnreg.h1236 struct task cmdq_task;
/freebsd-10.2-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c196 struct task ng_btsocket_rfcomm_task;
339 /* RFCOMM task */
793 * Just change DLC state and enqueue RFCOMM task. It will
974 /* Put the packet on the socket's send queue and wakeup RFCOMM task */
1015 * Upcall function for L2CAP sockets. Enqueue RFCOMM task.
1028 "%s: Could not enqueue RFCOMM task, error=%d\n", __func__, error);
1033 * RFCOMM task. Will handle all RFCOMM sessions in one pass.

Completed in 427 milliseconds

1234567891011