Home
last modified time | relevance | path

Searched defs:task (Results 501 – 525 of 743) sorted by relevance

1...<<21222324252627282930

/openbmc/linux/fs/
H A Dfile_table.c436 struct task_struct *task = current; in fput() local
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_gem.c262 static int lima_gem_sync_bo(struct lima_sched_task *task, struct lima_bo *bo, in lima_gem_sync_bo()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c222 struct task_struct *task = current; in BPF_CALL_0() local
238 struct task_struct *task = current; in BPF_CALL_0() local
258 struct task_struct *task = current; in BPF_CALL_2() local
592 struct task_struct *task = current; in BPF_CALL_4() local
2286 __bpf_kfunc long bpf_task_under_cgroup(struct task_struct *task, in bpf_task_under_cgroup()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py781 task = models.CharField(max_length=100, null=True) variable in ProjectTarget
787 task = models.CharField(max_length=100, null=True) variable in Target
1149 task = models.ForeignKey(Task, on_delete=models.CASCADE, related_name='task_dependencies_task') variable in Task_Dependency
1829 task = models.ForeignKey(Task, on_delete=models.CASCADE, blank = True, null=True) variable in LogMessage
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h389 #define dbcr_iac_range(task) ((task)->thread.debug.dbcr0) argument
403 #define dbcr_dac(task) ((task)->thread.debug.dbcr1) argument
449 #define dbcr_dac(task) ((task)->thread.debug.dbcr0) argument
483 #define dbcr_iac_range(task) ((task)->thread.debug.dbcr1) argument
/openbmc/linux/kernel/cgroup/
H A Dcgroup-v1.c99 struct task_struct *task; in cgroup_transfer_tasks() local
493 struct task_struct *task; in __cgroup1_procs_write() local
/openbmc/linux/kernel/
H A Dsignal.c286 bool task_set_jobctl_pending(struct task_struct *task, unsigned long mask) in task_set_jobctl_pending()
314 void task_clear_jobctl_trapping(struct task_struct *task) in task_clear_jobctl_trapping()
338 void task_clear_jobctl_pending(struct task_struct *task, unsigned long mask) in task_clear_jobctl_pending()
367 static bool task_participate_group_stop(struct task_struct *task) in task_participate_group_stop()
393 void task_join_group_stop(struct task_struct *task) in task_join_group_stop()
1434 void lockdep_assert_task_sighand_held(struct task_struct *task) in lockdep_assert_task_sighand_held()
2042 static void do_notify_pidfd(struct task_struct *task) in do_notify_pidfd()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.h64 struct exynos_drm_ipp_task *task; member
/openbmc/linux/mm/kasan/
H A Dcommon.c77 void kasan_unpoison_task_stack(struct task_struct *task) in kasan_unpoison_task_stack()
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-hw.c456 struct hva_buffer *task) in hva_hw_execute_task()
/openbmc/linux/fs/proc/
H A Dproc_net.c269 struct task_struct *task; in get_proc_task_net() local
/openbmc/linux/drivers/scsi/isci/
H A Drequest.h306 static inline int isci_task_is_ncq_recovery(struct sas_task *task) in isci_task_is_ncq_recovery()
/openbmc/linux/include/linux/
H A Dmempolicy.h287 static inline void mpol_put_task_policy(struct task_struct *task) in mpol_put_task_policy()
H A Dsched.h131 #define task_is_running(task) (READ_ONCE((task)->__state) == TASK_RUNNING) argument
133 #define task_is_traced(task) ((READ_ONCE(task->jobctl) & JOBCTL_TRACED) != 0) argument
134 #define task_is_stopped(task) ((READ_ONCE(task->jobctl) & JOBCTL_STOPPED) != 0) argument
135 #define task_is_stopped_or_traced(task) ((READ_ONCE(task->jobctl) & (JOBCTL_STOPPED | JOBCTL_TRACED… argument
1556 static inline struct pid *task_pid(struct task_struct *task) in task_pid()
1951 struct task_struct task; member
1966 # define task_thread_info(task) (&(task)->thread_info) argument
1968 # define task_thread_info(task) ((struct thread_info *)(task)->stack) argument
/openbmc/linux/arch/arm64/kernel/
H A Dvdso.c132 int vdso_join_timens(struct task_struct *task, struct time_namespace *ns) in vdso_join_timens()
/openbmc/linux/drivers/xen/
H A Dballoon.c703 struct task_struct *task; in balloon_init() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr.c226 struct task_struct *task; in BPF_PROG() local
/openbmc/linux/kernel/futex/
H A Dpi.c517 struct task_struct *task, in futex_lock_pi_atomic()
/openbmc/linux/fs/lockd/
H A Dsvc4proc.c281 static void nlm4svc_callback_exit(struct rpc_task *task, void *data) in nlm4svc_callback_exit()
/openbmc/linux/arch/xtensa/kernel/
H A Dptrace.c220 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/openbmc/linux/arch/sparc/kernel/
H A Dptrace_32.c343 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/openbmc/linux/arch/csky/kernel/
H A Dptrace.c193 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/openbmc/linux/drivers/dma-buf/
H A Ddma-fence.c736 struct task_struct *task; member
/openbmc/linux/arch/alpha/kernel/
H A Dtraps.c145 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_rd.c353 struct task_struct *task; in msm_rd_dump_submit() local

1...<<21222324252627282930