Searched refs:task (Results 126 - 150 of 322) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h89 struct task z_unlinked_drain_task;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c83 * A LinuxKPI task is allowed to free itself inside the callback function
86 * that the task is not going away and can have its state checked
133 [WORK_ST_IDLE] = WORK_ST_TASK, /* start queuing task */
136 [WORK_ST_EXEC] = WORK_ST_TASK, /* queue task another time */
137 [WORK_ST_CANCEL] = WORK_ST_TASK, /* start queuing task again */
223 struct task_struct *task; local
225 task = current;
245 task->work = work;
251 task->work = NULL;
293 [WORK_ST_TIMER] = WORK_ST_TASK, /* start queueing task */
[all...]
H A Dlinux_compat.c919 linux_get_error(struct task_struct *task, int error) argument
923 error = -linux_schedule_get_interrupt_value(task);
935 struct task_struct *task = current; local
948 task->bsd_ioctl_data = data;
949 task->bsd_ioctl_len = size;
981 task->bsd_ioctl_data = NULL;
982 task->bsd_ioctl_len = 0;
990 error = linux_get_error(task, error);
1230 struct task_struct *task; local
1252 task
2025 struct task_struct *task; local
2072 struct task_struct *task; local
[all...]
/freebsd-11-stable/sys/dev/asmc/
H A Dasmcvar.h51 struct task sc_sms_task;
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipwvar.h97 struct task sc_init_task;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp150 ScopedTask task(getDefaultDomain(), "LayoutPass::checkFollowonChain");
335 ScopedTask task(getDefaultDomain(), "LayoutPass::buildFollowOnTable");
404 ScopedTask task(getDefaultDomain(), "LayoutPass::buildOrdinalOverrideMap");
446 ScopedTask task(getDefaultDomain(), "LayoutPass");
/freebsd-11-stable/sys/ddb/
H A Ddb_break.c316 (map == thread->task->map)));
337 return thread->task->map;
/freebsd-11-stable/sys/dev/cas/
H A Dif_casvar.h141 struct task sc_intr_task;
142 struct task sc_tx_task;
/freebsd-11-stable/sys/dev/age/
H A Dif_agevar.h230 struct task age_int_task;
231 struct task age_link_task;
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_def.h305 struct task tx_task;
345 struct task err_task;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmvar.h444 struct task init_task;
518 struct task sc_es_task;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h231 struct task sc_radiooff_task;
232 struct task sc_radioon_task;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_runvar.h217 struct task ratectl_task;
226 struct task cmdq_task;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h128 /// Mach task-related Member Variables
130 // The task port for the inferior process.
260 bool IsTaskValid(task_t task) const;
266 Status GetTaskBasicInfo(task_t task, struct task_basic_info *info) const;
/freebsd-11-stable/sys/dev/nfe/
H A Dif_nfevar.h141 struct task nfe_int_task;
/freebsd-11-stable/sys/mips/atheros/
H A Dif_argevar.h192 struct task arge_link_task;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h198 struct task fp_task;
346 struct task pf_task;
447 struct task sp_task[MAX_HWFNS_PER_DEVICE];
486 struct task err_task;
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_dmar.h70 #define DMAR_MAP_ENTRY_QI_NF 0x0020 /* qi task, do not free entry */
116 struct task unload_task; /* (c) */
205 struct task fault_task;
231 struct task qi_task;
235 struct task dmamap_load_task;
/freebsd-11-stable/sys/cam/
H A Dcam_xpt_internal.h149 struct task device_destroy_task;
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdSchedule.c62 * Track and report the system's demand for task slots.
66 &acpi_tasks_hiwater, 1, "Peak demand for ACPI event task slots.");
69 * Allow the user to tune the number of task threads we start. It seems
76 static MALLOC_DEFINE(M_ACPITASK, "acpitask", "ACPI deferred task");
79 struct task at_task;
108 * Initialize ACPI task queue.
165 printf("AcpiOsExecute: failed to enqueue task, consider increasing "
175 * If the task queue is ready, enqueue it now.
183 printf("AcpiOsExecute: task queue not started\n");
190 * We allocate and queue a task fo
[all...]
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.h334 struct task droq_task;
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.h111 struct task ev_task;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe.h312 struct task que_task;
337 struct task txq_task;
467 struct task link_task; /* Link tasklet */
472 /* Admin task */
474 struct task admin_task;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs.h92 struct task ltask;
195 uint32_t io_high_watermark; /**< used to send task set full */
/freebsd-11-stable/usr.sbin/ntp/libntp/
H A DMakefile70 task.c \

Completed in 604 milliseconds

1234567891011>>