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

<<111213

/freebsd-current/sys/dev/hyperv/netvsc/
H A Dif_hn.c1139 struct task task; local
1144 TASK_INIT(&task, 0, hn_rxvf_set_task, &arg);
1152 vmbus_chan_run_task(rxr->hn_chan, &task);
1959 * - This lock _must_ be released, since the hn_vf_init task
5853 * others could catch up. The task will clear the
6149 * others could catch up. The task will clear the
6845 struct task task; local
6853 TASK_INIT(&task,
[all...]
/freebsd-current/sys/cam/ctl/
H A Dctl.c1690 taskio->task_action = msg->task.task_action;
1691 taskio->tag_num = msg->task.tag_num;
1692 taskio->tag_type = msg->task.tag_type;
12364 * or task set full, and finally any other status.
12593 msg_info.task.task_action = io->taskio.task_action;
12598 sizeof(msg_info.task), M_WAITOK);
12630 * When a SCSI initiator port causes its own task(s) to be aborted, no
12631 * notification that the task(s) have been aborted shall be returned to
12633 * command or task management function action that caused the task(
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Den.h405 struct task cq_task;
/freebsd-current/sys/dev/kbdmux/
H A Dkbdmux.c141 struct task ks_task; /* interrupt task */
206 * Interrupt handler task
224 /* queue interrupt task if needed */
268 /* queue interrupt task if needed */
/freebsd-current/sys/dev/cxgbe/
H A Dt4_clip.c92 static struct task clip_db_task;
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsatproto.h2043 * \param taskTag: Pointer to the associated task where the TM
2770 bit32 task,
/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_defines.h1119 struct task event_task;
/freebsd-current/sys/net80211/
H A Dieee80211_scan_sw.c68 struct task ss_scan_start; /* scan start */
221 /* Start scan task */
449 /* mark request and wake up the scan task */
497 /* wake up the scan task */
/freebsd-current/sys/x86/x86/
H A Dmca.c133 static struct task mca_resize_task;
/freebsd-current/sys/dev/vkbd/
H A Dvkbd.c119 struct task ks_task; /* interrupt task */
125 #define TASK (1 << 3) /* interrupt task queued */
266 /* wait for interrupt task */
419 /* queue interrupt task if needed */
/freebsd-current/sys/dev/sdio/
H A Dsdiob.c114 struct task discover_task;
904 * task, which goes off reads cardinfo, and then adds ourselves to our SIM's
969 /* Periph was held for us when this task was enqueued. */
/freebsd-current/sys/cam/ata/
H A Data_pmp.c107 struct task sysctl_task;
/freebsd-current/sys/kern/
H A Dkern_cpu.c78 struct task startup_task;
H A Dkern_procctl.c259 struct task t;
580 * reap_kill_subtree_once() waiting for task to
/freebsd-current/sys/dev/xen/xenstore/
H A Dxenstore.c251 struct task xs_late_init;
359 * Since this task is probing and attaching devices we
/freebsd-current/sys/ufs/ffs/
H A Dffs_alloc.c2432 struct task task; member in struct:ffs_blkfree_trim_params
2448 * Called on trim completion to start a task to free the associated block(s).
2457 TASK_INIT(&tp->task, 0, ffs_blkfree_trim_task, tp);
2458 taskqueue_enqueue(tp->ump->um_trim_tq, &tp->task);
2462 * Trim completion task that free associated block(s).
/freebsd-current/sys/dev/rl/
H A Dif_rlreg.h909 struct task rl_inttask;
/freebsd-current/sys/net/
H A Dif_epair.c110 struct task tx_task;
176 * Avoid flushing the queue more than once per task. We can otherwise
/freebsd-current/sys/fs/nfs/
H A Dnfs_commonport.c831 struct task tsk;
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4234 struct task tsk;
4497 /* Wait for kernel task(s) to complete. */
4622 struct task tsk;
4729 /* Wait for kernel task(s) to complete. */
5387 struct task tsk;
5610 struct task tsk;
5770 struct task tsk;
6030 struct task tsk;
6180 struct task tsk;
/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c104 static struct task ng_btsocket_l2cap_queue_task;
109 static struct task ng_btsocket_l2cap_rt_task;
319 * Hook disconnection. Schedule route cleanup task
1822 * Route cleanup task. Gets scheduled when hook is disconnected. Here we
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1059 void LinkerDriver::enqueueTask(std::function<void()> task) { argument
1060 taskQueue.push_back(std::move(task));
/freebsd-current/sys/dev/pms/RefTisa/sat/src/
H A Dsmproto.h332 bit32 task,
/freebsd-current/sys/dev/drm2/
H A Ddrm_fb_helper.c51 struct task fb_mode_task;
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdproto.h1487 * \param task: SAM-3 task management request.
1489 * \param taskTag: Pointer to the associated task where the TM
1506 bit32 task,

Completed in 665 milliseconds

<<111213