Home
last modified time | relevance | path

Searched defs:task (Results 301 – 325 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/openbmc/linux/drivers/s390/cio/
H A Dcrw.c154 struct task_struct *task; in crw_machine_check_init() local
/openbmc/linux/arch/x86/kernel/
H A Ddumpstack_32.c108 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
H A Dstep.c172 void set_task_blockstep(struct task_struct *task, bool on) in set_task_blockstep()
/openbmc/linux/arch/parisc/include/asm/
H A Dptrace.h11 #define task_regs(task) ((struct pt_regs *) ((char *)(task) + TASK_REGS)) argument
H A Dprocessor.h122 #define SET_UNALIGN_CTL(task,value) \ argument
130 #define GET_UNALIGN_CTL(task,addr) \ argument
/openbmc/linux/arch/x86/include/asm/
H A Dshstk.h26 static inline long shstk_prctl(struct task_struct *task, int option, in shstk_prctl()
/openbmc/linux/rust/alloc/
H A Dlib.rs261 pub mod task; module
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c665 long set_tagged_addr_ctrl(struct task_struct *task, unsigned long arg) in set_tagged_addr_ctrl()
695 long get_tagged_addr_ctrl(struct task_struct *task) in get_tagged_addr_ctrl()
/openbmc/linux/fs/nfsd/
H A Dnfs4callback.c1044 static void nfsd4_cb_probe_done(struct rpc_task *task, void *calldata) in nfsd4_cb_probe_done()
1100 static bool nfsd41_cb_get_slot(struct nfsd4_callback *cb, struct rpc_task *task) in nfsd41_cb_get_slot()
1143 static void nfsd4_cb_prepare(struct rpc_task *task, void *calldata) in nfsd4_cb_prepare()
1160 static bool nfsd4_cb_sequence_done(struct rpc_task *task, struct nfsd4_callback *cb) in nfsd4_cb_sequence_done()
1244 static void nfsd4_cb_done(struct rpc_task *task, void *calldata) in nfsd4_cb_done()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_drv.h39 struct lima_sched_task *task; member
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_mod_race.c20 struct task_struct *task = bpf_get_current_task_btf(); in check_thread_id() local
H A Dtype_cast.c65 struct task_struct *task, *task_dup; in BPF_PROG() local
H A Dlocal_storage_bench.c46 struct task_struct *task; member
/openbmc/linux/security/apparmor/include/
H A Dtask.h13 static inline struct aa_task_ctx *task_ctx(struct task_struct *task) in task_ctx()
/openbmc/linux/include/linux/
H A Dfreezer.h67 static inline bool cgroup_freezing(struct task_struct *task) in cgroup_freezing()
/openbmc/linux/arch/arm64/include/asm/
H A Dsmp.h80 struct task_struct *task; member
/openbmc/linux/arch/um/kernel/
H A Dprocess.c79 static inline void set_current(struct task_struct *task) in set_current()
337 struct task_struct *task = t ? t : current; in singlestepping() local
/openbmc/linux/arch/x86/um/
H A Dsyscalls_64.c16 long arch_prctl(struct task_struct *task, int option, in arch_prctl()
/openbmc/linux/arch/s390/kernel/
H A Dunwind_bc.c121 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c845 struct task_struct *task) in css_set_skip_task_iters()
2474 struct task_struct *task = tset->cur_task; in cgroup_taskset_next() local
2521 struct task_struct *task, *tmp_task; in cgroup_migrate_execute() local
2817 struct task_struct *task; in cgroup_migrate() local
2848 struct task_struct *task; in cgroup_attach_task() local
3038 struct task_struct *task, *ntask; in cgroup_update_dfl_csses() local
3939 struct task_struct *task; in __cgroup_kill() local
4844 struct task_struct *task) in css_task_iter_skip()
4856 struct task_struct *task; in css_task_iter_advance() local
5136 struct task_struct *task; in __cgroup_procs_write() local
[all …]
/openbmc/linux/arch/arm/kernel/
H A Dptrace.c161 static inline long get_user_reg(struct task_struct *task, int offset) in get_user_reg()
173 put_user_reg(struct task_struct *task, int offset, long data) in put_user_reg()
720 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c47 struct exynos_drm_ipp_task *task; member
358 struct exynos_drm_ipp_task *task) in scaler_commit()
438 struct exynos_drm_ipp_task *task = scaler->task; in scaler_irq_handler() local
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c56 static void show_backtrace(struct task_struct *task, const struct pt_regs *regs, in show_backtrace()
75 static void show_stacktrace(struct task_struct *task, in show_stacktrace()
107 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack()
/openbmc/linux/kernel/locking/
H A Dmutex.h16 struct task_struct *task; member
/openbmc/linux/rust/kernel/
H A Dlib.rs46 pub mod task; module

1...<<11121314151617181920>>...30