Lines Matching defs:path
326 static inline void cfs_rq_tg_path(struct cfs_rq *cfs_rq, char *path, int len)
328 if (!path) {
333 autogroup_path(cfs_rq->tg, path, len);
335 cgroup_path(cfs_rq->tg->css.cgroup, path, len);
337 strlcpy(path, "(null)", len);
511 static inline void cfs_rq_tg_path(struct cfs_rq *cfs_rq, char *path, int len)
513 if (path) {
514 strlcpy(path, "(null)", len);
5392 /* an active group must be handled by the update_curr()->put() path */
6980 * NOTE: Forkees are not accepted in the energy-aware wake-up path because
6988 * let's keep things simple by re-using the existing slow path.
7169 /* Slow path */
7172 /* Fast path */
7398 * wake up path.
7764 * Showing there's indeed a path between every CPU in at most O(log n) steps.
9318 /* Those types are not used in the slow wakeup path */
9453 /* Those type are not used in the slow wakeup path */