Lines Matching defs:task
114 /* Parameters of task iterators. */
119 } task;
1807 * * ``telnet`` is the name of the current task.
1808 * * ``470`` is the PID of the current task.
1809 * * ``001`` is the CPU number on which the task is
2012 * Copy the **comm** attribute of the current task into *buf* of
2014 * the executable (excluding the path) for the current task. The
2023 * Retrieve the classid for the current task, i.e. for the net_cls
2225 * held by a route (a destination entry), not by a task.
2484 * Get the current task.
2486 * A pointer to the current task struct.
2515 * * 1, if current task belongs to the cgroup2.
2516 * * 0, if current task does not belong to the cgroup2.
3510 * the current task is running.
3513 * on the cgroup within which the current task is running.
3988 * Send signal *sig* to the process of the current task.
4127 * Send signal *sig* to the thread corresponding to the current task.
4172 * with nsfs of current task, or if dev conversion to dev_t lost high bits.
4174 * **-ENOENT** if pidns does not exists for the current task.
4216 * with the current task at the *ancestor_level*. The root cgroup
4219 * associated with the current task, then return value will be the
4224 * with the current task.
4520 * long bpf_get_task_stack(struct task_struct *task, void *buf, u32 size, u64 flags)
4523 * Note: the user stack will only be populated if the *task* is
4524 * the current task; all other tasks will return -EOPNOTSUPP.
4525 * To achieve this, the helper needs *task*, which is a valid
4536 * The *task* must be the current task.
4847 * void *bpf_task_storage_get(struct bpf_map *map, struct task_struct *task, void *value, u64 flags)
4849 * Get a bpf_local_storage from the *task*.
4852 * a *map* with *task* as the **key**. From this
4854 * **bpf_map_lookup_elem**\ (*map*, **&**\ *task*) except this
4858 * Underneath, the value is stored locally at *task* instead of
4861 * searched against all bpf_local_storage residing at *task*.
4875 * long bpf_task_storage_delete(struct bpf_map *map, struct task_struct *task)
4877 * Delete a bpf_local_storage from a *task*.
4885 * Return a BTF pointer to the "current" task.
4889 * Pointer to the current task.
5170 * long bpf_task_pt_regs(struct task_struct *task)
5172 * Get the struct pt_regs associated with **task**.
5228 * long bpf_find_vma(struct task_struct *task, u64 addr, void *callback_fn, void *callback_ctx, u64 flags)
5230 * Find vma of *task* that contains *addr*, call *callback_fn*
5231 * function with *task*, *vma*, and *callback_ctx*.
5239 * long (\*callback_fn)(struct task_struct \*task, struct vm_area_struct \*vma, void \*callback_ctx);
5243 * **-ENOENT** if *task->mm* is NULL, or no vma contains *addr*.
6540 } task;