Lines Matching defs:from
620 * Original scheduling parameters. Copied here from sched_attr
702 * @user_defined: the requested clamp value comes from user-space
705 * which is pre-computed and stored to avoid expensive integer divisions from
709 * which can be different from the clamp value "requested" from user-space.
714 * value requested from userspace, i.e. the system defaults apply to this task
1268 * from any of the following contexts:
1270 * - current->numa_group from everywhere
1422 /* Collect coverage from softirq context: */
1518 * from various namespaces
1520 * task_xid_nr() : global id, i.e. the id seen from the init namespace;
1521 * task_xid_vnr() : virtual id, i.e. the id seen from the pid namespace of
1523 * task_xid_nr_ns() : id seen from the ns specified;
1688 * I am cleaning dirty pages from some other bdi. */
1926 extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec);
1928 static inline void set_task_comm(struct task_struct *tsk, const char *from)
1930 __set_task_comm(tsk, from, false);