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

<<111213

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsureg.h762 struct task tx_task;
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c258 static struct task shutdown_nice_task = TASK_INITIALIZER(0,
H A Dkern_cpu.c78 struct task startup_task;
/freebsd-11-stable/sys/net/
H A Dif_var.h226 struct task if_linktask; /* task for link change events */
/freebsd-11-stable/stand/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-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h923 * identify a site or task. If a site or task of the same name has already
1031 * task_begin/end model a potential task, which is contained within the most
1033 * but unended task. The handle passed to end may be used to validate
1039 void ITTAPI __itt_model_task_begin(__itt_model_task *task, __itt_model_task_instance *instance, const char *name);
1048 void ITTAPI __itt_model_task_end (__itt_model_task *task, __itt_model_task_instance *instance);
1054 ITT_STUBV(ITTAPI, void, model_task_begin, (__itt_model_task *task, __itt_model_task_instance *instance, const char *name))
1063 ITT_STUBV(ITTAPI, void, model_task_end, (__itt_model_task *task, __itt_model_task_instance *instance))
1086 #define __itt_model_task_begin(task, instance, name)
1100 #define __itt_model_task_end(task, instanc
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmem.c250 isc__mem_ondestroy(isc_mem_t *ctx, isc_task_t *task, isc_event_t **event);
1256 isc__mem_ondestroy(isc_mem_t *ctx0, isc_task_t *task, isc_event_t **event) { argument
1261 res = isc_ondestroy_register(&ctx->ondestroy, task, event);
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c472 /* We expect a link state message, so schedule the AdminQ task now */
1480 TASK_INIT(&que->task, 0, ixlv_handle_que, que);
2003 /* schedule task */
2273 taskqueue_enqueue(que->tq, &que->task);
2315 ** has anything queued the task gets
2326 taskqueue_enqueue(que->tq, &que->task);
2503 ** Notify AQ task that sw filters need to be
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
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-11-stable/sys/dev/ntb/
H A Dntb_transport.c146 struct task rxc_db_work;
212 struct task link_cleanup;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pass.c138 struct task add_physpath_task;
139 struct task shutdown_kqueue_task;
384 * We call taskqueue_drain() for the physpath task to make sure it
389 * Note that we don't drain the kqueue shutdown task queue. This
391 * release that reference from the kqueue shutdown task queue. So
465 * task queue function, so it won't go away before we run.
529 * the task queue has a chance to run.
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c1127 struct task task; local
1132 TASK_INIT(&task, 0, hn_rxvf_set_task, &arg);
1140 vmbus_chan_run_task(rxr->hn_chan, &task);
1985 * - This lock _must_ be released, since the hn_vf_init task
5830 * others could catch up. The task will clear the
6127 * others could catch up. The task will clear the
6791 struct task task; local
6799 TASK_INIT(&task,
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp864 void LinkerDriver::enqueueTask(std::function<void()> task) { argument
865 taskQueue.push_back(std::move(task));
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c1633 taskio->task_action = msg->task.task_action;
1634 taskio->tag_num = msg->task.tag_num;
1635 taskio->tag_type = msg->task.tag_type;
11354 * or task set full, and finally any other status.
11587 msg_info.task.task_action = io->taskio.task_action;
11592 sizeof(msg_info.task), M_WAITOK);
11624 * When a SCSI initiator port causes its own task(s) to be aborted, no
11625 * notification that the task(s) have been aborted shall be returned to
11627 * command or task management function action that caused the task(
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsatproto.h2044 * \param taskTag: Pointer to the associated task where the TM
2771 bit32 task,
/freebsd-11-stable/sys/dev/glxsb/
H A Dglxsb.c192 struct mtx sc_task_mtx; /* task mutex */
193 struct taskqueue *sc_tq; /* task queue */
194 struct task sc_cryptotask; /* task */
195 struct glxsb_taskop sc_to; /* task's crypto operation */
311 /* Initialize our task queue */
315 device_printf(dev, "cannot create task queue\n");
320 device_printf(dev, "cannot start task queue\n");
/freebsd-11-stable/sys/dev/virtio/console/
H A Dvirtio_console.c116 struct task vtcon_ctrl_task;
/freebsd-11-stable/sys/dev/siba/
H A Dsibavar.h220 uint8_t task; member in struct:siba_cc_pmu_res_depend
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h430 #define taskq_dispatch_safe(tq, func, arg, flags, task) \
/freebsd-11-stable/sys/dev/rl/
H A Dif_rlreg.h910 struct task rl_inttask;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan_sw.c67 struct task ss_scan_start; /* scan start */
221 /* Start scan task */
436 /* mark cancel request and wake up the scan task */
484 /* wake up the scan task */
/freebsd-11-stable/sys/x86/x86/
H A Dmca.c122 static struct task mca_refill_task, mca_scan_task;
/freebsd-11-stable/sys/cam/ata/
H A Data_pmp.c108 struct task sysctl_task;
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.h226 struct task gtask;
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h853 struct task event_task;

Completed in 260 milliseconds

<<111213