Home
last modified time | relevance | path

Searched defs:task (Results 26 – 50 of 80) sorted by relevance

1234

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmm_types.h80 #define get_task_mm(task) linux_get_task_mm(task) argument
H A Dwait.h103 #define DECLARE_WAITQUEUE(name, task) \ argument
308 #define wake_up_process(task) linux_wake_up_state(task, TASK_NORMAL) argument
309 #define wake_up_state(task, state) linux_wake_up_state(task, state) argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzvol.c1464 zvol_task_t *task; in zvol_task_alloc() local
1482 zvol_task_free(zvol_task_t *task) in zvol_task_free()
1493 zvol_task_t *task = arg; in zvol_task_cb() local
1549 zvol_task_t *task; in zvol_set_common_sync_cb() local
1630 zvol_task_t *task; in zvol_remove_minors() local
1646 zvol_task_t *task; in zvol_rename_minors() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c75 struct task_struct *task; in linux_ww_mutex_lock_sub() local
H A Dlinux_rcu.c71 struct task task; member
H A Dlinux_compat.c899 linux_get_error(struct task_struct *task, int error) in linux_get_error() argument
915 struct task_struct *task = current; in linux_file_ioctl_sub() local
1209 struct task_struct *task; in linux_file_mmap_single() local
2094 struct task_struct *task; linux_wait_for_common() local
2141 struct task_struct *task; linux_wait_for_timeout_common() local
[all...]
H A Dlinux_page.c268 get_user_pages_remote(struct task_struct *task, struct mm_struct *mm, in get_user_pages_remote()
H A Dlinux_work.c276 struct task_struct *task; in linux_work_fn() local
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dutil.h38 struct task_struct *task; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.h94 static inline void __kmp_release_deps(kmp_int32 gtid, kmp_taskdata_t *task) { in __kmp_release_deps()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c250 struct task_struct *task; in ib_umem_release() local
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c175 struct task_struct *task = current; local
H A Dspl-condvar.c218 struct task_struct *task; member
/freebsd/sys/kern/
H A Dsys_socket.c455 struct task *task; in soaio_kproc_loop() local
550 soaio_enqueue(struct task *task) in soaio_enqueue()
/freebsd/sys/sys/
H A Dtaskqueue.h127 #define TASK_INIT_FLAGS(task, priority, func, context, flags) do { \ argument
/freebsd/sys/dev/gpio/
H A Dgpioths.c91 struct timeout_task task; member
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_remote_node_context.h359 #define scic_sds_remote_node_context_start_task(rnc, task) \ argument
/freebsd/sys/dev/hptrr/
H A Dhptrr_os_bsd.c233 void os_schedule_task(void *osext, OSM_TASK *task) in os_schedule_task()
H A Dos_bsd.h201 #define TASK_ENQUEUE(task) taskqueue_enqueue(taskqueue_swi,(task)); argument
/freebsd/sys/dev/hptnr/
H A Dhptnr_os_bsd.c247 void os_schedule_task(void *osext, OSM_TASK *task) in os_schedule_task()
H A Dos_bsd.h200 #define TASK_ENQUEUE(task) taskqueue_enqueue(taskqueue_swi,(task)); argument
/freebsd/contrib/sendmail/src/
H A Dutil.c2623 proc_list_add(pid, task, type, count, other, hostaddr) in proc_list_add() argument
2713 proc_list_set(pid, task) in proc_list_set() argument
/freebsd/sys/dev/hpt27xx/
H A Dos_bsd.h196 #define TASK_ENQUEUE(task) taskqueue_enqueue(taskqueue_swi,(task)); argument
H A Dhpt27xx_os_bsd.c260 void os_schedule_task(void *osext, OSM_TASK *task) in os_schedule_task()
H A Darray.h103 struct tq_item task; member

1234