/linux/tools/verification/rvgen/rvgen/templates/ltl2k/ |
H A D | main.c | 39 static void ltl_atoms_init(struct task_struct *task, struct ltl_monitor *mon, bool task_creation) in ltl_atoms_init() argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | struct_ops_refcounted_fail__tail_call.c | 24 struct task_struct *task = (struct task_struct *)ctx[1]; in refcounted_fail__tail_call() local
|
H A D | struct_ops_refcounted_fail__ref_leak.c | 14 struct task_struct *task) in BPF_PROG() argument
|
H A D | bpf_iter_test_kern3.c | 12 struct task_struct *task = ctx->task; in dump_task() local
|
H A D | struct_ops_kptr_return_fail__invalid_scalar.c | 17 struct task_struct *task, struct cgroup *cgrp) in BPF_PROG() argument
|
H A D | cgrp_ls_negative.c | 20 struct task_struct *task; in BPF_PROG() local
|
H A D | struct_ops_kptr_return.c | 16 struct task_struct *task, struct cgroup *cgrp) in BPF_PROG() argument
|
H A D | struct_ops_maybe_null_fail.c | 13 struct task_struct *task) in BPF_PROG() argument
|
H A D | struct_ops_kptr_return_fail__nonzero_offset.c | 17 struct task_struct *task, struct cgroup *cgrp) in BPF_PROG() argument
|
H A D | struct_ops_maybe_null.c | 17 struct task_struct *task) in BPF_PROG() argument
|
H A D | uptr_update_failure.c | 20 struct task_struct *task; in not_used() local
|
H A D | raw_tp_null.c | 16 struct task_struct *task = bpf_get_current_task_btf(); in BPF_PROG() local
|
H A D | test_raw_tp_test_run.c | 12 int BPF_PROG(rename, struct task_struct *task, char *comm) in BPF_PROG() argument
|
H A D | test_skb_helpers.c | 20 struct task_struct *task; in test_skb_helpers() local
|
H A D | struct_ops_kptr_return_fail__local_kptr.c | 18 struct task_struct *task, struct cgroup *cgrp) in BPF_PROG() argument
|
H A D | struct_ops_kptr_return_fail__wrong_type.c | 17 struct task_struct *task, struct cgroup *cgrp) in BPF_PROG() argument
|
/linux/include/linux/ |
H A D | livepatch.h | 204 static inline bool klp_patch_pending(struct task_struct *task) in klp_patch_pending() argument 242 static inline bool klp_patch_pending(struct task_struct *task) { return false; } in klp_patch_pending() argument 243 static inline void klp_update_patch_state(struct task_struct *task) {} in klp_update_patch_state() argument
|
/linux/io_uring/ |
H A D | tctx.c | 16 struct task_struct *task) in io_init_wq_offload() argument 69 __cold int io_uring_alloc_task_context(struct task_struct *task, in io_uring_alloc_task_context() argument [all...] |
/linux/arch/riscv/kernel/ |
H A D | process.c | 285 long set_tagged_addr_ctrl(struct task_struct *task, unsigned long arg) in set_tagged_addr_ctrl() argument 346 long get_tagged_addr_ctrl(struct task_struct *task) in get_tagged_addr_ctrl() argument
|
/linux/kernel/ |
H A D | seccomp.c | 63 struct task_struct *task; member 250 struct task_struct *task = current; in populate_seccomp_data() local 445 arch_seccomp_spec_mitigate(struct task_struct * task) arch_seccomp_spec_mitigate() argument 447 seccomp_assign_mode(struct task_struct * task,unsigned long seccomp_mode,unsigned long flags) seccomp_assign_mode() argument 2151 get_nth_filter(struct task_struct * task,unsigned long filter_off) get_nth_filter() argument 2197 seccomp_get_filter(struct task_struct * task,unsigned long filter_off,void __user * data) seccomp_get_filter() argument 2235 seccomp_get_metadata(struct task_struct * task,unsigned long size,void __user * data) seccomp_get_metadata() argument 2515 proc_pid_seccomp_cache(struct seq_file * m,struct pid_namespace * ns,struct pid * pid,struct task_struct * task) proc_pid_seccomp_cache() argument [all...] |
/linux/lib/ |
H A D | is_single_threaded.c | 17 struct task_struct *task = current; in current_is_single_threaded() local
|
/linux/arch/loongarch/kernel/ |
H A D | unwind_guess.c | 14 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start() argument
|
/linux/rust/helpers/ |
H A D | pid_namespace.c | 17 struct pid_namespace *rust_helper_task_get_pid_ns(struct task_struct *task) in rust_helper_task_get_pid_ns() argument
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_tx.c | 273 static int offload_tso(struct hinic_sq_task *task, u32 *queue_info, in offload_tso() argument 353 static int offload_csum(struct hinic_sq_task *task, u32 *queue_info, in offload_csum() argument 439 offload_vlan(struct hinic_sq_task * task,u32 * queue_info,u16 vlan_tag,u16 vlan_pri) offload_vlan() argument 448 hinic_tx_offload(struct sk_buff * skb,struct hinic_sq_task * task,u32 * queue_info) hinic_tx_offload() argument [all...] |
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gsc.c | 102 struct exynos_drm_ipp_task *task; member 1053 struct exynos_drm_ipp_task *task = ctx->task; in gsc_irq_handler() local 1115 struct exynos_drm_ipp_task *task) in gsc_commit() argument 1149 gsc_abort(struct exynos_drm_ipp * ipp,struct exynos_drm_ipp_task * task) gsc_abort() argument 1156 struct exynos_drm_ipp_task *task = ctx->task; gsc_abort() local [all...] |