/openbmc/linux/drivers/s390/cio/ |
H A D | crw.c | 154 struct task_struct *task; in crw_machine_check_init() local
|
/openbmc/linux/arch/x86/kernel/ |
H A D | dumpstack_32.c | 108 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
|
H A D | step.c | 172 void set_task_blockstep(struct task_struct *task, bool on) in set_task_blockstep()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | ptrace.h | 11 #define task_regs(task) ((struct pt_regs *) ((char *)(task) + TASK_REGS)) argument
|
H A D | processor.h | 122 #define SET_UNALIGN_CTL(task,value) \ argument 130 #define GET_UNALIGN_CTL(task,addr) \ argument
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | shstk.h | 26 static inline long shstk_prctl(struct task_struct *task, int option, in shstk_prctl()
|
/openbmc/linux/rust/alloc/ |
H A D | lib.rs | 261 pub mod task; module
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | process.c | 665 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 D | nfs4callback.c | 1044 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 D | lima_drv.h | 39 struct lima_sched_task *task; member
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_mod_race.c | 20 struct task_struct *task = bpf_get_current_task_btf(); in check_thread_id() local
|
H A D | type_cast.c | 65 struct task_struct *task, *task_dup; in BPF_PROG() local
|
H A D | local_storage_bench.c | 46 struct task_struct *task; member
|
/openbmc/linux/security/apparmor/include/ |
H A D | task.h | 13 static inline struct aa_task_ctx *task_ctx(struct task_struct *task) in task_ctx()
|
/openbmc/linux/include/linux/ |
H A D | freezer.h | 67 static inline bool cgroup_freezing(struct task_struct *task) in cgroup_freezing()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | smp.h | 80 struct task_struct *task; member
|
/openbmc/linux/arch/um/kernel/ |
H A D | process.c | 79 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 D | syscalls_64.c | 16 long arch_prctl(struct task_struct *task, int option, in arch_prctl()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | unwind_bc.c | 121 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup.c | 845 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 D | ptrace.c | 161 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 D | exynos_drm_scaler.c | 47 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 D | traps.c | 56 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 D | mutex.h | 16 struct task_struct *task; member
|
/openbmc/linux/rust/kernel/ |
H A D | lib.rs | 46 pub mod task; module
|